-
-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 883 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 883 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
34
{
"name": "playground-applet",
"type": "module",
"version": "7.3.2",
"private": true,
"scripts": {
"dev": "vite"
},
"dependencies": {
"@iconify/json": "catalog:",
"@tresjs/core": "^4.3.6",
"@vueuse/core": "catalog:",
"pinia": "catalog:",
"three": "^0.183.2",
"unplugin-auto-import": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@types/three": "^0.183.1",
"@vitejs/plugin-vue": "catalog:",
"@vue/devtools-applet": "workspace:*",
"@vue/devtools-core": "workspace:*",
"@vue/devtools-kit": "workspace:*",
"@vue/devtools-shared": "workspace:*",
"sass-embedded": "catalog:",
"serve": "catalog:",
"typescript": "catalog:",
"unocss": "catalog:",
"vite": "catalog:",
"vite-plugin-inspect": "catalog:",
"vite-plugin-vue-devtools": "workspace:*"
}
}