-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 947 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
{
"name": "gem-dombench",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@types/chart.js": "^2.7.3",
"@types/classnames": "^2.2.3",
"@types/jquery": "^3.2.18",
"chart.js": "^2.7.1",
"classnames": "^2.2.5",
"gh-pages": "^1.1.0",
"jquery": "^3.2.1",
"react": "^16.2.0",
"react-chartjs-2": "^2.7.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.8.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^21.1.8",
"@types/node": "^8.0.56",
"@types/react": "^16.0.27",
"@types/react-dom": "^16.0.3"
}
}