UNPKG

react-simple-crud-ui

Version:

Written in React with hooks, simple CRUD UI with authentication.

63 lines (62 loc) 1.43 kB
{ "name": "react-simple-crud-ui", "version": "1.0.10", "description": "Written in React with hooks, simple CRUD UI with authentication.", "author": "tranhducvnn", "main": "dist/index.js", "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "build": "rollup -c", "start": "rollup -c -w" }, "dependencies": {}, "peerDependencies": { "react": ">= 16.13.1 < 2", "react-dom": ">= 16.13.1 < 2", "react-hook-form": "^6.2.0", "react-scripts": "3.4.1", "rxjs": "^6.6.2", "axios": "^0.19.2", "bootstrap": "^4.5.0", "react-bootstrap": "^1.3.0", "react-confirm-alert": "^2.6.1" }, "devDependencies": { "@types/react": "^16.9.45", "@types/react-dom": "^16.9.8", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "react": "^16.13.1", "react-dom": "^16.13.1", "rollup": "^1.29.0", "rollup-plugin-sass": "^1.2.2", "rollup-plugin-typescript2": "^0.25.3", "typescript": "^3.9.7", "react-hook-form": "^6.2.0", "react-scripts": "3.4.1", "rxjs": "^6.6.2", "axios": "^0.19.2", "bootstrap": "^4.5.0", "react-bootstrap": "^1.3.0", "react-confirm-alert": "^2.6.1" }, "files": [ "dist" ], "keywords": [ "react", "typescript", "npm", "crud", "hooks", "ui", "react-hook-form", "bootstrap", "axios", "react-bootstrap", "react-confirm-alert" ] }