-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 906 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
33
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"daisyui": "^3.2.1",
"flowbite": "^1.6.3",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"chart.js": "^2.9.4",
"flowbite-datepicker": "^1.2.2",
"froala-editor": "^4.0.18",
"html2canvas": "^1.4.1",
"jquery": "^3.6.3",
"smartwizard": "^6.0.6",
"taos": "^1.0.2",
"tinymce": "^6.4.1",
"tw-elements": "^1.0.0-alpha13"
}
}