-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"name": "latino-editor",
"version": "0.0.2-alpha.0",
"author": "Enzo Notario <hi@enzonotario.me>",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@vuetify/vite-plugin": "^1.0.0-alpha.10",
"@vueuse/core": "^8.3.1",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.4.4",
"mitt": "^3.0.0",
"path": "^0.12.7",
"pinia": "^2.0.13",
"socket.io-client": "^4.4.1",
"uuid": "^8.3.2",
"vite-plugin-monaco-editor": "^1.0.10",
"vue": "^3.2.25",
"vue-gtag": "^2.0.1",
"vue-resize-observer": "^2.0.16",
"vue-socket.io-extended": "^5.0.0-alpha.5",
"vue-split-view": "^1.0.0",
"vue-three-shortkey": "^4.0.0",
"vuetify": "npm:@vuetify/nightly@next",
"webfontloader": "^1.0.0",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"sass": "^1.38.0",
"sass-loader": "^10.0.0",
"tailwindcss": "^3.0.24",
"vite": "^2.9.5",
"vue-cli-plugin-vuetify": "~2.4.8",
"vuetify-loader": "^2.0.0-alpha.0"
}
}