-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "element-plus-playground",
"version": "2.5.1",
"packageManager": "pnpm@10.2.0",
"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",
"format": "prettier --write --cache ."
},
"dependencies": {
"@unocss/reset": "^65.4.3",
"@vue/repl": "^4.5.0",
"@vueuse/core": "^12.5.0",
"element-plus": "^2.9.3",
"semver": "^7.7.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.5",
"@sxzz/eslint-config": "^5.0.1",
"@sxzz/prettier-config": "^2.1.1",
"@types/node": "^22.13.1",
"@types/semver": "^7.5.8",
"@unocss/eslint-plugin": "^65.4.3",
"@unocss/transformer-directives": "^65.4.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"bumpp": "^10.0.1",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"typescript": "^5.7.3",
"unocss": "^65.4.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.11",
"vite-plugin-inspect": "^10.1.0",
"vite-plugin-mkcert": "^1.17.6",
"vue-tsc": "^2.2.0"
},
"prettier": "@sxzz/prettier-config"
}