-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.63 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
{
"name": "audioguidekit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "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.3.1",
"framer-motion": "^12.23.24",
"idb": "^8.0.3",
"react": "^19.2.0",
"react-dom": "^19.2.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"
},
"devDependencies": {
"@inquirer/prompts": "^8.3.0",
"@playwright/test": "^1.58.0",
"@react-grab/claude-code": "^0.0.98",
"@types/dompurify": "^3.2.0",
"@types/node": "^22.14.0",
"@types/styled-components": "^5.1.36",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.22",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"baseline-browser-mapping": "^2.9.19",
"postcss": "^8.5.6",
"react-grab": "^0.0.98",
"tailwindcss": "^3.4.18",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-pwa": "^0.21.2",
"workbox-window": "^7.4.0"
}
}