-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "hydra-qc-client",
"version": "0.1.0",
"private": true,
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts-ts": "1.0.4"
},
"dependencies": {
"@types/bluebird": "^3.0.37",
"@types/body-parser": "^0.0.33",
"@types/chart.js": "^0.0.12",
"@types/cors": "^2.8.0",
"@types/express": "^4.0.35",
"@types/jest": "^16.0.4",
"@types/moment": "^2.13.0",
"@types/node": "^7.0.3",
"@types/react": "^15.0.2",
"@types/react-dom": "^0.14.21",
"@types/react-router": "^3.0.0",
"@types/request": "^0.0.39",
"@types/request-promise": "^4.1.33",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"chart.js": "^2.4.0",
"cors": "^2.8.1",
"express": "^4.14.0",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-chartjs-2": "^2.0.0",
"react-dates": "^5.2.0",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"jquery": "^3.1.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"deploy": "npm run build&&gh-pages -d build"
},
"homepage": "http://gioele-antoci.github.io/hydra"
}