-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.59 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "dvk",
"version": "1.22.0",
"private": true,
"homepage": ".",
"type": "module",
"dependencies": {
"@ionic/core": "^8.4.1",
"@ionic/react": "^8.4.1",
"@ionic/react-router": "^8.4.1",
"@ionic/react-test-utils": "^0.4.0",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-persist-client": "^5.62.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@turf/along": "^7.1.0",
"@turf/area": "^7.1.0",
"@turf/bearing": "^7.1.0",
"@turf/boolean-disjoint": "^7.1.0",
"@turf/boolean-point-in-polygon": "^7.1.0",
"@turf/buffer": "^7.1.0",
"@turf/difference": "^7.1.0",
"@turf/distance": "^7.1.0",
"@turf/flatten": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@turf/intersect": "^7.1.0",
"@turf/length": "^7.1.0",
"@turf/line-intersect": "^7.1.0",
"@turf/line-overlap": "^7.1.0",
"@turf/line-segment": "^7.1.0",
"@turf/nearest-point-on-line": "^7.1.0",
"@turf/points-within-polygon": "^7.1.0",
"@turf/transform-translate": "^7.1.0",
"@turf/truncate": "^7.1.0",
"@turf/union": "^7.1.0",
"@types/geojson": "^7946.0.15",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/proj4": "^2.5.5",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@uiw/react-markdown-preview": "^5.1.3",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"geojson": "^0.5.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"i18next": "^24.1.0",
"idb-keyval": "^6.2.1",
"ionicons": "^7.4.0",
"lodash": "^4.17.21",
"ol": "^10.3.1",
"ol-mapbox-style": "^12.4.0",
"proj4": "^2.15.0",
"react": "^18.3.1",
"react-country-flag": "^3.1.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"rehype-sanitize": "^6.0.0",
"squatlib": "file:./squat",
"swiper": "^11.1.15",
"typescript": "^5.7.2",
"workbox-background-sync": "^7.3.0",
"workbox-broadcast-update": "^7.3.0",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-google-analytics": "^7.3.0",
"workbox-navigation-preload": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-range-requests": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-streams": "^7.3.0"
},
"scripts": {
"prestart": "npm run generate",
"start": "vite",
"startpreview": "vite --config vite.preview.config.ts",
"build": "tsc && vite build",
"buildpreview": "tsc && vite build --config vite.preview.config.ts",
"serve": "vite preview",
"servepreview": "vite preview --config vite.preview.config.ts",
"test": "vitest",
"lint": "eslint --max-warnings 0 --config .eslintrc.json --ext .js,.jsx,.ts,.tsx .",
"generate": "graphql-codegen",
"updatesquat": "cd squat && npm run buildlib && cd .. && npm install && npm run start"
},
"browserslist": {
"production": [
"Chrome >=89 and > 0.2%",
"ChromeAndroid >=89 and > 0.2%",
"Firefox >=75 and > 0.2%",
"Edge >=89 and > 0.2%",
"Safari >=15 and > 0.2%",
"iOS >=15 and > 0.2%"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@types/lodash": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"c8": "^10.1.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"fake-indexeddb": "^6.0.0",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"vite": "^6.0.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"vitest-sonar-reporter": "^2.0.0"
},
"description": "An Ionic project",
"engines": {
"node": ">=22.11.0",
"npm": ">=10.9.0"
}
}