-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 847 Bytes
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
{
"name": "productivity-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "webpack -d --watch",
"start": "nodemon server.js"
},
"license": "ISC",
"dependencies": {
"axios": "^0.18.1",
"bootstrap": "^4.6.0",
"chart.js": "^2.7.3",
"express": "^4.16.4",
"morgan": "^1.9.1",
"nodemon": "^2.0.1",
"performance-now": "^2.1.0",
"react": "^16.7.0",
"react-bootstrap": "^1.5.2",
"react-chartjs-2": "^2.7.4",
"react-charts": "^2.0.0-beta.7",
"react-dom": "^16.7.0",
"what-input": "^5.2.10"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
}
}