update package files
updated scripts
This commit is contained in:
parent
6f7a09643d
commit
b8396ae2c7
2 changed files with 2037 additions and 133 deletions
2151
package-lock.json
generated
2151
package-lock.json
generated
File diff suppressed because it is too large
Load diff
19
package.json
19
package.json
|
@ -4,10 +4,11 @@
|
||||||
"description": "Website for IEEE of UC San Diego",
|
"description": "Website for IEEE of UC San Diego",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack & tsc --build --verbose & node build/index.js generate",
|
"build": "webpack && tsc --build --verbose && node build/util/index.js generate",
|
||||||
"start": "node build/index.js",
|
"serve": "node build/util/index.js",
|
||||||
"watch": "webpack watch",
|
"watch": "webpack watch",
|
||||||
"generate": "node build/index.js generate",
|
"webpack": "webpack",
|
||||||
|
"generate": "node build/util/index.js generate",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
@ -16,11 +17,11 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/express": "^4.17.14",
|
"@types/express": "^4.17.14",
|
||||||
"@types/mongoose": "^5.11.97",
|
"@types/mongoose": "^5.11.97",
|
||||||
"@types/node": "^18.11.4",
|
"@types/node": "^18.11.5",
|
||||||
"@types/react-dom": "^18.0.6",
|
"@types/react-dom": "^18.0.7",
|
||||||
"@types/ws": "^8.5.3",
|
"@types/ws": "^8.5.3",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"mongoose": "^6.6.7",
|
"mongoose": "^6.7.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
},
|
},
|
||||||
|
@ -28,9 +29,9 @@
|
||||||
"@babel/core": "^7.19.6",
|
"@babel/core": "^7.19.6",
|
||||||
"@babel/preset-env": "^7.19.4",
|
"@babel/preset-env": "^7.19.4",
|
||||||
"@babel/preset-react": "^7.14.5",
|
"@babel/preset-react": "^7.14.5",
|
||||||
"@types/react": "^18.0.21",
|
"@types/react": "^18.0.22",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
||||||
"@typescript-eslint/parser": "^5.40.1",
|
"@typescript-eslint/parser": "^5.41.0",
|
||||||
"babel-loader": "^8.2.3",
|
"babel-loader": "^8.2.3",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"css-loader": "^6.7.1",
|
"css-loader": "^6.7.1",
|
||||||
|
|
Loading…
Reference in a new issue