-
-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 Bytes
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
{
"name": "playground-basic",
"type": "module",
"version": "7.3.2",
"private": true,
"scripts": {
"dev": "vite"
},
"dependencies": {
"@tanstack/vue-query": "^5.90.3",
"@vueuse/core": "catalog:",
"element-plus": "^2.11.4",
"pinia": "catalog:",
"unplugin-auto-import": "catalog:",
"vee-validate": "^4.15.1",
"vue": "catalog:",
"vue-router": "catalog:",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.2",
"@tanstack/vue-query-devtools": "^5.90.2",
"@vitejs/plugin-vue": "catalog:",
"@vue/devtools": "workspace:^",
"sass-embedded": "catalog:",
"serve": "catalog:",
"typescript": "catalog:",
"unocss": "catalog:",
"vite": "catalog:",
"vite-plugin-inspect": "catalog:",
"vite-plugin-vue-devtools": "workspace:*"
}
}