@afzalimdad9/react-alert-template-oldschool-dark
Version:
> Alert template for [@afzalimdad9/react-alert](https://github.com/afzalimdad9/react-alert) that replicate the same look of the dark theme in old versions of the lib
35 lines (34 loc) • 854 B
JSON
{
"name": "@afzalimdad9/react-alert-template-oldschool-dark",
"version": "1.0.3",
"author": "Afzal Imdad <afzalimdad9@gmail.com>",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/afzalimdad9/react-alert/tree/master/react-alert-template-oldschool-dark.git"
},
"keywords": [
"react",
"alert",
"react-alert",
"toaster",
"react-toaster",
"react-component",
"react-alert-template",
"afzalimdad9"
],
"scripts": {
"build": "tsc --outDir dist",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/react": "^19.0.10",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"typescript": "^5.8.2"
}
}