react-decoy
Version:
<p align="center" role="heading" aria-level="1"><picture><source srcset="https://codeberg.org/colingourlay/react-decoy/raw/branch/master/assets/logo-block.svg" media="(max-width: 640px)" /><img title="React Decoy" alt="React Decoy" src="https://codeberg.o
64 lines (63 loc) • 1.32 kB
JSON
{
"name": "react-decoy",
"version": "1.1.0",
"keywords": [
"react",
"dom",
"change",
"recover",
"revert",
"undo"
],
"license": "Unlicense",
"contributors": [
"Colin Gourlay <colin@colin-gourlay.com>"
],
"repository": {
"type": "git",
"url": "https://codeberg.org/colingourlay/react-decoy"
},
"main": "dist/index.js",
"module": "dist/react-decoy.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --env=jsdom",
"lint": "tsdx lint",
"prepublishOnly": "npm run build",
"release": "np"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"peerDependencies": {
"react": ">=18"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^24.0.20",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"husky": "^3.0.9",
"np": "*",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"tsdx": "^0.14.1",
"tslib": "^1.10.0",
"typescript": "^3.6.4"
}
}