react-peel
Version:
react-peel is a react library to create realistic peeling effects. No dependencies.
68 lines (67 loc) • 1.63 kB
JSON
{
"name": "react-peel",
"description": "react-peel is a react library to create realistic peeling effects. No dependencies.",
"version": "2.0.0",
"scripts": {
"build": "tsup",
"lint": "eslint . --max-warnings 0",
"dev:docs": "island dev docs",
"build:docs": "island build docs",
"preview:docs": "island start docs",
"prepare": "husky"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/iqbal-rashed/react-peel"
},
"keywords": [
"react-peel",
"peel.js",
"peel animation",
"react",
"react-animation",
"page peel",
"page curl",
"peel effect",
"react-effects",
"animation library",
"interactive UI",
"react-component",
"ui-animation"
],
"bugs": {
"url": "https://github.com/iqbal-rashed/react-peel/issues"
},
"homepage": "https://iqbal-rashed.github.io/react-peel",
"peerDependencies": {
"react": "16.8.0 || >=17.x",
"react-dom": "16.8.0 || >=17.x"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^9.26.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.1.0",
"husky": "^9.1.7",
"islandjs": "^0.7.31",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.32.0"
}
}