@maxpike/vue
Version:
Vue VariantJS: Fully configurable Vue 3 components styled with TailwindCSS
103 lines (102 loc) • 2.8 kB
JSON
{
"name": "@maxpike/vue",
"version": "0.0.17",
"description": "Vue VariantJS: Fully configurable Vue 3 components styled with TailwindCSS",
"files": [
"dist/**/*",
"src/**/*"
],
"types": "./dist/index.d.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
}
},
"sideEffects": false,
"keywords": [
"tailwindcss",
"vue",
"vue-tailwind",
"variantjs",
"vue3"
],
"author": "Alfonso Bribiesca <alfonso@vexilo.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/Maxim-art/vue.git"
},
"license": "MIT",
"private": false,
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"test": "jest -t",
"test:watch": "jest --watch -t",
"lint": "eslint src --fix",
"release": "release-it",
"demo": "vite --config ./vite.demo.config.ts",
"demo:build": "vite build --config ./vite.demo.config.ts",
"demo:serve": "vite preview --config ./vite.demo.config.ts"
},
"devDependencies": {
"@popperjs/core": "^2.10.1",
"@rollup/plugin-typescript": "^8.2.5",
"@tailwindcss/forms": "^0.3.3",
"@testing-library/vue": "^6.4.2",
"@types/body-scroll-lock": "^3.1.0",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@vitejs/plugin-vue": "^1.9.0",
"@vue/cli-plugin-unit-jest": "^5.0.0-beta.2",
"@vue/compiler-sfc": "^3.2.13",
"@vue/test-utils": "^2.0.0-rc.6",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"autoprefixer": "^10.3.4",
"body-scroll-lock": "^4.0.0-beta.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-tree-shaking": "^1.9.2",
"eslint-plugin-vue": "^7.18.0",
"jest": "^26.5.6",
"postcss": "^8.3.6",
"prettier": "^2.4.1",
"release-it": "^14.11.6",
"tailwindcss": "^2.2.15",
"ts-jest": "^26.5.6",
"ts-vue-plugin": "^0.1.3",
"typescript": "^4.4.3",
"vite": "^2.5.10",
"vue": "^3.1.1",
"vue-jest": "^5.0.0-alpha.10",
"vue-loader": "^16.7.0",
"vue-router": "4",
"vue-tsc": "^0.3.0"
},
"peerDependencies": {
"@popperjs/core": "^2.10.1",
"body-scroll-lock": "^4.0.0-beta.0",
"vue": "^3.1.1"
},
"release-it": {
"hooks": {
"before:init": [
"yarn lint",
"yarn test"
],
"after:bump": "yarn build"
}
},
"dependencies": {
"@variantjs/core": "^0.0.78"
},
"bugs": {
"url": "https://github.com/Maxim-art/vue/issues"
},
"homepage": "https://github.com/Maxim-art/vue#readme"
}