staged-components
Version:
Make React function component staged.
38 lines (37 loc) • 919 B
JSON
{
"name": "staged-components",
"version": "1.1.3",
"scripts": {
"build": "gulp prebuild && tsc",
"test": "jest"
},
"description": "Make React function component staged.",
"keywords": [
"react"
],
"main": "index.js",
"repository": "https://github.com/awmleer/staged-components",
"author": "awmleer <awmleer@icloud.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.1",
"@types/jest": "^24.0.15",
"@types/react": "^16.8.6",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"jest": "^24.8.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2",
"use-debounce": "^2.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}