generated from CMU-IDS-2020/fp-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "reactd3",
"version": "0.1.0",
"private": true,
"homepage": "https://cmu-ids-2020.github.io/fp-airbnb-rats",
"devDependencies": {
"@babel/core": "^7.7.7",
"prettier": "^2.2.1",
"react-scripts": "^4.0.1"
},
"dependencies": {
"d3-array": "^2.8.0",
"d3-axis": "^2.0.0",
"d3-brush": "^2.1.0",
"d3-color": "^2.0.0",
"d3-dispatch": "^2.0.0",
"d3-format": "^2.0.0",
"d3-geo": "^2.0.1",
"d3-polygon": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-shape": "^2.0.0",
"d3-transition": "^2.0.0",
"jquery": "^3.5.1",
"jsxstyle": "^2.4.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-zoom-pan-pinch": "^1.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && rm -rf docs && mv build docs",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}