-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
45
46
47
48
{
"name": "multitenant",
"version": "3.1.0",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/vite": "^4.1.16",
"axios": "^1.12.2",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^2.0.1",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "^4.1.16",
"vite": "^7.1.12"
},
"dependencies": {
"@alpinejs/collapse": "^3.15.1",
"@alpinejs/intersect": "^3.15.1",
"@alpinejs/persist": "^3.15.1",
"@caneara/iodine": "^8.5.0",
"@fortawesome/fontawesome-free": "^7.1.0",
"@popperjs/core": "^2.11.8",
"alpinejs": "^3.15.1",
"apexcharts": "^5.3.5",
"chart.js": "^4.5.1",
"cleave.js": "^1.6.0",
"dayjs": "^1.11.18",
"filepond": "^4.32.10",
"filepond-plugin-image-preview": "^4.6.12",
"flatpickr": "^4.6.13",
"gridjs": "^6.2.0",
"highlight.js": "^11.11.1",
"quill": "^2.0.3",
"simplebar": "^6.3.2",
"sortablejs": "^1.15.6",
"swiper": "^12.0.3",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0",
"tom-select": "^2.4.3"
}
}