react-hooks-toolbox
Version:
React hooks toolbox
61 lines (60 loc) • 1.57 kB
JSON
{
"name": "react-hooks-toolbox",
"version": "0.1.9",
"description": "React hooks toolbox",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"run:server": "json-server db.json -p 3001"
},
"dependencies": {
"axios": "^0.18.0",
"immer": "^2.1.5",
"react-xml-parser": "^1.1.2"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "^3.6.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"nwb": "0.23.x",
"prettier-eslint": "^8.8.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"author": "apenab",
"license": "MIT",
"repository": "https://github.com/apenab/react-hooks-toolbox",
"keywords": [
"react-component",
"react",
"react-hooks",
"hooks",
"react-google-api",
"hooks-api-react",
"javascript",
"google-react",
"google-api"
]
}