-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.92 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.92 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@amagicpear/pcl-proto",
"displayName": "PCL.Proto",
"author": {
"name": "AMagicPear",
"email": "AMagicPear@outlook.com"
},
"version": "0.7.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node scripts/check-icons.js && tauri dev",
"build": "node scripts/check-icons.js && tauri build",
"ui:dev": "vite",
"ui:build": "run-p type-check \"ui:build-only {@}\" --",
"ui:build-only": "vite build",
"type-check": "vue-tsc --build",
"format": "prettier --write src/",
"deploy": "vite build && gh-pages -d dist",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "~2.6.0",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-os": "~2.3.2",
"@vueuse/router": "^14.2.0",
"esbuild": "^0.27.3",
"marked": "^17.0.1",
"motion-v": "^1.10.2",
"pinia": "^3.0.4",
"skinview3d": "^3.4.1",
"vue": "^3.5.27",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.0",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.2.1",
"@vitejs/plugin-vue": "^6.0.4",
"@vitejs/plugin-vue-jsx": "^5.1.4",
"@vue/language-plugin-pug": "^3.2.4",
"@vue/tsconfig": "^0.8.1",
"gh-pages": "^6.3.0",
"npm-run-all2": "^8.0.4",
"prettier": "3.8.1",
"pug": "^3.0.3",
"sass-embedded": "^1.97.3",
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@^7.3.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^3.2.4"
},
"overrides": {
"vite": "npm:rolldown-vite"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}