old-ieeeucsd-org/package.json
chark1es 631e051cc0 add bash scripting as a page
There is a current bug with the css. possibly due to an overlap / override.

page is viewable if you visit ieeeucsd.org/bash
2024-03-10 13:17:27 -07:00

57 lines
1.7 KiB
JSON

{
"name": "ieee-uscd-website",
"version": "1.0.0",
"description": "Website for IEEE of UC San Diego",
"main": "build/index.js",
"scripts": {
"build": "webpack && tsc --build --verbose && node build/util/index.js generate",
"serve": "node build/util/index.js",
"watch": "webpack watch",
"webpack": "webpack",
"generate": "node build/util/index.js generate",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@types/express": "^4.17.14",
"@types/mongoose": "^5.11.97",
"@types/react-dom": "^18.0.8",
"@types/ws": "^8.5.3",
"express": "^4.18.2",
"mongoose": "^6.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reveal.js": "^5.0.5"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.14.5",
"@types/node": "^20.11.25",
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-loader": "^9.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"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.4.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"license-webpack-plugin": "^4.0.2",
"style-loader": "^3.3.1",
"tailwindcss": "^3.4.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}