-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.96 KB
/
package.json
File metadata and controls
70 lines (70 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
70
{
"name": "gonow-planner",
"private": true,
"version": "0.1.814",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/scriptbuzz/gonow-app"
},
"overrides": {
"qs": "6.14.1"
},
"scripts": {
"dev": "cross-env VITE_DEV=true vite",
"build": "vite build",
"preview": "vite preview",
"increment-version": "tsx scripts/increment-version.ts",
"deploy": "tsx scripts/deploy.ts",
"seed:users": "tsx scripts/seedUsers.ts",
"cleanup-users": "tsx scripts/cleanupAuthUsers.ts",
"dev-sync": "tsx scripts/dev-sync.ts",
"test": "vitest",
"test:e2e": "tsx scripts/run-cypress.ts run",
"test:e2e:headed": "tsx scripts/run-cypress.ts run --headed"
},
"dependencies": {
"@google/genai": "^1.30.0",
"@googlemaps/js-api-loader": "^1.16.8",
"@types/file-saver": "^2.0.7",
"ai": "^5.0.114",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"firebase": "^12.6.0",
"framer-motion": "^12.23.26",
"html2canvas": "^1.4.1",
"i18next": "^25.6.3",
"i18next-browser-languagedetector": "^8.2.0",
"jsondiffpatch": "^0.7.3",
"jspdf": "^4.0.0",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.554.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-i18next": "^16.3.5",
"react-leaflet": "^5.0.0",
"recharts": "^3.5.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jszip": "^3.4.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"@vitest/coverage-v8": "^4.0.15",
"autoprefixer": "^10.4.22",
"cross-env": "^10.1.0",
"cypress": "^15.8.1",
"firebase-admin": "^13.6.0",
"jsdom": "^27.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"tsx": "^4.20.6",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^4.0.15"
}
}