-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.53 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@turf/turf": "^6.4.0",
"@urql/exchange-auth": "^1.0.0",
"graphql": "^15.5.1",
"i18next": "^20.3.2",
"maplibre-gl": "^1.14.0",
"oidc-client-ts": "^3.0.1",
"pubsub-js": "^1.9.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.11.0",
"react-oidc-context": "^3.1.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^7.0.4",
"sass": "^1.66.1",
"subscriptions-transport-ws": "^0.9.19",
"typescript": "^4.9.5",
"urql": "^3.0.3",
"uuid": "^9.0.0",
"websocket": "^1.0.34"
},
"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": "^15.12.4",
"@types/pubsub-js": "^1.8.2",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^9.0.0",
"@types/websocket": "^1.0.2",
"react-scripts": "5.0.1"
}
}