-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.08 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
{
"name": "audioguidekit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"schema": "bun scripts/generate-schema.ts",
"validate": "bun scripts/validate-tours.ts",
"build": "bun run validate && vite build",
"preview": "vite preview",
"test": "playwright test --config config/playwright.config.ts",
"test:ui": "playwright test --ui --config config/playwright.config.ts",
"test:headed": "playwright test --headed --config config/playwright.config.ts",
"test:debug": "playwright test --debug --config config/playwright.config.ts",
"studio": "bun scripts/screenshot-studio/index.ts"
},
"dependencies": {
"@google/model-viewer": "^4.1.0",
"@phosphor-icons/react": "^2.1.10",
"country-flag-icons": "^1.6.4",
"dompurify": "^3.1.2",
"framer-motion": "^12.23.24",
"idb": "^8.0.3",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-leaflet": "^5.0.0",
"react-router-dom": "^6.30.2",
"styled-components": "^6.1.19",
"three": "^0.182.0",
"twin.macro": "^3.4.1",
"use-media-session": "^0.0.3",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@inquirer/prompts": "^8.3.0",
"@playwright/test": "^1.58.0",
"@react-grab/claude-code": "^0.0.98",
"@types/dompurify": "^3.2.0",
"@types/leaflet": "^1.9.21",
"@types/leaflet.markercluster": "^1.5.6",
"@types/node": "^22.14.0",
"@types/styled-components": "^5.1.36",
"@vitejs/plugin-basic-ssl": "^2.1.4",
"@vitejs/plugin-react": "^5.0.0",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
"autoprefixer": "^10.4.22",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"baseline-browser-mapping": "^2.10.0",
"postcss": "^8.5.6",
"react-grab": "^0.0.98",
"tailwindcss": "^3.4.18",
"ts-json-schema-generator": "^2.9.0",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-pwa": "^0.19.8",
"workbox-window": "^7.4.0"
}
}