UNPKG

react-semantic-datatable

Version:

A simple datatable implementation using semantic ui

53 lines (52 loc) 1.43 kB
{ "name": "react-semantic-datatable", "version": "2.1.4", "description": "A simple datatable implementation using semantic ui", "main": "index.js", "scripts": { "watch": "webpack --progress --colors --watch", "build": "webpack --progress --colors", "prodbuild": "webpack --progress --colors --config webpack.prod.js" }, "repository": { "type": "git", "url": "git+https://github.com/pastorsj/react-semantic-table.git" }, "keywords": [ "react", "js", "datatable", "table", "semantic", "grid" ], "author": "pastorsj", "license": "MIT", "bugs": { "url": "https://github.com/pastorsj/react-semantic-table/issues" }, "homepage": "https://github.com/pastorsj/react-semantic-table#readme", "dependencies": { "prop-types": "^15.5.10", "react": "^15.5.4", "react-dom": "^15.5.4", "semantic-ui-react": "^0.68.3" }, "devDependencies": { "babel-core": "^6.24.1", "babel-eslint": "^7.2.3", "babel-loader": "^7.0.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-plugin-transform-class-properties": "^6.24.1", "babelify": "^7.3.0", "browserify": "^14.3.0", "eslint": "3.19.0", "eslint-config-rose": "^1.0.5", "eslint-plugin-react": "^7.0.0", "watchify": "^3.9.0", "webpack": "2.5.1", "webpack-manifest-plugin": "^1.1.0" } }