-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.29 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "kilyicms",
"version": "2.0.1",
"description": "一个免费开源的多语言中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术",
"author": {
"name": "Jack-DU",
"email": "durunsongs@gmail.com",
"url": "https://github.com/durunsong"
},
"repository": {
"type": "git",
"url": "https://github.com/durunsong/kilyicms.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build:prod": "vue-tsc --noEmit && vite build",
"preview:prod": "pnpm build:prod && vite preview",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,types}/**/*.{vue,js,jsx,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"{src,types}/**/*.{vue,js,jsx,ts,tsx,json,css,less,scss,html,md}\"",
"lint": "pnpm lint:eslint && pnpm lint:prettier",
"prepare": "husky"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"@vue/compiler-dom": "3.5.4",
"axios": "1.7.7",
"element-plus": "2.8.2",
"js-cookie": "3.0.5",
"lodash-es": "4.17.21",
"mitt": "3.0.1",
"moment": "^2.30.1",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-browserify": "1.0.1",
"path-to-regexp": "7.2.0",
"pinia": "2.2.2",
"screenfull": "6.0.2",
"vue": "3.5.4",
"vue-i18n": "^10.0.4",
"vue-router": "4.4.3",
"vue3-slide-verify": "^1.1.5"
},
"devDependencies": {
"@iconify/json": "^2.2.261",
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/node": "22.5.4",
"@types/nprogress": "0.2.3",
"@types/path-browserify": "1.0.3",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@unocss/preset-icons": "^0.62.4",
"@vitejs/plugin-vue": "5.1.3",
"@vitejs/plugin-vue-jsx": "4.0.1",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.6",
"eslint": "9.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.28.0",
"husky": "9.1.5",
"jsdom": "25.0.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"sass": "1.78.0",
"typescript": "5.5.4",
"unocss": "0.62.3",
"vite": "5.4.3",
"vite-plugin-svg-icons": "2.0.1",
"vite-svg-loader": "5.1.0",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.1.6"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{css,less,scss,html,md}": [
"prettier --write"
],
"package.json": [
"prettier --write"
]
},
"keywords": [
"vue",
"vue3",
"admin",
"vue-admin",
"vue3-admin",
"vite",
"vite-admin",
"element-plus",
"element-plus-admin",
"ts",
"typescript",
"admin-template",
"admin-template-vue3",
"admin-template-vite",
"admin-template-element-plus",
"admin-template-vue3-element-plus",
"admin-template-vite-element-plus",
"admin-template-ts",
"admin-template-typescript",
"admin-template-vue3-ts",
"admin-template-vite-ts",
"admin-template-element-plus-ts",
"admin-template-vue3-element-plus-ts",
"admin-template-vite-element-plus-ts",
"admin-template-typescript-ts",
"admin-template-vue3-typescript-ts",
"kilyicms",
"kilyimall"
],
"license": "MIT"
}