-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.16 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
47
48
49
50
51
{
"name": "reacting-to-tasks",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "jest",
"start": "node server/server.js",
"start-oh": "webpack -d --watch",
"server_start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"bugs": {
"url": "http://www.github.com"
},
"homepage": "http://www.github.com",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"cors": "^2.8.5",
"express": "^4.17.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"mongoose": "^5.9.4",
"popper": "^1.0.1",
"popper.js": "^1.16.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-moment": "^0.9.7"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"live-server": "^1.2.1",
"mysql": "^2.17.1",
"nodemon": "^1.19.0",
"path": "^0.12.7",
"style-loader": "^1.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}