mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
28 lines
563 B
JSON
Executable File
28 lines
563 B
JSON
Executable File
{
|
|
"name": "react-table-simple-table",
|
|
"version": "0.0.67",
|
|
"description": null,
|
|
"keywords": [
|
|
"react",
|
|
"react-table",
|
|
"table",
|
|
"datagrid",
|
|
"grid"
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"react-table": "6.7.0-alpha-0",
|
|
"react-dom": "15.5.3",
|
|
"react": "15.5.3",
|
|
"namor": "1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
} |