-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"private": true,
"scripts": {
"dev:styles": "npx tailwindcss -i resources/css/filament/fuse-theme.css -o resources/dist/filament/fuse-theme.css --postcss --watch",
"build:styles": "npx tailwindcss -i resources/css/filament/fuse-theme.css -o resources/dist/filament/fuse-theme.css --postcss --minify && npm run purge",
"purge": "filament-purge -i resources/dist/filament/fuse-theme.css -o resources/dist/filament/fuse-theme.css -v 3.x"
},
"devDependencies": {
"@awcodes/filament-plugin-purge": "^1.0.1",
"autoprefixer": "^10.4.20",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.41",
"postcss-nesting": "^13.0.0",
"tailwindcss": "^3.4.10",
"vite": "^5.4.2"
},
"dependencies": {
"fuse.js": "^6.5.3",
"postcss-import": "^16.1.0"
}
}