-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.94 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
{
"name": "bloombus-client",
"version": "0.1.0",
"engines": {
"node": "16.x",
"npm": "8.x"
},
"private": true,
"dependencies": {
"@ctrl/tinycolor": "^3.4.0",
"@esri/calcite-components-react": "^0.20.0",
"@turf/turf": "^6.5.0",
"ajv": "^8.10.0",
"ajv-keywords": "^5.1.0",
"calcite-react": "^0.62.1",
"calcite-ui-icons-react": "^0.37.0",
"express-sslify": "^1.2.0",
"firebase": "^9.6.1",
"immutable": "^4.0.0-rc.12",
"mapbox-gl": "^2.7.0",
"react": "^17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.3",
"react-image": "^4.0.3",
"react-map-gl": "^5.3.19",
"react-pose": "^4.0.10",
"react-router-dom": "^5.2.0",
"react-swipeable-bottom-sheet": "^1.1.2",
"shallowequal": "^1.1.0",
"styled-components": "^5.3.3",
"viewport-mercator-project": "^6.1.1"
},
"devDependencies": {
"@types/geojson": "^7946.0.8",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/react-dom": "^17.0.11",
"@types/react-map-gl": "^6.1.2",
"@types/react-router-dom": "^5.1.2",
"@types/styled-components": "^5.1.19",
"check-engine": "^1.10.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.18.3",
"prettier": "^2.5.1",
"react-scripts": "^5.0.0",
"source-map-explorer": "^2.3.1",
"typescript": "^4.5.4"
},
"scripts": {
"start": "check-engine && react-scripts start",
"build": "check-engine && react-scripts build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"format": "prettier --write ./src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"license": "MIT",
"type": "module"
}