Files
php-flasher/docs/package.json
T
Younes ENNAJI 881468ac26 Fix documentation issues: outdated CDN versions, LICENSE years, and broken links
- Update CDN references from @2.2.0 to @2.5.1 in docs/pages/javascript.md
- Fix LICENSE badge link in README.md to point to correct repo (php-flasher/php-flasher)
- Update copyright year to 2024-present across all 16 LICENSE files
- Fix docs/package.json version from 2.1.0 to 2.5.1
- Update sub-package READMEs to reference PHPFlasher ^2.5.1
- Add docs/package.json to bin/bump update targets
- Remove commented-out dead code in ResponseExtension.php
2026-03-29 23:07:04 +01:00

42 lines
1.6 KiB
JSON

{
"name": "@flasher/docs",
"version": "2.5.1",
"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",
"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"
}
}