mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-29 03:09:12 +08:00
59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"name": "filament",
|
|
"scripts": {
|
|
"dev:components": "node bin/build --watch",
|
|
"dev:admin": "mix watch",
|
|
"dev": "npm-run-all --parallel dev:*",
|
|
"build:components": "node bin/build",
|
|
"build:admin": "mix --production",
|
|
"build": "npm-run-all build:*",
|
|
"prettier": "npx prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@alpinejs/collapse": "^3.10.3",
|
|
"@alpinejs/focus": "^3.8.1",
|
|
"@alpinejs/persist": "^3.8.1",
|
|
"@awcodes/alpine-floating-ui": "^3.4.0",
|
|
"@babel/runtime": "^7.15.3",
|
|
"@danharrin/alpine-mousetrap": "^0.1.0",
|
|
"@github/file-attachment-element": "^2.0.1",
|
|
"@github/markdown-toolbar-element": "^1.5.1",
|
|
"@ryangjchandler/alpine-tooltip": "^1.2.0",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"alpinejs": "^3.9.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"chart.js": "^3.6.0",
|
|
"choices.js": "^10.1.0",
|
|
"dayjs": "^1.10.6",
|
|
"dompurify": "^3.2.4",
|
|
"esbuild": "^0.8.57",
|
|
"filepond": "^4.28.2",
|
|
"filepond-plugin-file-validate-size": "^2.2.4",
|
|
"filepond-plugin-file-validate-type": "^1.2.6",
|
|
"filepond-plugin-image-crop": "^2.0.6",
|
|
"filepond-plugin-image-exif-orientation": "^1.0.11",
|
|
"filepond-plugin-image-preview": "^4.6.7",
|
|
"filepond-plugin-image-resize": "^2.0.10",
|
|
"filepond-plugin-image-transform": "^3.8.6",
|
|
"filepond-plugin-media-preview": "^1.0.9",
|
|
"imask": "^6.1.0",
|
|
"laravel-echo": "^1.14.0",
|
|
"laravel-mix": "^6.0.37",
|
|
"marked": "^4.0.10",
|
|
"mdhl": "^0.0.6",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.4",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-blade": "^1.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"pusher-js": "^7.4.0",
|
|
"sortablejs": "^1.15.0",
|
|
"tailwindcss": "^3.0.0",
|
|
"tippy.js": "^6.3.7",
|
|
"trix": "^1.3.1",
|
|
"uuid-browser": "^3.1.0",
|
|
"vanilla-colorful": "^0.6.2"
|
|
}
|
|
}
|