79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "@rc-component/mutate-observer",
|
|
"version": "2.0.1",
|
|
"description": "React MutateObserver Component",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"mutate-observer"
|
|
],
|
|
"homepage": "https://github.com/react-component/mutate-observer",
|
|
"bugs": {
|
|
"url": "https://github.com/react-component/mutate-observer/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-component/mutate-observer.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "574980606@qq.com",
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"typings": "es/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"compile": "father build",
|
|
"deploy": "npm run docs:build && npm run docs:deploy",
|
|
"docs:build": "dumi build",
|
|
"docs:deploy": "gh-pages -d docs-dist",
|
|
"lint": "eslint src/ --ext .tsx,.ts",
|
|
"lint:tsc": "tsc -p tsconfig.json --noEmit",
|
|
"now-build": "npm run docs:build",
|
|
"prepare": "dumi setup",
|
|
"prepublishOnly": "npm run compile && rc-np",
|
|
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
|
"start": "dumi dev",
|
|
"test": "umi-test",
|
|
"test:coverage": "npm run test --coverage",
|
|
"watch": "father dev"
|
|
},
|
|
"dependencies": {
|
|
"@rc-component/util": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rc-component/father-plugin": "^2.0.2",
|
|
"@rc-component/np": "^1.0.3",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.0.0",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/node": "^22.10.7",
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@umijs/fabric": "^3.0.0",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"dumi": "^2.0.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-plugin-jest": "^27.6.0",
|
|
"eslint-plugin-unicorn": "^49.0.0",
|
|
"father": "^4.0.0",
|
|
"gh-pages": "^3.1.0",
|
|
"glob": "^10.0.0",
|
|
"prettier": "^2.1.2",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"typescript": "^5.0.0",
|
|
"umi-test": "^1.9.7"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.9.0",
|
|
"react-dom": ">=16.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.x"
|
|
}
|
|
}
|