-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "work-brew",
"version": "1.0.0",
"description": "Using JS, React-Redux, Node, Express, and Socket.io",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"dev": "webpack serve --config webpack.config.js --hot",
"build": "webpack --config webpack.config.js"
},
"keywords": [],
"author": "LJN16, AidenCarere, ChrisR0892, JoseSanchez1996, InvectivusTaco",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@mui/material": "^5.15.18",
"@supabase/supabase-js": "^2.43.2",
"axios": "^1.7.2",
"concurrently": "^8.2.2",
"express": "^4.19.2",
"jest": "^27.5.1",
"nodemon": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"babel-loader": "^9.1.3",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"html-webpack-plugin": "^5.6.0",
"install": "^0.13.0",
"mini-css-extract-plugin": "^2.9.0",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"supabase": "^1.167.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.2.1",
"webpack-dev-server": "^5.0.4",
"webpack-hot-middleware": "^2.26.1"
}
}