-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.95 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
{
"private": true,
"scripts": {
"postinstall": "npx patch-package",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.11.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@popperjs/core": "^2.11.6",
"@thekonz/apollo-lighthouse-subscription-link": "2.0.0-rc.1",
"@vue/apollo-components": "^4.0.0",
"@vue/apollo-composable": "^4.2.1",
"apollo-upload-client": "^17.0.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-icons-vue": "^1.11.3",
"cross-env": "^7.0.3",
"dashjs": "^4.7.4",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"icecast-metadata-player": "^1.17.3",
"jquery": "^3.7.1",
"laravel-echo": "^1.16.1",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"perfect-scrollbar": "^1.5.5",
"pusher-js": "^7.6.0",
"resolve-url-loader": "^5.0.0",
"socket.io-client": "^4.7.5",
"stream-browserify": "^3.0.0",
"timingsrc": "^1.4.19",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vue-slider-component": "^4.1.0-beta.7"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@rollup/plugin-commonjs": "^28.0.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/compiler-sfc": "^3.4.38",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"css-loader": "^6.11.0",
"file-loader": "^6.2.0",
"patch-package": "^7.0.2",
"sass": "^1.77.8",
"postcss": "^8.4.44",
"sass-loader": "^13.3.3",
"sass-resources-loader": "^2.2.5",
"typescript": "^4.9.4",
"vite": "^5.4.7",
"vite-svg-loader": "^3.6.0",
"vue-tsc": "^2.1.4",
"webpack-cli": "^4.10.0"
}
}