-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.65 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.65 KB
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
{
"name": "element-plus-playground",
"version": "2.5.1",
"packageManager": "pnpm@10.13.1",
"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 . --experimental-cli"
},
"dependencies": {
"@unocss/reset": "^66.5.9",
"@vue/repl": "^4.6.2",
"@vueuse/core": "^12.8.2",
"element-plus": "^2.10.4",
"luna-console": "^1.3.6",
"luna-data-grid": "^1.6.5",
"luna-dom-viewer": "^1.8.4",
"luna-object-viewer": "^0.3.2",
"semver": "^7.7.2",
"vue": "^3.5.18"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.5",
"@sxzz/eslint-config": "^5.3.0",
"@sxzz/prettier-config": "^2.2.3",
"@types/node": "^22.16.5",
"@types/semver": "^7.7.0",
"@unocss/eslint-plugin": "^66.5.9",
"@unocss/transformer-directives": "^66.5.9",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.7.0",
"bumpp": "^10.2.0",
"eslint": "^9.32.0",
"prettier": "^3.6.2",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"unocss": "^66.5.9",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite": "^6.3.5",
"vite-plugin-inspect": "^10.3.0",
"vite-plugin-mkcert": "^1.17.8",
"vue-tsc": "^2.2.12"
},
"engines": {
"node": ">=20.10"
},
"prettier": "@sxzz/prettier-config"
}