-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "vite-element-plus-unocss",
"version": "0.2.0",
"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,vue --ignore-pattern '!.*ignore' .",
"lint:fix": "pnpm lint --fix"
},
"dependencies": {
"element-plus": "^2.3.9",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.12",
"@iconify-json/mdi": "^1.1.54",
"@tsconfig/node18": "^18.2.0",
"@types/node": "^18.17.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@unocss/preset-icons": "^0.55.0",
"@unocss/reset": "^0.55.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/runtime-core": "^3.3.4",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.46.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-vue": "^9.17.0",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"unocss": "^0.55.0",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.5",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.35",
"vue-tsc": "^1.8.8"
},
"license": "MIT"
}