forked from goonstation/goonhub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1003 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1003 Bytes
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
{
"private": true,
"name": "goonhub",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@quasar/vite-plugin": "^1.6.0",
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"laravel-vite-plugin": "^0.7.8",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"rollup-plugin-sass-migrator": "^1.0.5",
"sass": "^1.69.5",
"sass-migrator": "^1.7.3",
"unplugin-vue-macros": "^1.11.2",
"vite": "^4.5.0",
"vue": "^3.2.31"
},
"dependencies": {
"@quasar/extras": "^1.16.8",
"apexcharts": "^3.44.0",
"dayjs": "^1.11.10",
"leaflet": "^1.9.4",
"pastel-color": "^1.0.3",
"quasar": "^2.14.0",
"resumablejs": "^1.1.0",
"trendline": "^1.0.0",
"vue-dompurify-html": "^4.1.4",
"vue3-apexcharts": "^1.4.4"
}
}