-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 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
{
"name": "fcitx5-lotus-landing",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"element-plus": "^2.13.5",
"oh-vue-icons": "^1.0.0-rc3",
"vue": "^3.5.29",
"vue-router": "4"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@nuxt/eslint-config": "^1.15.2",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.11.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/tsconfig": "^0.9.0",
"eslint": "^10.2.0",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.5.0",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"typescript": "~5.9.3",
"typescript-eslint": "^8.58.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.6",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.5"
},
"overrides": {
"unimport": "latest",
"strip-literal": "latest"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}