mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-21 13:30:51 +08:00
33 lines
863 B
JSON
33 lines
863 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"dev": "npm run development",
|
|
"development": "mix",
|
|
"hot": "mix watch --hot",
|
|
"prod": "npm run production",
|
|
"production": "mix --production",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"start": "npm run watch"
|
|
},
|
|
"devDependencies": {
|
|
"@popperjs/core": "^2.9.2",
|
|
"@tailwindcss/forms": "^0.2.1",
|
|
"@tailwindcss/jit": "^0.1.18",
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
"alpinejs": "^2.8.2",
|
|
"autoprefixer": "^10.2.5",
|
|
"dotenv": "^8.2.0",
|
|
"focus-visible": "^5.2.0",
|
|
"laravel-mix": "^6.0.16",
|
|
"postcss": "^8.2.10",
|
|
"postcss-import": "^14.0.1",
|
|
"postcss-nested": "^5.0.5",
|
|
"prettier": "^2.2.1",
|
|
"rimraf": "^3.0.2",
|
|
"tailwindcss": "^2.1.1",
|
|
"tailwindcss-dir": "^4.0.0"
|
|
}
|
|
}
|