@sorion/windmill-vue
Version:
Vue 3 UI component library built with Tailwind CSS, inspired by @windmill/react-ui
67 lines (66 loc) • 1.94 kB
JSON
{
"name": "@sorion/windmill-vue",
"version": "0.1.1",
"description": "Vue 3 UI component library built with Tailwind CSS, inspired by @windmill/react-ui",
"files": [
"dist",
"src",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --declaration --emitDeclarationOnly && vite build",
"typecheck": "vue-tsc --noEmit",
"docs:dev": "vite serve --config scripts/doc.config.ts",
"docs:build": "vite build --config scripts/doc.config.ts && copyfiles --flat netlify.toml dist-docs",
"docs:preview": "vite preview --config scripts/doc.config.ts"
},
"main": "./dist/windmill-vue.umd.js",
"module": "./dist/windmill-vue.es.js",
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Sorion/windmill-vue.git"
},
"keywords": [
"vue",
"windmill"
],
"author": "Maxime Pelte",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sorion/windmill-vue/issues"
},
"homepage": "https://github.com/Sorion/windmill-vue#readme",
"peerDependencies": {
"tailwindcss": ">=3.0.0",
"vue": ">=3.0.0"
},
"dependencies": {
"@tailwindcss/forms": "^0.4.0"
},
"devDependencies": {
"@heroicons/vue": "^1.0.5",
"@types/node": "^17.0.7",
"@types/prismjs": "^1.16.6",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.4.0",
"copyfiles": "^2.4.1",
"eslint": "^7.20.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.2.0",
"pinia": "^2.0.9",
"postcss": "^8.4.5",
"prettier": "^2.2.1",
"prismjs": "^1.25.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vue-router": "^4.0.3",
"vue-tsc": "^0.29.8"
}
}