-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.21 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.21 KB
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
{
"name": "rove",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/dark-theme": "^0.2.2",
"@welldone-software/why-did-you-render": "^3.3.3",
"antd": "^3.22.1",
"deck.gl": "^7.2.3",
"hull.js": "^1.0.0",
"localforage": "^1.7.3",
"ml-kmeans": "^5.0.0",
"node-kmeans": "^1.1.9",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-map-gl": "^5.0.10",
"react-scripts": "3.1.1",
"react-virtualized": "^9.21.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"gen": "node generateData.js"
},
"eslintConfig": {
"extends": [
"react-app",
"prettier"
]
},
"prettier": {
"singleQuote": true
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"csv-parse": "^4.4.5",
"csv-parser": "^2.3.0",
"eslint-config-prettier": "^6.1.0",
"faker": "^4.1.0",
"moment": "^2.24.0",
"prettier": "^1.18.2"
}
}