forked from mcumbers/stickbot-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.73 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.73 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "rtbyte-dash",
"version": "0.1.0",
"license": "MIT",
"author": "Michael Cumbers",
"description": "The Web Dashboard for the RTByte multipurpose Discord Bot",
"private": true,
"scripts": {
"postinstall": "npm run build:icons && npm run build:prisma",
"dev": "vite",
"build": "vite build",
"build:icons": "tsc -b src/@iconify && node src/@iconify/build-icons.js",
"build:prisma": "npx prisma generate",
"preview": "vite preview --port 5050"
},
"dependencies": {
"@floating-ui/dom": "1.2.8",
"@prisma/client": "^5.2.0",
"@vueuse/core": "^10.3.0",
"@vueuse/math": "^10.3.0",
"apexcharts-clevision": "^3.28.5",
"axios": "^1.4.0",
"chart.js": "^4.3.3",
"discord.js": "^14.13.0",
"jwt-decode": "^3.1.2",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"sass": "^1.66.1",
"unplugin-vue-define-options": "^1.3.17",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-flatpickr-component": "11.0.3",
"vue-i18n": "^9.2.2",
"vue-prism-component": "^2.0.0",
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-perfect-scrollbar": "^1.6.1",
"vuetify": "^3.3.14",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@antfu/eslint-config-vue": "^0.38.6",
"@fullcalendar/core": "^6.1.7",
"@fullcalendar/daygrid": "^6.1.7",
"@fullcalendar/interaction": "^6.1.7",
"@fullcalendar/list": "^6.1.7",
"@fullcalendar/timegrid": "^6.1.7",
"@fullcalendar/vue3": "^6.1.7",
"@iconify-json/ic": "^1.1.14",
"@iconify-json/mdi": "^1.1.52",
"@iconify/tools": "^2.2.0",
"@iconify/vue": "4.1.1",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@types/node": "^20.1.4",
"@types/webfontloader": "^1.6.34",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-regex": "^1.10.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "^9.12.0",
"postcss-html": "^1.5.0",
"prisma": "^5.2.0",
"stylelint": "14.15.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-use-logical-spec": "4.1.0",
"type-fest": "^3.10.0",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vuetify": "1.0.2",
"vue-shepherd": "^3.0.0",
"vue-tsc": "^1.6.5"
},
"resolutions": {
"postcss": "8"
}
}