remove prestart command, refactor dependencies to dev dependencies

This commit is contained in:
AlecM33
2023-01-03 21:35:38 -05:00
parent d760f72ac0
commit cd2f88a0bd
2 changed files with 1544 additions and 826 deletions

2342
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,6 @@
"private": true, "private": true,
"scripts": { "scripts": {
"bundle": "webpack --config client/webpack/webpack-prod.config.js", "bundle": "webpack --config client/webpack/webpack-prod.config.js",
"prestart": "npm run bundle",
"gcp-build": "webpack --config client/webpack/webpack-prod.config.js", "gcp-build": "webpack --config client/webpack/webpack-prod.config.js",
"build:dev": "webpack --watch --config client/webpack/webpack-dev.config.js --mode=development", "build:dev": "webpack --watch --config client/webpack/webpack-dev.config.js --mode=development",
"start:dev": "NODE_ENV=development && webpack --config client/webpack/webpack-dev.config.js --mode=development && nodemon index.js", "start:dev": "NODE_ENV=development && webpack --config client/webpack/webpack-dev.config.js --mode=development && nodemon index.js",
@@ -26,21 +25,12 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-object-assign": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"acorn": "^8.6.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"body-parser": "^1.20.1", "body-parser": "^1.20.1",
"core-js": "^3.25.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.18.2", "express": "^4.18.2",
"express-force-https": "^1.0.0", "express-force-https": "^1.0.0",
"express-rate-limit": "^6.0.1", "express-rate-limit": "^6.0.1",
"jasmine": "^3.5.0",
"karma-jasmine": "^4.0.1",
"open": "^7.0.3", "open": "^7.0.3",
"rate-limiter-flexible": "^2.3.6", "rate-limiter-flexible": "^2.3.6",
"regenerator-runtime": "^0.13.9", "regenerator-runtime": "^0.13.9",
@@ -51,15 +41,23 @@
"webpack-remove-debug": "^0.1.0" "webpack-remove-debug": "^0.1.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.6.0", "acorn": "^8.6.0",
"eslint-config-standard": "^16.0.3", "eslint": "^8.31.0",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0", "eslint-plugin-promise": "^6.1.1",
"jasmine-browser-runner": "^1.0.0", "jasmine-browser-runner": "^1.0.0",
"jasmine-core": "^4.0.1", "jasmine-core": "^4.0.1",
"karma": "^6.3.16", "karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0" "karma-chrome-launcher": "^3.1.0",
"jasmine": "^3.5.0",
"karma-jasmine": "^4.0.1",
"babel-eslint": "^10.1.0",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-object-assign": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"core-js": "^3.25.0"
}, },
"nodemonConfig": { "nodemonConfig": {
"ignore": [ "ignore": [