-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
97 lines (97 loc) · 3.17 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "gatesolve-ui",
"version": "0.1.0",
"private": true,
"license:": "AGPL-3.0-or-later",
"dependencies": {
"@fontsource/noto-sans": "^4.5.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.61",
"@math.gl/web-mercator": "^3.5.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@turf/bbox-polygon": "6.5.0",
"@turf/bearing": "^6.5.0",
"@turf/boolean-clockwise": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"@types/geojson": "^7946.0.8",
"@types/jest": "^26.0.24",
"@types/mapbox-gl": "^1.13.0",
"@types/node": "^16.4.10",
"@types/proj4": "^2.5.2",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-map-gl": "^5.2.10",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/romans": "^1.0.0",
"@urbica/react-map-gl": "^1.14.3",
"mapbox-gl": "^1.13.1",
"notistack": "^1.0.10",
"osmtogeojson": "^3.0.0-beta.4",
"plannerjs": "https://github.com/gatesolve/planner.js#build-for-gatesolve",
"proj4": "^2.7.5",
"react": "^17.0.2",
"react-autosuggest-geocoder": "https://github.com/gatesolve/react-autosuggest-geocoder#fix/modify-for-gatesolve",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"reflect-metadata": "^0.1.13",
"romans": "^1.0.4",
"typescript": "~4.3.5",
"use-local-storage-state": "^17.0.1"
},
"resolutions": {
"ldfetch": "1.1.2"
},
"homepage": "https://app.gatesolve.com/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"type-check": "tsc --noemit",
"test": "react-scripts test --testPathIgnorePatterns \"src/__tests__/\"",
"test-e2e": "react-scripts test --testPathPattern \"src/__tests__/\"",
"test-all": "react-scripts test",
"eslint-check": "eslint-config-prettier src/App.tsx",
"eslint": "eslint --max-warnings=0 --ext .js,.jsx,.ts,.tsx ./",
"prettier-check": "prettier --check .",
"prettier": "prettier --write ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"playwright": "^1.13.1",
"prettier": "^2.3.2",
"pwmetrics": "^4.2.3"
}
}