-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
43 lines (43 loc) · 998 Bytes
/
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
{
"name": "dactyl-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "ava"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.8.2",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/three": "^0.149.0",
"autoprefixer": "^10.4.13",
"ava": "^5.2.0",
"magic-string": "^0.30.0",
"postcss": "^8.4.21",
"shadow-cljs": "^2.23.3",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.0"
},
"dependencies": {
"manifold-3d": "^2.1.0",
"quickhull3d": "^2.1.0",
"svelte-cubed": "^0.2.1",
"svelte-easy-popover": "^1.0.0",
"svelte-material-icons": "^3.0.4",
"three": "^0.150.0"
},
"ava": {
"files": [
"test/*"
]
}
}