-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 943 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 943 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
35
36
{
"name": "example-bare",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@babel/preset-typescript": "^7.26.0",
"@solid-primitives/i18n": "^2.1.1",
"@solid-primitives/memo": "^1.3.10",
"@solid-primitives/rootless": "^1.4.5",
"@solid-primitives/scheduled": "^1.4.4",
"@solid-primitives/websocket": "^1.2.2",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"@thisbeyond/solid-dnd": "^0.7.5",
"rxjs": "^7.8.1",
"solid-js": "^1.9.3",
"solid-styled-components": "^0.28.5",
"three": "^0.170.0",
"three-mesh-ui": "^6.5.4",
"unstorage": "^1.13.1",
"vinxi": "^0.4.3",
"vite-tsconfig-paths": "^5.1.3"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/three": "^0.170.0",
"@vinxi/plugin-directives": "^0.4.3",
"solid-devtools": "^0.31.4"
}
}