-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"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"
},
"dependencies": {
"core-js": "^3.41.0",
"opencc-js": "^1.0.5",
"pinia": "^3.0.1",
"vue": "^3.4.31",
"vue-virtual-scroll-grid": "^1.11.0",
"vuetify": "^3.7.15"
},
"devDependencies": {
"@eslint/js": "9.21.0",
"@mdi/js": "^7.4.47",
"@tsconfig/node22": "^22.0.0",
"@types/node": "22.13.9",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"beasties": "^0.2.0",
"esbuild": "^0.25.0",
"eslint": "9.21.0",
"eslint-plugin-vue": "^10.0.0",
"npm-run-all2": "^7.0.1",
"sass": "1.85.1",
"sass-embedded": "^1.85.1",
"typescript": "~5.8.2",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^28.4.1",
"unplugin-vue-router": "^0.12.0",
"vite": "^6.2.1",
"vite-plugin-sitemap": "^0.7.1",
"vite-plugin-vuetify": "^2.1.0",
"vite-ssg": "^25.2.0",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.8"
}
}