-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 909 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
35
{
"name": "datanutrition",
"version": "0.1.0",
"private": true,
"homepage": "http://ahmedhosny.github.io/datanutrition",
"dependencies": {
"glamor": "^2.20.40",
"glamorous": "^4.12.1",
"lodash": "^4.17.5",
"@material-ui/core": "^1.1.0",
"namor": "^1.0.1",
"papaparse": "^4.3.7",
"plotly.js": "^1.35.2",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-plotly": "^1.0.0",
"react-plotly.js": "^2.1.0",
"react-scripts": "1.1.1",
"react-scroll": "^1.7.7",
"react-table": "^6.8.0",
"simple-statistics": "^5.3.1"
},
"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"
}
}