generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
20 lines (20 loc) · 830 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"private": true,
"scripts": {
"dev:styles": "npx tailwindcss -i resources/css/plugin.css -o dist/filament-page-hints.css --postcss --watch",
"build:styles": "npx tailwindcss -i resources/css/plugin.css -o dist/filament-page-hints.css --postcss --minify && npm run purge",
"purge": "filament-purge -i dist/filament-page-hints.css -o dist/filament-page-hints.css",
"dev": "npm-run-all --parallel dev:*",
"build": "npm-run-all build:*"
},
"devDependencies": {
"@awcodes/filament-plugin-purge": "^1.0.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.6"
}
}