-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.32 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
{
"name": "my-tauri-app",
"private": true,
"version": "3.0.5",
"type": "module",
"license": "MIT",
"keywords": [
"live2d",
"desktop",
"pixijs",
"tauri",
"macos",
"linux",
"windows"
],
"homepage": "https://github.com/itxve/tauri-live2d",
"bugs": "https://github.com/itxve/tauri-live2d/issues",
"repository": {
"type": "git",
"url": "https://github.com/itxve/tauri-live2d"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "RUST_BACKTRACE=full tauri dev",
"updater": "node scripts/updater.mjs",
"release": "node scripts/release.mjs",
"tauriversion": "node scripts/tauriversion.mjs"
},
"dependencies": {
"@rollup/plugin-inject": "^5.0.3",
"@tauri-apps/api": "^1.2.0",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "6.5.6",
"vue": "^3.2.37"
},
"devDependencies": {
"@actions/github": "^5.1.0",
"@rollup/plugin-alias": "^4.0.2",
"@tauri-apps/cli": "^1.2.0",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^3.0.1",
"naive-ui": "^2.34.2",
"node-fetch": "^3.2.10",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.0.2",
"vue-tsc": "^1.0.0"
}
}