-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
70 lines (70 loc) · 2.15 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
69
70
{
"name": "@wisp-gg/frontend",
"version": "v0.0.0",
"scripts": {
"dev": "vite",
"dev:build": "npm run build -- --watch",
"build": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --base=/assets/",
"lint": "eslint --quiet --ext .js,.ts,.vue src"
},
"dependencies": {
"@fontsource/rubik": "^4.5.6",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@popperjs/core": "^2.11.4",
"@sentry/tracing": "^6.19.3",
"@sentry/vue": "^6.19.3",
"@tailwindcss/line-clamp": "^0.3.1",
"@vueform/multiselect": "^2.3.3",
"ace-builds": "^1.4.14",
"apexcharts": "^3.34.0",
"axios": "^0.26.1",
"clipboard": "^2.0.10",
"cron-parser": "^4.3.0",
"cronstrue": "^2.2.0",
"dayjs": "^1.11.0",
"debounce": "^1.2.1",
"hash-wasm": "^4.9.0",
"laravel-echo": "^1.11.4",
"pusher-js": "^7.0.6",
"qrcode": "^1.5.0",
"socket.io-client": "^4.4.1",
"socketio-file-upload": "^0.7.3",
"tailwindcss": "^3.0.23",
"tippy.js": "^6.3.7",
"vue": "^3.2.31",
"vue-i18n": "^9.13.1",
"vue-qrcode": "^1.0.0",
"vue-router": "^4.0.14",
"vue3-popper": "^1.4.2",
"vuex": "^4.0.2",
"xterm": "^4.18.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": "^7.0.0",
"@types/clipboard": "^2.0.7",
"@types/debounce": "^1.2.1",
"@types/node": "^14.18.12",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-plugin-vue": "^8.5.0",
"postcss": "^8.4.12",
"rollup-plugin-analyzer": "^4.0.0",
"sass": "^1.49.10",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vite-plugin-sentry": "^1.0.14",
"vite-tsconfig-paths": "^3.4.1"
}
}