forked from wisp-gg/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.02 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@wisp-gg/frontend",
"version": "v0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build --base=/assets/",
"lint": "eslint --quiet --ext .js,.ts,.vue src"
},
"dependencies": {
"@fontsource/rubik": "^4.5.2",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@popperjs/core": "^2.11.2",
"@sentry/tracing": "^6.17.7",
"@sentry/vue": "^6.17.7",
"@vueform/multiselect": "^2.3.1",
"ace-builds": "^1.4.14",
"apexcharts": "^3.33.0",
"axios": "^0.25.0",
"clipboard": "^2.0.10",
"cron-parser": "^4.2.1",
"cronstrue": "^1.123.0",
"dayjs": "^1.10.7",
"debounce": "^1.2.1",
"hash-wasm": "^4.9.0",
"laravel-echo": "^1.11.3",
"pusher-js": "^7.0.6",
"qrcode": "^1.5.0",
"socket.io-client": "^4.4.1",
"socketio-file-upload": "^0.7.3",
"tailwindcss": "^3.0.18",
"tippy.js": "^6.3.7",
"vue": "^3.2.29",
"vue-i18n": "^9.1.9",
"vue-qrcode": "^1.0.0",
"vue-router": "^4.0.12",
"vue3-popper": "^1.4.1",
"vuex": "^4.0.2",
"xterm": "^4.17.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.8.2",
"xterm-addon-search-bar": "^0.2.0",
"xterm-addon-web-links": "^0.5.1"
},
"devDependencies": {
"@babel/types": "^7.17.0",
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@types/clipboard": "^2.0.7",
"@types/debounce": "^1.2.1",
"@types/node": "^14.18.10",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-vue": "^2.1.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.8.0",
"eslint-plugin-vue": "^8.4.1",
"postcss": "^8.4.6",
"rollup-plugin-analyzer": "^4.0.0",
"sass": "^1.49.7",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-sentry": "^1.0.12",
"vite-tsconfig-paths": "^3.3.17"
}
}