-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.44 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
55
56
{
"name": "playground.vueuse.org",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"buildOptions": {
"formats": [
"global"
],
"env": "development",
"enableNonBrowserBranches": true
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@headlessui/vue": "^1.7.22",
"@types/splitpanes": "^2.2.6",
"@vue/runtime-core": "^3.4.31",
"@vue/runtime-dom": "^3.4.31",
"@vue/shared": "^3.4.31",
"@vueuse/core": "12.0.0",
"@vueuse/integrations": "^12.0.0",
"@vueuse/shared": "12.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lz-string": "^1.5.0",
"monaco-editor": "0.50.0",
"monaco-editor-core": "^0.50.0",
"pinia": "^2.2.7",
"pinia-orm": "^1.10.0",
"splitpanes": "^3.1.5",
"theme-vitesse": "^0.8.0",
"vscode-html-languageservice": "^5.3.0",
"vue": "^3.4.31"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.225",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"eslint": "^9.6.0",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.2",
"vite": "^6.1.0",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.24",
"windicss": "^3.5.6"
},
"packageManager": "yarn@4.3.1"
}