-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 914 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 914 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
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write **/*.blade.php"
},
"devDependencies": {
"@coreui/coreui": "^5.4.3",
"@fortawesome/fontawesome-free": "^7.1.0",
"@popperjs/core": "^2.11.8",
"@shufo/prettier-plugin-blade": "^1.16.1",
"@tailwindcss/vite": "^4.0.0",
"axios": "^1.11.0",
"bootstrap": "^5.3.3",
"concurrently": "^9.0.1",
"flowbite": "^3.1.2",
"jquery": "^3.7.1",
"laravel-vite-plugin": "^2.0.0",
"prettier": "^3.5.3",
"prettier-plugin-blade": "^2.1.21",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.86.1",
"simplebar": "^6.3.0",
"tailwindcss": "^4.0.0",
"vite": "^7.0.7"
}
}