mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 21:48:53 +08:00
16 lines
528 B
JSON
16 lines
528 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npx tailwindcss -i resources/css/skeleton.css -o resources/dist/skeleton.css --postcss --watch",
|
|
"build": "npx tailwindcss -i resources/css/skeleton.css -o resources/dist/skeleton.css --postcss --minify"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.26",
|
|
"postcss-import": "^15.1.0",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|