forked from RSP531/review-group-todo-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 951 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
40
41
{
"name": "reacting-to-tasks",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "jest",
"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",
"mongoose": "^5.5.14",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"live-server": "^1.2.1",
"mysql": "^2.17.1",
"nodemon": "^1.19.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}
}