-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.29 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
{
"name": "front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"start": "pnpm i && docker compose up --build -d",
"build": "tsc && vite build",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/logo.svg",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"preview": "vite preview --host",
"updateClientApiLatest": "pnpm update @FullStackMap/from-a2b@latest",
"updateClientApi": "pnpm update @FullStackMap/from-a2b"
},
"dependencies": {
"@FullStackMap/from-a2b": "0.24.0-Beta",
"@mantine/carousel": "^7.6.2",
"@mantine/core": "^7.6.2",
"@mantine/dates": "^7.7.1",
"@mantine/dropzone": "^7.7.1",
"@mantine/form": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@mantine/notifications": "^7.6.2",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-query": "^5.28.0",
"@tanstack/react-query-devtools": "^5.28.0",
"@types/geojson": "^7946.0.14",
"@types/js-cookie": "^3.0.6",
"@types/mapbox-gl": "^3.1.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"geojson": "^0.5.0",
"js-cookie": "^3.0.5",
"json2typescript": "^1.5.1",
"jwt-decode": "^4.0.0",
"loader-utils": "3.2.1",
"lucide-react": "^0.341.0",
"mantine-form-zod-resolver": "^1.1.0",
"mapbox-gl": "^3.2.0",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-map-gl": "^7.1.7",
"react-router-dom": "^6.22.1",
"react-scripts": "5.0.1",
"sass": "^1.71.1",
"styled-components": "6.1.8",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"zod": "^3.22.4",
"zustand": "^4.5.1"
},
"devDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"vite-plugin-pwa": "^0.19.7"
}
}