mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
* added top and bottom pagination, included story * version bump * linting * fixes * PR fixes * lint and fixes * update story * removed unused attr
26 lines
570 B
JSON
26 lines
570 B
JSON
{
|
|
"name": "new",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "0.9.5",
|
|
"standard": "^10.0.2"
|
|
},
|
|
"dependencies": {
|
|
"github-markdown-css": "^2.6.0",
|
|
"marked": "^0.3.6",
|
|
"namor": "^1.0.1",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-json-tree": "^0.10.9",
|
|
"react-story": "^0.0.10"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|