mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"name": "react-bootstrap-table2",
|
|
"version": "0.0.1",
|
|
"description": "Rebuilt for react-bootstrap-table",
|
|
"main": "./lib",
|
|
"scripts": {
|
|
"prepublish": "yarn build",
|
|
"build": "rimraf ./lib && babel ./src -d lib"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-cli": "6.26.0",
|
|
"rimraf": "2.6.2"
|
|
}
|
|
}
|