forked from Scyphozoans/scratch-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "scratch-project",
"version": "1.0.0",
"description": "Pull request test #1 I added this comment in the Dev branch I added this comment in the Dev branch too",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"dev": "nodemon server/server.js & NODE_ENV=development webpack-dev-server --hot",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.11",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.0",
"babel-loader": "^9.1.2",
"babel-plugin-styled-components": "^2.1.3",
"css-loader": "^6.7.4",
"html-webpack-plugin": "^5.5.1",
"nodemon": "^2.0.22",
"style-loader": "^3.3.3",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
}
}