dynamic-modal
Version:
The dynamic-modal is a solution of creation different modals into project using a json configuration file
49 lines (48 loc) • 1.35 kB
JSON
{
"name": "dynamic-modal",
"version": "1.1.14",
"description": "The dynamic-modal is a solution of creation different modals into project using a json configuration file",
"main": "index.js",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/f.salazar/dynamic-modal.git"
},
"keywords": [
"modal",
"react",
"next",
"dynamic",
"json"
],
"author": "Francisco J. Salazar G",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/f.salazar/dynamic-modal/issues"
},
"homepage": "https://gitlab.com/f.salazar/dynamic-modal#readme",
"devDependencies": {
"@eslint/js": "^9.29.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"eslint": "^9.29.0",
"eslint-config-next": "15.2.2",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.0",
"typescript-eslint": "^8.34.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2"
}
}