-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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": "arco-vue-playground",
"version": "2.0.0",
"description": "Arco Vue Playground",
"keywords": [
"arco-vue",
"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": "standard-version"
},
"dependencies": {
"@arco-design/web-vue": "^2.51.1",
"@vue/repl": "^3.1.0",
"@vueuse/core": "^10.4.1",
"compare-versions": "^6.1.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@sxzz/eslint-config-prettier": "^2.4.6",
"@sxzz/eslint-config-vue": "^2.4.6",
"@types/node": "*",
"@types/prettier": "^3.0.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint-define-config": "^1.23.0",
"local-pkg": "^0.4.3",
"prettier": "^3.0.3",
"standard-version": "^9.5.0",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-mkcert": "^1.16.0",
"vue-tsc": "^1.8.11"
}
}