-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 815 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"private": true,
"description": "TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)",
"scripts": {
"dev": "npx tailwindcss -i ./resources/css/filament-title-with-slug.css -o ./resources/dist/filament-title-with-slug.css --postcss --watch",
"build": "npx tailwindcss -i ./resources/css/filament-title-with-slug.css -o ./resources/dist/filament-title-with-slug.css --postcss --minify && npm run purge",
"purge": "filament-purge -i ./resources/dist/filament-title-with-slug.css -o ./resources/dist/filament-title-with-slug.css"
},
"author": "Andreas Scheibel",
"license": "MIT",
"devDependencies": {
"@awcodes/filament-plugin-purge": "^1.0.1",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^4.0.0"
}
}