-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 936 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": "couch-potato-chat",
"version": "0.0.1",
"description": "chat feature for Couch Potato",
"dependencies": {
"axios": "^0.19.2",
"ejs": "^3.0.1",
"emoji-mart": "^3.0.0",
"express": "^4.17.1",
"nodemon": "^2.0.2",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-notify-toast": "^0.5.1",
"react-router-dom": "^5.1.2",
"reactjs-popup": "^1.5.0",
"socket.io": "^2.3.0",
"volleyball": "^1.5.1"
},
"scripts": {
"start": "node server",
"start-dev": "webpack -w & nodemon server",
"deploy": "script/deploy"
},
"heroku-run-build-script": true,
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}