tbstu-btn-loading
Version:
Vue loading button component base on bootstrap
40 lines (39 loc) • 981 B
JSON
{
"name": "tbstu-btn-loading",
"version": "0.0.1",
"description": "Vue loading button component base on bootstrap",
"main": "dist/btn-loading.common.js",
"keywords": [
"button",
"loadding"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-lib": "vue-cli-service build --target lib --name btn-loading src/btn-loading.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"axios": "^0.21.1",
"vue-template-compiler": "^2.6.11"
},
"files": [
"dist/*",
"*.json",
"*.md"
],
"author": "Supasin Dum-umpai",
"license": "MIT",
"bugs": {
"url": "https://github.com/tb-stu/btv-btn-loading/issues"
},
"homepage": "https://github.com/tb-stu/btv-btn-loading#readme"
}