vue-bulma-table
Version:
Vue DataTable with Bulma style
34 lines (33 loc) • 713 B
JSON
{
"name": "vue-bulma-table",
"version": "1.6.8",
"description": "Vue DataTable with Bulma style",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "poi build"
},
"keywords": [
"vue",
"datatable",
"table",
"bulma"
],
"author": "1sttati <1st.tati@outlook.com>",
"files": [
"dist"
],
"license": "MIT",
"dependencies": {
"bulma": "^0.6.0",
"jquery": "^3.3.1",
"vue-awesome": "^2.3.3",
"vue-style-loader": "^4.1.0"
},
"devDependencies": {
"css-loader": "^0.28.11",
"file-loader": "^5.0.2",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6"
}
}