UNPKG

next-modal

Version:

A sustainable and lightweight react modal component project based on greenCSS. SSR ready.

70 lines (69 loc) 2.15 kB
{ "name": "next-modal", "version": "1.3.2", "description": "A sustainable and lightweight react modal component project based on greenCSS. SSR ready.", "main": "dist/index.js", "module": "dist/index.es.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "husky install", "build": "rollup -c", "prettier:check": "prettier --check .", "prettier:format": "prettier --write .", "purgecss": "purgecss --config ./purgecss.config.js echo \n\n\n🏋️ Purge successful. 🏋️", "success-message": "echo 🚀 Everything is awesome. 🚀...🖥️ Auto checking completed, ready to deploy.🖥️...☁️ Run: git push ☁️ \n\n\n\n", "pre-commit": "npm run prettier:format && npm run prettier:check && npm run purgecss && npm run build && git add -A . && npm run success-message" }, "repository": { "type": "git", "url": "git+https://github.com/Se-Gl/next-modal.git" }, "keywords": [ "animation", "modal", "nextjs", "ssr", "react", "next", "modal", "css", "design", "library", "greencss", "sustainable", "green", "software" ], "author": "SeGl", "license": "MIT", "bugs": { "url": "https://github.com/Se-Gl/next-modal/issues" }, "homepage": "https://github.com/Se-Gl/next-modal#readme", "devDependencies": { "@babel/core": "^7.18.9", "@babel/preset-react": "^7.18.6", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@rollup/plugin-node-resolve": "^13.3.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "babel-loader": "^8.2.5", "greencss": "^1.2.1", "husky": "^8.0.1", "prettier": "^2.7.1", "purgecss": "^4.1.3", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.77.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "semantic-release": "^19.0.3" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }