-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.33 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lintf": "eslint . --fix"
},
"dependencies": {
"@blumilksoftware/eslint-config": "^3.0.0",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@vueuse/core": "^11.1.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"echarts": "^5.5.1",
"eslint": "^9.13.0",
"flatpickr": "^4.6.13",
"floating-vue": "^5.2.2",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vue": "^3.5.12",
"vue-echarts": "^7.0.3",
"vue-flatpickr-component": "^11.0.5",
"vue-loader": "^17.4.2",
"vue-material-design-icons": "^5.3.1",
"vue-toastification": "^2.0.0-rc.5",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"eslint-plugin-vue": "^9.29.1"
}
}