update package files

updated scripts
This commit is contained in:
Raymond Wang 2022-10-24 17:33:30 -07:00
parent 6f7a09643d
commit b8396ae2c7
2 changed files with 2037 additions and 133 deletions

2151
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,10 +4,11 @@
"description": "Website for IEEE of UC San Diego",
"main": "build/index.js",
"scripts": {
"build": "webpack & tsc --build --verbose & node build/index.js generate",
"start": "node build/index.js",
"build": "webpack && tsc --build --verbose && node build/util/index.js generate",
"serve": "node build/util/index.js",
"watch": "webpack watch",
"generate": "node build/index.js generate",
"webpack": "webpack",
"generate": "node build/util/index.js generate",
"lint": "eslint ."
},
"keywords": [],
@ -16,11 +17,11 @@
"dependencies": {
"@types/express": "^4.17.14",
"@types/mongoose": "^5.11.97",
"@types/node": "^18.11.4",
"@types/react-dom": "^18.0.6",
"@types/node": "^18.11.5",
"@types/react-dom": "^18.0.7",
"@types/ws": "^8.5.3",
"express": "^4.18.2",
"mongoose": "^6.6.7",
"mongoose": "^6.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
@ -28,9 +29,9 @@
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.14.5",
"@types/react": "^18.0.21",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@types/react": "^18.0.22",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",