-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.1 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "gerrymander-jigsaw-3",
"version": "0.2.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.23",
"@types/minimist": "^1.2.0",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"@types/react-icons": "^3.0.0",
"@types/react-share": "^3.0.3",
"@types/topojson-server": "^3.0.0",
"chroma-js": "^2.1.0",
"classnames": "^2.2.6",
"d3": "^5.14.2",
"date-fns": "^2.8.1",
"fs-extra": "^8.1.0",
"geojson-to-svg": "^1.0.3",
"lodash": "^4.17.15",
"minimist": "^1.2.0",
"object-sizeof": "^1.6.0",
"pym.js": "^1.3.2",
"query-string": "^6.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-draggable": "^4.3.1",
"react-ions": "^5.3.1",
"react-raphael": "^0.9.0",
"react-request": "^3.1.2",
"react-scripts": "3.2.0",
"react-share": "^3.0.1",
"svgo": "^1.3.2",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"topojson-simplify": "^3.0.3",
"transform-coordinates": "^0.1.0",
"traverse": "^0.6.6",
"ts-node": "^8.5.2",
"typescript": "3.7.2",
"xml2js": "^0.4.22"
},
"homepage": "http://chrispkirk.com/gerrymander-jigsaw-3/build",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"process-data": "ts-node --project data-processing/tsconfig.json data-processing/process-data.ts"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/chroma-js": "^1.4.3",
"@types/d3": "^5.7.2",
"@types/fs-extra": "^8.0.1",
"@types/lodash": "^4.14.150",
"@types/node": "^12.12.9",
"@types/react-request": "^3.1.3",
"@types/svgo": "^1.3.0",
"@types/topojson": "^3.2.2",
"@types/topojson-client": "^3.0.0",
"@types/topojson-simplify": "^3.0.0",
"@types/xml2js": "^0.4.5"
}
}