react-table/example/package.json
Tanner Linsley 736e6de7cc Demo
2016-10-20 21:13:35 -06:00

27 lines
552 B
JSON

{
"name": "react-table-example",
"version": "1.0.0",
"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": {
"axios": "^0.13.1",
"jumpsuit": "^0.7.5",
"lodash": "^4.16.4",
"namor": "^0.3.0"
}
}