-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 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
{
"name": "its-mypic-vue",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite-ssg build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"protobuf": "pbjs -t static-module -w es6 -o src/plugins/data.js public/data/data.proto; pbts -o src/plugins/data.d.ts src/plugins/data.js"
},
"dependencies": {
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"core-js": "^3.46.0",
"opencc-js": "^1.0.5",
"pinia": "^3.0.3",
"protobufjs": "7.5.4",
"vue": "^3.5.24",
"vue-virtual-scroll-grid": "^1.11.0",
"vuetify": "^3.10.8"
},
"devDependencies": {
"@eslint/js": "9.32.0",
"@mdi/js": "^7.4.47",
"@tsconfig/node22": "^22.0.5",
"@types/node": "24.1.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.7.0",
"esbuild": "^0.27.0",
"eslint": "9.34.0",
"eslint-plugin-vue": "^10.5.1",
"npm-run-all2": "^8.0.4",
"protobufjs-cli": "1.2.0",
"sass": "1.97.2",
"sass-embedded": "^1.93.2",
"typescript": "~5.8.3",
"unplugin-fonts": "^1.4.0",
"unplugin-vue-components": "^30.0.0",
"unplugin-vue-router": "0.14.0",
"vite": "6.4.1",
"vite-plugin-sitemap": "^0.8.2",
"vite-plugin-vuetify": "^2.1.1",
"vite-ssg": "28.2.2",
"vue-router": "^4.5.1",
"vue-tsc": "3.1.5"
}
}