-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 881 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"@yaireo/tagify": "^4.17.8",
"alpinejs": "^3.4.2",
"alpinejs-slug": "^1.1.0",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"flowbite": "^1.6.4",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"vite": "^4.0.0"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"apexcharts": "^3.29.0",
"flowbite": "^1.6.3",
"flowbite-datepicker": "^1.2.2",
"jquery": "^3.6.4",
"tinymce": "^6.4.1"
}
}