forked from code-for-nashville/inclucivics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "inclucivics",
"version": "0.1.0",
"homepage": "http://www.codefornashville.org",
"dependencies": {
"bootstrap": ">=4.1.2",
"create-react-class": "^15.5.2",
"d3-dsv": "^1.0.5",
"fecha": "^2.3.1",
"highcharts": "^5.0.11",
"lodash.countby": "^4.6.0",
"lodash.flatmap": "^4.5.0",
"lodash.groupby": "^4.6.0",
"lodash.last": "^3.0.0",
"lodash.mapvalues": "^4.6.0",
"lodash.sortby": "^4.7.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-select": "^1.0.0-rc.3",
"standard": "^10.0.3"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "1.0.1",
"request": "^2.81.0"
},
"scripts": {
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"start": "react-scripts start",
"test": "yarn standard && react-scripts test --env=jsdom",
"lint": "standard",
"data:fetch": "node scripts/data-fetch",
"data:import": "node scripts/data-import"
},
"standard": {
"globals": [
"it"
]
}
}