forked from blumilksoftware/toby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.37 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "./node_modules/.bin/eslint resources/js --ext .js,.vue",
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix"
},
"dependencies": {
"@headlessui/vue": "^1.7.15",
"@heroicons/vue": "^2.0.18",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"echarts": "^5.4.3",
"flatpickr": "^4.6.13",
"laravel-vite-plugin": "^0.7.8",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"vite": "^4.4.7",
"vue": "^3.3.4",
"vue-echarts": "^6.6.0",
"vue-flatpickr-component": "^11.0.3",
"vue-loader": "^17.2.2",
"vue-material-design-icons": "^5.2.0",
"vue-toastification": "^2.0.0-rc.5",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1"
}
}