-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "sus-puppies",
"version": "1.0.0",
"description": "Multiplayer online version of classic accusation game Werewolf!",
"private": true,
"scripts": {
"start-dev": "webpack --watch && nodemon server/index.js",
"start": "webpack && node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shady-Wolves/Sus-Puppies.git"
},
"author": "Shady-Wolves",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shady-Wolves/Sus-Puppies/issues"
},
"homepage": "https://github.com/Shady-Wolves/Sus-Puppies#readme",
"dependencies": {
"@socket.io/admin-ui": "^0.2.0",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"express": "^4.17.2",
"mongod": "^2.0.0",
"mongodb": "^4.3.1",
"mongoose": "^6.1.8",
"nodemon": "^2.0.15",
"react": "^17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-select": "^5.2.2",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"styled-components": "^5.3.3",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.2",
"file-loader": "^6.2.0",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
}
}