49 lines
No EOL
1.4 KiB
JSON
49 lines
No EOL
1.4 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",
|
|
"lint": "eslint \"**/*.{ts, tsx}\""
|
|
},
|
|
"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",
|
|
"@typescript-eslint/parser": "^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-prettier": "^8.5.0",
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.3.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"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.10.0"
|
|
}
|
|
} |