UNPKG

tv-button

Version:

buttons for nuxtjs powered by tailwindcss

54 lines (53 loc) 1.43 kB
{ "name": "tv-button", "version": "2.0.7", "description": "buttons for nuxtjs powered by tailwindcss", "main": "dist/tv-button.umd.min.js", "files": [ "dist/tv-button.umd.min.js", "dist/tv-button.umd.min.js.map", "types/index.d.ts", "types/PushButton.d.ts" ], "types": "types/*", "scripts": { "test": "jest", "build": "vue-cli-service build --target lib --inline-vue --name tv-button src/index.ts" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/acidjazz/tv-button.git" }, "keywords": [ "vue", "vuejs", "tailwindcss", "button" ], "author": "kevin olson", "license": "MIT", "bugs": { "url": "https://github.com/acidjazz/tv-button/issues" }, "homepage": "https://github.com/acidjazz/tv-button#readme", "devDependencies": { "@akryum/vue-cli-plugin-ssr": "~0.6.0", "@babel/preset-env": "^7.11.0", "@nuxtjs/eslint-config": "^6.0.0", "@types/vue": "^2.0.0", "@vue/babel-preset-app": "^4.5.4", "@vue/cli-plugin-typescript": "^4.5.13", "@vue/cli-service": "^4.5.4", "@vue/test-utils": "^1.0.5", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.3.0", "eslint": "^7.7.0", "eslint-plugin-vue": "^7.8.0", "jest": "^26.4.2", "typescript": "^4.2.4", "vue": "^2.6.12", "vue-jest": "^3.0.6", "vue-template-compiler": "^2.6.12" } }