-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 859 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 859 Bytes
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
{
"name": "phospho",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@tsconfig/svelte": "^3.0.0",
"@types/three": "^0.144.0",
"graphology-types": "^0.24.4",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-drawer-component": "^1.2.2",
"svelte-icons": "^2.1.0",
"svelte-preprocess": "^4.10.7",
"svelte-typeahead": "^4.3.2",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vite": "^3.1.1"
},
"dependencies": {
"@threlte/core": "^4.3.2",
"@threlte/extras": "^4.3.0",
"graphology": "^0.24.1",
"svelte-select": "5.0.0-beta.21",
"three": "^0.144.0"
}
}