-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.42 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
{
"name": "laradashboard",
"private": true,
"version": "1.5.0",
"type": "module",
"scripts": {
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"build:release": "chmod +x ./scripts/build-release.sh && ./scripts/build-release.sh",
"dev": "vite",
"format": "prettier --write resources/",
"format:check": "prettier --check resources/",
"lint": "eslint . --fix",
"types": "tsc --noEmit"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@tailwindcss/vite": "^4.0.15",
"axios": "^1.7.4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^10.0.1",
"laravel-vite-plugin": "^1.2",
"tailwindcss": "^4.0.15",
"vite": "^6.3"
},
"dependencies": {
"@alpinejs/focus": "^3.14.9",
"@alpinejs/persist": "^3.14.9",
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-react": "^4.3.4",
"alpinejs": "^3.14.9",
"apexcharts": "^4.5.0",
"bootstrap-icons": "^1.11.3",
"dropzone": "^6.0.0-beta.2",
"flatpickr": "^4.6.13",
"flowbite": "^3.1.2",
"fullcalendar": "^6.1.15",
"jsvectormap": "^1.6.0",
"react-dom": "^19.1.0",
"simple-datatables": "^10.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.3"
}
}