forked from coasys/we
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 942 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 942 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
37
{
"name": "@we/app-tauri",
"version": "0.1.0",
"description": "",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"prebuild:steps": "node scripts/generate-seed-config.cjs",
"build:steps": "vite build",
"build": "we-build",
"serve": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev -- --release",
"tauri:build": "tauri build"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@coasys/ad4m": "0.11.0",
"@solidjs/router": "^0.15.3",
"@tauri-apps/api": "2.7.0",
"@tauri-apps/plugin-opener": "2.4.0",
"@we/app-framework": "workspace:*",
"graphql": "15.7.2",
"graphql-ws": "5.12.0",
"solid-js": "^1.9.5"
},
"devDependencies": {
"@tauri-apps/cli": "2.7.0",
"@types/three": "^0.176.0",
"@we/cli": "workspace:*",
"typescript": "^5.7.2",
"vite": "^6.0.0",
"vite-plugin-solid": "^2.11.6"
}
}