mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
17a0e756d9
Increases the versions of various development dependencies. This change ensures the project benefits from the latest features, bug fixes, and performance improvements offered by these tools.
90 lines
2.9 KiB
JSON
90 lines
2.9 KiB
JSON
{
|
|
"name": "@flasher/php-flasher",
|
|
"type": "module",
|
|
"version": "2.1.5",
|
|
"description": "A powerful and flexible flash notification system for PHP applications",
|
|
"license": "MIT",
|
|
"author": "Younes ENNAJI <younes.ennaji.pro@gmail.com>",
|
|
"homepage": "https://php-flasher.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-flasher/php-flasher.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/php-flasher/php-flasher/issues"
|
|
},
|
|
"keywords": [
|
|
"flasher",
|
|
"notifications",
|
|
"php",
|
|
"symfony",
|
|
"laravel",
|
|
"toastr",
|
|
"sweetalert",
|
|
"noty",
|
|
"notyf"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"workspaces": [
|
|
"src/Prime/Resources",
|
|
"src/Noty/Prime/Resources",
|
|
"src/Notyf/Prime/Resources",
|
|
"src/SweetAlert/Prime/Resources",
|
|
"src/Toastr/Prime/Resources"
|
|
],
|
|
"scripts": {
|
|
"dev": "rollup -c",
|
|
"watch": "rollup -c -w",
|
|
"build": "cross-env NODE_ENV=production rollup -c",
|
|
"clean": "rimraf src/*/Prime/Resources/dist",
|
|
"link": "npm link --workspaces",
|
|
"ncu": "ncu -u && npm run ncu --workspaces"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^2.27.3",
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/preset-env": "^7.28.5",
|
|
"@rollup/plugin-babel": "^6.1.0",
|
|
"@rollup/plugin-commonjs": "^28.0.9",
|
|
"@rollup/plugin-eslint": "^9.2.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-strip": "^3.0.4",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
"@types/node": "^22.19.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"all-contributors-cli": "^6.26.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"browserslist": "^4.27.0",
|
|
"cross-env": "^7.0.3",
|
|
"cssnano": "^7.1.2",
|
|
"cssnano-preset-advanced": "^7.0.10",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-prettier": "^9.1.2",
|
|
"eslint-import-resolver-typescript": "^3.10.1",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"postcss": "^8.5.6",
|
|
"postcss-discard-comments": "^7.0.5",
|
|
"punycode": "^2.3.1",
|
|
"rimraf": "^6.1.0",
|
|
"rollup": "^4.53.2",
|
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
"rollup-plugin-clear": "^2.0.7",
|
|
"rollup-plugin-copy": "^3.5.0",
|
|
"rollup-plugin-filesize": "^10.0.0",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"rollup-plugin-progress": "^1.1.2",
|
|
"sass": "^1.93.3",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|