-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
54 lines (54 loc) · 1.37 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
{
"name": "element-plus-playground",
"version": "2.5.1",
"packageManager": "[email protected]",
"description": "Element Plus Playground",
"type": "module",
"keywords": [
"element",
"element-plus",
"playground",
"repl"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --cache --max-warnings 0 .",
"lint:fix": "pnpm run lint --fix",
"typecheck": "vue-tsc --noEmit",
"release": "bumpp"
},
"dependencies": {
"@unocss/reset": "^0.62.3",
"@vue/repl": "^4.4.1",
"@vueuse/core": "^11.0.3",
"element-plus": "^2.8.2",
"semver": "^7.6.3",
"vue": "^3.5.3"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.0",
"@sxzz/eslint-config": "^4.1.6",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.5.4",
"@types/semver": "^7.5.8",
"@unocss/transformer-directives": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/tsconfig": "^0.5.1",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"unocss": "^0.62.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.3",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-mkcert": "^1.17.6",
"vue-tsc": "^2.1.6"
},
"prettier": "@sxzz/prettier-config"
}