-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 925 Bytes
/
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
{
"name": "hrmvp",
"version": "1.0.0",
"description": "time to cook",
"main": "index.js",
"scripts": {
"client-dev": "webpack --watch",
"server-dev": "nodemon server/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@mui/material-next": "^6.0.0-alpha.94",
"axios": "^1.4.0",
"babel-loader": "^9.1.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.1",
"nodemon": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"dotenv": "^16.3.1",
"webpack": "^5.88.2"
}
}