-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.88 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
{
"name": "abusi-edilizi-opendata",
"version": "0.2.0",
"dependencies": {
"@creativebulma/bulma-tooltip": "1.2.0",
"@researchgate/react-intersection-observer": "1.0.1",
"@vx/axis": "0.0.196",
"@vx/curve": "0.0.196",
"@vx/event": "0.0.196",
"@vx/gradient": "0.0.196",
"@vx/group": "0.0.196",
"@vx/legend": "0.0.196",
"@vx/scale": "0.0.196",
"@vx/shape": "0.0.196",
"@vx/tooltip": "0.0.196",
"bulma": "0.8.2",
"d3-array": "1.2.1",
"d3-scale": "1.0.7",
"d3-scale-chromatic": "1.3.0",
"d3-shape": "1.2.0",
"d3-time-format": "2.1.1",
"i18next": "19.0.0",
"italia": "1.0.1",
"mailgo": "0.8.5",
"react": "16.12.0",
"react-autosuggest": "9.4.3",
"react-dom": "16.12.0",
"react-ga": "2.5.7",
"react-i18next": "11.5.0",
"react-redux": "7.2.0",
"react-scripts": "3.4.1",
"react-simple-maps": "0.12.1",
"react-tap-event-plugin": "3.0.2",
"redux": "4.0.5",
"reselect": "4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"now-build": "react-scripts build",
"prerender": "node ./prerender.js"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.8.2",
"@mapbox/geojson-area": "0.2.2",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"prettier": "2.0.5",
"prop-types": "15.7.2",
"puppeteer": "1.17.0",
"topojson-server": "3.0.0"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:prettier/recommended"
]
},
"eslintIgnore": [
"node_modules"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}