-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
54 lines (54 loc) · 1.38 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
48
49
50
51
52
53
54
{
"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.1.6",
"@headlessui/vue": "^1.2.0",
"@types/splitpanes": "^2.2.0",
"@vue/runtime-core": "^3.2.37",
"@vue/runtime-dom": "^3.2.37",
"@vue/shared": "^3.2.37",
"@vueuse/core": "10.1.0",
"@vueuse/integrations": "^10.1.0",
"@vueuse/shared": "10.1.0",
"file-saver": "^2.0.5",
"jszip": "^3.6.0",
"lz-string": "^1.4.4",
"monaco-editor": "0.24.0",
"monaco-editor-core": "^0.24.0",
"splitpanes": "^3.0.4",
"theme-vitesse": "^0.1.11",
"vscode-html-languageservice": "^4.0.3",
"vue": "^3.2.37",
"vue-hako": "^0.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify/json": "^1.1.349",
"@types/file-saver": "^2.0.2",
"@types/node": "^15.6.1",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.2.37",
"eslint": "^7.27.0",
"typescript": "^4.1.3",
"vite": "^2.3.4",
"vite-plugin-components": "^0.10.2",
"vite-plugin-icons": "^0.5.1",
"vite-plugin-pwa": "^0.7.3",
"vite-plugin-windicss": "^0.16.7",
"vue-tsc": "^0.0.24",
"windicss": "^3.0.12"
}
}