erratic-gate/package.json

65 lines
2.3 KiB
JSON
Raw Normal View History

2019-03-06 09:25:58 +01:00
{
2019-07-15 13:45:52 +02:00
"name": "logic-gate-simulator",
2019-03-06 09:25:58 +01:00
"version": "1.0.0",
"main": "./src/index.ts",
"scripts": {
2019-05-22 21:43:04 +02:00
"dev": "webpack-dev-server --open --mode development",
2019-07-15 13:45:52 +02:00
"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"
2019-03-06 09:25:58 +01:00
},
"devDependencies": {
2019-07-18 12:01:55 +02:00
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
2019-07-15 13:45:52 +02:00
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
2019-07-18 12:01:55 +02:00
"@babel/preset-env": "^7.5.5",
2019-07-15 13:45:52 +02:00
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/deepmerge": "^2.2.0",
"@types/express": "^4.17.0",
2019-05-27 19:29:29 +02:00
"@types/gh-pages": "^2.0.0",
2019-07-15 13:45:52 +02:00
"@types/mainloop.js": "^1.0.5",
2019-07-25 21:59:52 +02:00
"@types/react-helmet": "^5.0.8",
2019-07-15 13:45:52 +02:00
"@types/react-router-dom": "^4.3.4",
"babel-loader": "^8.0.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-regenerator-runtime": "^6.5.0",
"copy-webpack-plugin": "^5.1.1",
2019-07-23 21:53:59 +02:00
"cross-env": "^5.2.0",
2019-07-15 13:45:52 +02:00
"css-loader": "^3.0.0",
2019-07-23 13:56:11 +02:00
"file-loader": "^4.1.0",
"gh-pages": "^2.0.1",
2019-07-15 13:45:52 +02:00
"html-webpack-inline-source-plugin": "0.0.10",
Bump loader-utils, html-webpack-plugin and webpack-cli Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 1.4.2 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.4.2) 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 `webpack-cli` from 3.3.6 to 3.3.12 - [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...v3.3.12) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: html-webpack-plugin dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 06:38:20 +01:00
"html-webpack-plugin": "^5.5.0",
2019-07-18 12:01:55 +02:00
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
2019-07-15 13:45:52 +02:00
"optimize-css-assets-webpack-plugin": "^5.0.3",
2019-03-06 09:25:58 +01:00
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
2020-04-13 22:39:00 +02:00
"typescript": "^3.8.3",
2019-07-18 12:01:55 +02:00
"webpack": "^4.36.1",
Bump loader-utils, html-webpack-plugin and webpack-cli Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 1.4.2 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.4.2) 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 `webpack-cli` from 3.3.6 to 3.3.12 - [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...v3.3.12) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: html-webpack-plugin dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 06:38:20 +01:00
"webpack-cli": "^3.3.12",
2019-07-15 13:45:52 +02:00
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
2019-05-22 21:43:04 +02:00
},
"dependencies": {
2020-04-13 22:39:00 +02:00
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
2019-07-15 13:45:52 +02:00
"@eix-js/utils": "0.0.6",
"@material-ui/core": "^4.2.1",
2019-07-15 13:45:52 +02:00
"deepmerge": "^4.0.0",
"express": "^4.17.1",
"keycode": "^2.2.0",
2019-07-15 13:45:52 +02:00
"mainloop.js": "^1.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
2019-07-25 21:59:52 +02:00
"react-helmet": "^5.2.1",
2019-07-15 13:45:52 +02:00
"react-router-dom": "^5.0.1",
2019-07-18 11:42:21 +02:00
"react-toastify": "^5.3.2",
2019-05-27 15:35:34 +02:00
"rxjs": "^6.5.2",
2019-07-24 10:45:39 +02:00
"rxjs-hooks": "^0.5.1"
2019-03-06 09:25:58 +01:00
}
}