-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "vant-playground",
"private": true,
"version": "0.0.1",
"packageManager": "pnpm@8.12.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "vue-tsc --noEmit",
"lint": "eslint --cache --max-warnings 0 .",
"format-check": "prettier --check --cache \"**/*.[tj]s?(x)\"",
"format": "prettier -w \"**/*.[tj]s?(x)\""
},
"dependencies": {
"@types/splitpanes": "^2.2.6",
"@unocss/reset": "^0.58.0",
"@vant/icons": "^3.0.2",
"@vue/repl": "^3.2.0",
"@vueuse/core": "^10.7.0",
"fflate": "^0.8.1",
"semver": "^7.5.4",
"splitpanes": "^3.1.5",
"vant": "^4.8.1",
"vue": "^3.3.11"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/semver": "^7.5.6",
"@vant/auto-import-resolver": "^1.0.2",
"@vant/eslint-config": "^4.0.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.8",
"vite-plugin-inspect": "^0.8.1",
"vue-tsc": "^1.8.27"
}
}