-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 888 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
34
{
"name": "cryptofries",
"version": "0.1.0",
"private": true,
"homepage": "https://alshakero.github.io/cryptofries",
"repository": {
"type": "git",
"url": "https://github.com/alshakero/cryptofries.git"
},
"dependencies": {
"chart.js": "^2.7.2",
"chartkick": "^2.3.3",
"react": "^16.2.0",
"react-chartjs": "^1.2.0",
"react-chartkick": "^0.1.6",
"react-container-dimensions": "^1.3.3",
"react-dom": "^16.2.0",
"react-easy-chart": "^1.0.0",
"react-loadable": "^5.3.1",
"react-scripts": "1.1.1",
"recharts": "^1.0.0-beta.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.1.0"
}
}