Files
php-flasher/docs/package.json
T
2025-03-26 04:16:45 +00:00

42 lines
1.6 KiB
JSON

{
"name": "@flasher/docs",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production encore production --progress",
"dev": "encore dev",
"watch": "encore dev --watch",
"serve": "bundle exec jekyll serve --livereload",
"dev:jekyll": "bundle exec jekyll serve --livereload --config _config.yml,_config.dev.yml",
"dev:webpack": "encore dev --watch --no-watch-options-stdin",
"start": "concurrently \"npm run dev:jekyll\" \"npm run dev:webpack\"",
"deploy": "JEKYLL_ENV=production bundle exec jekyll build"
},
"dependencies": {
"@flasher/flasher": "file:../src/Prime/Resources",
"@flasher/flasher-noty": "file:../src/Noty/Prime/Resources",
"@flasher/flasher-notyf": "file:../src/Notyf/Prime/Resources",
"@flasher/flasher-sweetalert": "file:../src/SweetAlert/Prime/Resources",
"@flasher/flasher-toastr": "file:../src/Toastr/Prime/Resources",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^3.2.3",
"@symfony/webpack-encore": "^5.1.0",
"noty": "^3.2.0-beta-deprecated",
"notyf": "^3.10.0",
"prismjs": "^1.30.0",
"sweetalert2": "^11.17.2",
"toastr": "^2.1.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"file-loader": "^6.2.0",
"node-ray": "^2.1.2",
"postcss-import": "^16.1.0",
"postcss-loader": "^7.3.4",
"tailwindcss": "^3.4.17",
"webpack-notifier": "^1.15.0"
}
}