-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 844 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
{
"name": "TripleTriad",
"version": "1.0.0",
"description": "Little Throw Back",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"start-dev": "nodemon server/index.js",
"build": "webpack",
"watch": "webpack -w"
},
"keywords": [],
"author": "Tarrin",
"license": "ISC",
"dependencies": {
"animejs": "^3.2.1",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongo": "^0.1.0",
"mongoose": "^5.12.3",
"node-uuid": "^1.4.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"socket.io": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"nodemon": "^2.0.4",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}