-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 867 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 867 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
{
"name": "ironplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "echo --- preinstall --- && cd backend && npm install && cd ../frontend && npm install && npm run build && cd ..",
"start": "echo --- start --- && cd backend && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FTWD-OCT-2019/ironplate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FTWD-OCT-2019/ironplate/issues"
},
"homepage": "https://github.com/FTWD-OCT-2019/ironplate#readme",
"dependencies": {
"chart.js": "^2.9.3",
"d3-time-format": "^2.2.3",
"react-chartjs-2": "^2.9.0",
"react-charts": "^2.0.0-beta.7",
"react-dom": "^16.13.1",
"zingchart-react": "^2.2.0"
}
}