-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "reacting-to-tasks",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "jest",
"begin": "nodemon server/server.js",
"restart": "pm2 startOrRestart ecosystem.config.js",
"deploy": "pm2 deploy ecosystem.config.js production",
"start": "webpack -d --watch & live-server --port=3030 --watch=dist --open=dist",
"start-oh": "webpack -d --watch"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"bugs": {
"url": "http://www.github.com"
},
"homepage": "http://www.github.com",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.0",
"faker": "^4.1.0",
"mongoose": "^5.7.7",
"react": "^16.11.0",
"react-dom": "^16.11.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-loader": "^8.0.6",
"live-server": "^1.2.1",
"mysql": "^2.17.1",
"nodemon": "^1.19.4",
"path": "^0.12.7",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}