-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.22 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"prepare": "husky"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/server-renderer": "^3.3.13",
"autoprefixer": "^10.4.16",
"axios": "^1.6.4",
"flowbite": "^2.3.0",
"flowbite-vue": "^0.1.5",
"husky": "^9.1.4",
"laravel-vite-plugin": "^1.0",
"lint-staged": "^15.2.7",
"postcss": "^8.4.32",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.0",
"vite": "^5.0",
"vue": "^3.3.13"
},
"dependencies": {
"apexcharts": "^3.54.0",
"dayjs": "^1.11.11",
"handlebars": "^4.7.8",
"lodash.clonedeep": "^4.5.0",
"lodash.set": "^4.3.2",
"swrv": "^1.0.4",
"vue3-apexcharts": "^1.6.0",
"nanopop": "^2.3.0",
"jump.js": "^1.0.2"
},
"lint-staged": {
"*.{js,vue,css,md,json}": "prettier --write",
"*.php": "vendor/bin/pint"
}
}