UNPKG

react-smart-dynamic-table

Version:
46 lines (45 loc) 993 B
{ "name": "react-smart-dynamic-table", "version": "1.0.20", "description": "A simple dynamic react table", "main": "./lib/index.js", "repository": { "type": "git", "url": "https://github.com/liliya-dev/smart-dynamic-table" }, "keywords": [ "react", "smart", "table", "dynamic" ], "license": "MIT", "scripts": { "build": "webpack" }, "author": "", "bugs": { "url": "" }, "peerDependencies": { "prop-types": "^15.6.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "babel-loader": "^7.1.5", "babel-preset-react": "^6.24.1", "classnames": "^2.3.1", "css-loader": "^3.5.1", "mini-css-extract-plugin": "^1.5.0", "prop-types": "^15.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-textarea-autosize": "^8.3.2", "sass": "^1.32.11", "sass-loader": "^10.1.1", "style-loader": "^1.1.3", "webpack": "^4.46.0", "webpack-cli": "^3.3.12" } }