This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.59 KB
/
package.json
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
{
"name": "counter-splash",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "prettier --write .",
"postinstall": "patch-package",
"prepare": "svelte-kit sync",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@theatre/studio": "^0.7.2",
"@types/lodash-es": "^4.17.12",
"@types/three": "^0.167.1",
"autoprefixer": "^10.4.19",
"patch-package": "^8.0.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.3",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-plugin-node-polyfills": "^0.22.0"
},
"type": "module",
"dependencies": {
"@dimforge/rapier3d-compat": "^0.13.1",
"@theatre/core": "^0.7.2",
"@threlte/core": "^7.3.0",
"@threlte/extras": "^8.11.4",
"@threlte/rapier": "^2.0.1",
"@threlte/theatre": "^2.1.7",
"@topology-foundation/node": "^0.0.20",
"@tweenjs/tween.js": "^23.1.2",
"bits-ui": "^0.21.13",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.17",
"lodash-es": "^4.17.21",
"lucide-svelte": "^0.424.0",
"svelte-tweakpane-ui": "^1.3.0",
"tailwind-merge": "^2.4.0",
"three": "^0.167.1",
"util": "^0.12.5"
}
}