-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.96 KB
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
{
"name": "andy-app-src",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"types:gen": "node scripts/gen-types.mjs",
"gen:types": "node scripts/gen-types.mjs",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"tspoon:explore": "tsx scripts/exploreTspoon.ts"
},
"dependencies": {
"@capacitor/android": "^8.4.2",
"@capacitor/cli": "^8.4.2",
"@capacitor/core": "^8.4.2",
"@capgo/capacitor-updater": "^8.51.3",
"@mapbox/mapbox-gl-draw": "^1.5.1",
"@napi-rs/canvas": "^1.0.1",
"@stripe/react-stripe-js": "^6.6.0",
"@stripe/stripe-js": "^9.8.0",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "^5.101.4",
"@turf/turf": "^7.3.5",
"jspdf": "^4.2.1",
"lucide-react": "^1.14.0",
"mammoth": "^1.12.0",
"mapbox-gl": "^3.25.0",
"qrcode": "^1.5.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.15.1",
"recharts": "^3.8.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/geojson": "^7946.0.16",
"@types/mapbox__mapbox-gl-draw": "^1.4.9",
"@types/mapbox-gl": "^3.4.1",
"@types/node": "^24.12.2",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "*",
"@vitest/ui": "*",
"autoprefixer": "^10.5.0",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"postcss": "^8.5.14",
"supabase": "^2.109.0",
"tailwindcss": "^3.4.19",
"tsx": "^4.19.2",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.10",
"vitest": "*"
}
}