9f95977708
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin), [css-loader](https://github.com/webpack-contrib/css-loader), [file-loader](https://github.com/webpack-contrib/file-loader), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [sass-loader](https://github.com/webpack-contrib/sass-loader), [style-loader](https://github.com/webpack-contrib/style-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 2.1.0 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.1.0...v2.2.3) Updates `babel-loader` from 8.0.6 to 8.3.0 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.0.6...v8.3.0) Updates `copy-webpack-plugin` from 5.1.1 to 11.0.0 - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.1...v11.0.0) Updates `css-loader` from 3.0.0 to 6.7.3 - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.0.0...v6.7.3) Updates `file-loader` from 4.1.0 to 6.2.0 - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.1.0...v6.2.0) Updates `html-webpack-plugin` from 3.2.0 to 5.5.0 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v3.2.0...v5.5.0) Updates `mini-css-extract-plugin` from 0.8.0 to 2.7.2 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.0...v2.7.2) Updates `sass-loader` from 7.1.0 to 13.2.0 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v13.2.0) Updates `style-loader` from 0.23.1 to 3.3.1 - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v3.3.1) Updates `webpack` from 4.36.1 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.36.1...v5.75.0) Updates `webpack-cli` from 3.3.6 to 5.0.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.6...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: babel-loader dependency-type: direct:development - dependency-name: copy-webpack-plugin dependency-type: direct:development - dependency-name: css-loader dependency-type: direct:development - dependency-name: file-loader dependency-type: direct:development - dependency-name: html-webpack-plugin dependency-type: direct:development - dependency-name: mini-css-extract-plugin dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: style-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
65 lines
2.3 KiB
JSON
65 lines
2.3 KiB
JSON
{
|
|
"name": "logic-gate-simulator",
|
|
"version": "1.0.0",
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"dev": "webpack-dev-server --open --mode development",
|
|
"build": "cross-env NODE_ENV=production webpack",
|
|
"build:server": "cross-env NODE_ENV=server webpack",
|
|
"show": "gource -f --start-date \"2019-07-01 12:00\" --key --hide dirnames,filenames,bloom -s 0.3",
|
|
"start": "node ./dist/server"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-decorators": "^7.4.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@types/deepmerge": "^2.2.0",
|
|
"@types/express": "^4.17.0",
|
|
"@types/gh-pages": "^2.0.0",
|
|
"@types/mainloop.js": "^1.0.5",
|
|
"@types/react-helmet": "^5.0.8",
|
|
"@types/react-router-dom": "^4.3.4",
|
|
"babel-loader": "^8.3.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-regenerator-runtime": "^6.5.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"cross-env": "^5.2.0",
|
|
"css-loader": "^6.7.3",
|
|
"file-loader": "^6.2.0",
|
|
"gh-pages": "^2.0.1",
|
|
"html-webpack-inline-source-plugin": "0.0.10",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.7.2",
|
|
"node-sass": "^4.13.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"sass-loader": "^13.2.0",
|
|
"style-loader": "^3.3.1",
|
|
"typescript": "^3.8.3",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "^3.7.2",
|
|
"webpack-merge": "^4.2.1",
|
|
"webpack-node-externals": "^1.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
|
"@eix-js/utils": "0.0.6",
|
|
"@material-ui/core": "^4.2.1",
|
|
"deepmerge": "^4.0.0",
|
|
"express": "^4.17.1",
|
|
"keycode": "^2.2.0",
|
|
"mainloop.js": "^1.0.4",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-helmet": "^5.2.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-toastify": "^5.3.2",
|
|
"rxjs": "^6.5.2",
|
|
"rxjs-hooks": "^0.5.1"
|
|
}
|
|
}
|