-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.5 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@turf/turf": "^6.4.0",
"@urql/exchange-auth": "^1.0.0",
"graphql": "^15.9.0",
"maplibre-gl": "4.5.0",
"oidc-client-ts": "^3.1.0",
"pubsub-js": "^1.9.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.2",
"react-oidc-context": "^3.2.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^10.0.6",
"sass": "^1.81.0",
"subscriptions-transport-ws": "^0.11.0",
"typescript": "^4.9.5",
"urql": "^3.0.3",
"uuid": "^11.0.3",
"websocket": "^1.0.35"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"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/geojson": "^7946.0.10",
"@types/node": "^22.10.0",
"@types/pubsub-js": "^1.8.6",
"@types/react-router-dom": "^5.1.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@types/websocket": "^1.0.10",
"react-scripts": "5.0.1"
}
}