mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-07-27 11:20:21 +00:00
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"name": "react-bootstrap-table2-overlay",
|
|
"version": "0.0.1",
|
|
"description": "it's a loading overlay component for react-bootstrap-table2",
|
|
"main": "./lib",
|
|
"scripts": {
|
|
"prepublish": "yarn build",
|
|
"build": "rimraf ./lib && babel ./src -d lib"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"react-loading-overlay": "0.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.26.0",
|
|
"rimraf": "2.6.2"
|
|
}
|
|
}
|