-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.66 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.66 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": "snipcode",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"devAVP": "XR_ENV=avp vite",
"sim:dev": "npx webspatial-builder run --base=http://localhost:5173/ ",
"build": "XR_ENV=avp tsc -b && XR_ENV=avp vite build",
"sim:distpkg": "npx webspatial-builder run",
"build:sim:distpkg": "npm run build && npm run sim:distpkg",
"ipa:distpkg": "dotenv -e .env.local -- sh -c 'webspatial-builder build --base=/ --teamId=$APPLE_TEAM_ID --bundle-id=$BUNDLE_ID'",
"build:ipa:distpkg": "npm run build && npm run ipa:distpkg",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.7",
"@tweenjs/tween.js": "^25.0.0",
"@webspatial/builder": "latest",
"@webspatial/core-sdk": "latest",
"@webspatial/platform-visionos": "latest",
"@webspatial/react-sdk": "latest",
"@webspatial/vite-plugin": "latest",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv-cli": "^8.0.0",
"lucide-react": "^0.503.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.7",
"three": "^0.176.0"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@types/node": "^22.15.18",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.26.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0",
"tw-animate-css": "^1.2.9",
"typescript": "~5.7.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5"
}
}