generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 609 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 609 Bytes
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
{
"name": "lazy-ui",
"version": "1.0.0",
"description": "TallStack components",
"license": "MIT",
"keywords": [
"design-system",
"tailwindcss",
"components",
"ui-library",
"component",
"framework",
"tailwind"
],
"dependencies": {
"@tailwindcss/forms": "^0.5.6",
"alpinejs": "^3.13.1",
"axios": "^1.6.0",
"quill": "^1.3.7",
"theme-change": "^2.5.0"
},
"devDependencies": {
"daisyui": "^3.9.2",
"sanitize-html": "^2.12.1",
"tailwindcss": "^3.3.3"
}
}