
- added prettier config - added missing officers - reordered officers based on official roster - removed unused assets - added project description - fixed mismatching licenses - optimized images to webp - reduced project size by 95%
56 lines
No EOL
1.5 KiB
JSON
56 lines
No EOL
1.5 KiB
JSON
{
|
|
"name": "ieee-website",
|
|
"version": "1.0.0",
|
|
"description": "Website for IEEE of UC San Diego",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "webpack & tsc",
|
|
"watch": "npm-watch build"
|
|
},
|
|
"watch": {
|
|
"build": {
|
|
"patterns": [
|
|
"src"
|
|
],
|
|
"quiet": true,
|
|
"silent": true,
|
|
"extensions": "js,jsx,ts,tsx,html,css"
|
|
}
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "^16.11.7",
|
|
"@types/react-dom": "^16.9.14",
|
|
"@types/ws": "^7.4.7",
|
|
"express": "^4.17.1",
|
|
"mongoose": "^6.1.7",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@types/react": "^16.14.20",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
"babel-loader": "^8.2.3",
|
|
"copy-webpack-plugin": "^6.4.1",
|
|
"css-loader": "^5.2.7",
|
|
"eslint": "^8.26.0",
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.3.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.31.10",
|
|
"html-webpack-plugin": "^4.5.2",
|
|
"license-webpack-plugin": "^2.3.21",
|
|
"style-loader": "^2.0.0",
|
|
"ts-loader": "^8.3.0",
|
|
"typescript": "^4.8.4",
|
|
"webpack": "^5.60.0",
|
|
"webpack-cli": "^4.9.1"
|
|
}
|
|
} |