-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"name": "demo-playground",
"version": "1.14.1",
"description": "Demo Playground",
"keywords": [
"element",
"element-plus",
"playground",
"vue-playground",
"demo-playground",
"repl"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --max-warnings 0",
"lint:fix": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --max-warnings 0 --fix",
"release": "bumpp"
},
"dependencies": {
"@vue/repl": "1.3.0",
"@vueuse/core": "^9.1.1",
"compare-versions": "^5.0.1",
"element-plus": "^2.2.15",
"vue": "^3.2.37"
},
"devDependencies": {
"@iconify-json/ri": "^1.1.3",
"@sxzz/eslint-config-prettier": "^2.4.1",
"@sxzz/eslint-config-vue": "^2.4.1",
"@types/node": "*",
"@types/prettier": "^2.7.0",
"@unocss/transformer-directives": "^0.45.13",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/runtime-core": "^3.2.37",
"@vue/tsconfig": "^0.1.3",
"bumpp": "^8.2.1",
"eslint": "^8.23.0",
"eslint-define-config": "^1.7.0",
"local-pkg": "^0.4.2",
"prettier": "^2.7.1",
"sass": "^1.54.5",
"typescript": "^4.8.2",
"unocss": "^0.45.13",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-mkcert": "^1.9.0",
"vue-tsc": "^0.40.4"
}
}