generated from sxzz/element-plus-best-practices
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "element-plus-best-practices",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "pnpm run typecheck && vite build",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"lint": "eslint --ext .ts,.js,.vue,.json,.md .",
"lint:fix": "pnpm lint --fix"
},
"dependencies": {
"@vueuse/core": "^9.3.1",
"element-plus": "^2.2.18",
"vue": "^3.2.41"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.9",
"@iconify-json/ep": "^1.1.8",
"@sxzz/eslint-config-prettier": "^2.4.4",
"@sxzz/eslint-config-vue": "^2.4.4",
"@types/node": "*",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/runtime-core": "^3.2.41",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.25.0",
"eslint-define-config": "^1.7.0",
"typescript": "^4.8.4",
"unocss": "^0.45.30",
"unplugin-auto-import": "^0.11.2",
"unplugin-icons": "^0.14.12",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5",
"vue-tsc": "^1.0.8"
}
}