-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 984 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
38
39
{
"name": "copd",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "npm install --production && node index.js",
"develop": "npm run build && nodemon index.js",
"build": "webpack"
},
"dependencies": {
"consolidate": "^0.15.1",
"cookie-parser": "~1.4.4",
"csrf": "^3.1.0",
"css-loader": "^3.4.0",
"csurf": "^1.10.0",
"debug": "~2.6.9",
"discord.js": "^11.5.1",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.0",
"http-errors": "~1.6.3",
"nunjucks": "^3.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"sequelize": "^5.21.3",
"style-loader": "^1.1.2",
"universal-cookie": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"nodemon": "^2.0.2",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10"
}
}