1 Star 1 Fork 0

3crazy/beautiful-react-hooks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
Antonio Russo 提交于 2020-02-21 17:18 . Dependencies update
{
"name": "beautiful-react-hooks",
"version": "0.22.2",
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --ext .js src/",
"build-js": "cross-env NODE_ENV=production gulp -f ./scripts/build.js",
"build": "npm run build-js && npm run docs",
"test": "cross-env NODE_ENV=test nyc mocha --recursive --exit \"./src/**/*.spec.+(js|jsx)\"",
"test:watch": "npm run test -- --watch",
"start": "npx styleguidist server --config docs/styleguidist/styleguidist.config.js --open",
"docs": "npx styleguidist build --config docs/styleguidist/styleguidist.config.js"
},
"files": [
"dist/**",
"index.d.ts"
],
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/beautifulinteractions/beautiful-react-hooks.git"
},
"author": {
"name": "Antonio Russo",
"email": "antonio@beautifulinteractions.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beautifulinteractions/beautiful-react-hooks/issues"
},
"homepage": "https://beautifulinteractions.github.io/beautiful-react-hooks/",
"dependencies": {
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1"
},
"peerDependencies": {
"react": ">=16.12.0",
"react-dom": ">=16.12.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.3",
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-require-ignore": "^0.1.1",
"beautiful-react-ui": "^0.54.0",
"chai": "^4.2.0",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-chai-expect": "^2.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"husky": "^4.2.3",
"jsdoc-to-markdown": "^5.0.3",
"jsdom": "^16.2.0",
"jsdom-global": "^3.0.2",
"mocha": "^7.0.1",
"mock-local-storage": "1.1.11",
"nyc": "^15.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-styleguidist": "^10.6.2",
"react-test-renderer": "^16.12.0",
"sinon": "^9.0.0",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",
"webpack": "^4.41.6"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crazy3/beautiful-react-hooks.git
git@gitee.com:crazy3/beautiful-react-hooks.git
crazy3
beautiful-react-hooks
beautiful-react-hooks
master

搜索帮助