mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "react-table",
|
|
"version": "7.0.0-alpha.2",
|
|
"description": "A fast, lightweight, opinionated table and datagrid built on React",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/tannerlinsley/react-table#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tannerlinsley/react-table.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"table",
|
|
"react-table",
|
|
"datagrid"
|
|
],
|
|
"main": "dist/index.js",
|
|
"_module": "dist/index.es.js",
|
|
"_jsnext:main": "dist/index.es.js",
|
|
"scripts": {
|
|
"test": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
"test:watch": "react-scripts test --env=jsdom",
|
|
"build": "rollup -c",
|
|
"start": "rollup -c -w",
|
|
"prepare": "yarn build",
|
|
"release": "yarn publish",
|
|
"releaseNext": "yarn publish --tag next"
|
|
},
|
|
"files": [
|
|
"src/",
|
|
"es/",
|
|
"lib/",
|
|
"react-table.js",
|
|
"react-table.min.js",
|
|
"react-table.css",
|
|
"media/*.png"
|
|
],
|
|
"peerDependencies": {
|
|
"prop-types": "^15.5.0",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/runtime": "^7.2.0",
|
|
"@svgr/rollup": "^4.1.0",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"cross-env": "^5.1.4",
|
|
"eslint": "^5.10.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-config-standard-react": "^7.0.2",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-node": "^8.0.0",
|
|
"eslint-plugin-promise": "^4.0.0",
|
|
"eslint-plugin-react": "^7.10.0",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"rollup": "^0.68.0",
|
|
"rollup-plugin-babel": "^4.1.0",
|
|
"rollup-plugin-commonjs": "^9.1.3",
|
|
"rollup-plugin-node-resolve": "^4.0.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
|
"rollup-plugin-uglify": "^6.0.2"
|
|
}
|
|
}
|