-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 900 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
28
29
30
31
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@alpinejs/focus": "^3.13.3",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.13.3",
"autoprefixer": "^10.4.16",
"axios": "^1.6.1",
"filepond": "^4.30.5",
"flatpickr": "^4.6.13",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.32",
"quill": "^1.3.7",
"tailwindcss": "^3.3.6",
"vite": "^4.0.0"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.12",
"tw-elements": "^1.1.0"
}
}