g-notification
Version:
A flexible and customizable React notification/toast component with TypeScript support
65 lines (64 loc) • 1.67 kB
JSON
{
"name": "g-notification",
"version": "1.0.3",
"description": "A flexible and customizable React notification/toast component with TypeScript support",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build:lib": "rollup -c",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "npm run build:lib"
},
"keywords": [
"react",
"notification",
"toast",
"typescript",
"component",
"ui",
"alert",
"message"
],
"author": "Gürkay Çilinger",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Gurkayx/g-notification.git"
},
"bugs": {
"url": "https://github.com/Gurkayx/g-notification/issues"
},
"homepage": "https://github.com/Gurkayx/g-notification#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"rollup": "^4.44.2",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.8.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
}
}