-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.78 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 2.78 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "cities-atlas-front-end",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=16.14.0"
},
"dependencies": {
"@apollo/client": "^3.1.4",
"@khanacademy/react-multi-select": "^0.3.3",
"@sentry/react": "^7.119.1",
"@sentry/tracing": "^7.119.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@typeform/embed-react": "^1.0.7",
"@types/d3": "^5.7.2",
"@types/fluent": "^0.11.3",
"@types/fluent-react": "^0.8.3",
"@types/html2canvas": "0.0.35",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.159",
"@types/lodash-es": "^4.17.6",
"@types/mapbox-gl": "^1.11.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.5",
"@types/react-slider": "^1.1.1",
"@types/styled-components": "^5.1.2",
"d3": "^5.16.0",
"fluent": "^0.13.0",
"fluent-react": "^0.9.0",
"graphql": "^15.3.0",
"html2canvas": "^1.0.0-rc.7",
"lodash-es": "^4.17.21",
"mapbox-gl": "^1.12.0",
"polished": "^3.6.7",
"query-string": "^6.13.6",
"raw.macro": "^0.4.2",
"react": "^16.13.1",
"react-canvas-treemap": "^1.0.6",
"react-city-space-mapbox": "^1.0.9",
"react-comparison-bar-chart": "^1.2.2",
"react-compound-slider": "^3.3.1",
"react-csv": "^2.0.3",
"react-dom": "^16.13.1",
"react-fast-charts": "^1.1.51",
"react-ga4": "^1.4.1",
"react-helmet": "^6.1.0",
"react-indiana-drag-scroll": "^2.0.1",
"react-joyride": "^2.3.0",
"react-mapbox-gl": "^4.8.6",
"react-panel-search": "^1.4.5",
"react-pswot-plot": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-slider": "^1.1.4",
"react-use": "^15.3.3",
"react-vertical-bar-chart": "^1.1.6",
"screenfull": "^5.0.2",
"styled-components": "^5.1.1",
"svg-path-reverse": "^1.2.1",
"tslib": "^2.8.1",
"tslint": "^6.1.3",
"typescript": "~3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && react-scripts build && mv build dist",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:fix": "tslint --project tsconfig.json --config tslint.json --fix",
"clean:cache": "rimraf node_modules/.cache"
},
"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/react-csv": "^1.1.1"
},
"overrides": {
"bfj": ">=9.1.3",
"underscore": ">=1.13.8"
}
}