-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 857 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 857 Bytes
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
{
"name": "lithuania",
"version": "0.1.0",
"private": true,
"dependencies": {
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"cubiql-connector": "^1.0.2",
"d3-array": "^2.0.3",
"d3-request": "^1.0.6",
"d3-scale": "^2.1.2",
"immutability-helper": "^2.9.0",
"immutable": "^4.0.0-rc.12",
"primereact": "^3.0.0-rc.1",
"react": "^16.7.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.7.0",
"react-map-gl": "^4.0.7",
"react-scripts": "2.1.3",
"react-select": "^2.2.0"
},
"scripts": {
"start": "PORT=8081 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}