mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
27 lines
557 B
JSON
27 lines
557 B
JSON
{
|
|
"name": "react-table-example",
|
|
"version": "0.0.1",
|
|
"description": "Jumpsuit getting started example",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jumpsuit/jumpsuit.git"
|
|
},
|
|
"scripts": {
|
|
"watch": "jumpsuit watch",
|
|
"build": "jumpsuit build"
|
|
},
|
|
"devDependencies": {
|
|
"nib": "^1.1.0",
|
|
"standard": "^8.4.0",
|
|
"stylus": "^0.54.5"
|
|
},
|
|
"dependencies": {
|
|
"jumpsuit": "^0.7.5",
|
|
"lodash": "^4.16.4",
|
|
"namor": "^0.3.0",
|
|
"react-table": "^2.0.0"
|
|
}
|
|
}
|