UNPKG

oui-kit

Version:

> *...c'est un "kit" pour Vue.js :)*

98 lines (97 loc) 2.34 kB
{ "name": "oui-kit", "type": "module", "version": "0.29.3", "author": { "email": "dirk.holtwick@gmail.com", "name": "Dirk Holtwick", "url": "https://holtwick.de" }, "license": "MIT", "funding": { "type": "GitHub Sponsors ❤", "url": "https://github.com/sponsors/holtwick" }, "homepage": "https://github.com/holtwick/oui#readme", "repository": { "type": "git", "url": "git+https://github.com/holtwick/oui.git" }, "bugs": { "url": "https://github.com/holtwick/oui/issues" }, "keywords": [ "css", "framework", "stylus", "oui", "oui-kit", "vue", "ui", "typescript", "headless" ], "sideEffects": [ "**/*.css" ], "exports": { ".": { "types": "./dist/lib.d.ts", "import": "./dist/lib.js" }, "./css": "./dist/lib.css", "./default-app": "./stylus/default-app.styl", "./default-page": "./stylus/default-page.styl", "./lib": "./lib/index.styl", "./stylus": "./stylus/index.styl", "./theme": "./stylus/theme.styl" }, "module": "./dist/lib.js", "types": "./dist/lib.d.ts", "files": [ "dist/*.css", "dist/*.js", "dist/*.ts", "lib/**/*.styl", "stylus/**/*.styl" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "vite build", "build:demo": "BUILD_DEMO=1 vite build", "check": "vue-tsc --noEmit", "dev": "vite --host --open", "generate-pwa-assets": "npx pwa-assets-generator", "lint": "eslint .", "lint:fix": "eslint . --fix", "prepublishOnly": "nr build", "preview": "vite preview", "start": "nr dev", "test": "vitest", "upload": "nr build:demo && rsync -rvz dist/* cy:public_html/oui.holtwick.de" }, "dependencies": { "@floating-ui/vue": "^1.1.6", "@vueuse/core": "^13.1.0", "vue": "^3.5.13", "zeed": "^0.28.5" }, "devDependencies": { "@antfu/eslint-config": "^4.13.0", "@antfu/ni": "^24.3.0", "@shikijs/markdown-it": "^3.4.0", "@vitejs/plugin-vue": "^5.2.3", "@vitest/browser": "^3.1.3", "eslint": "^9.26.0", "stylus": "^0.64.0", "tsup": "^8.4.0", "unplugin-vue-markdown": "^28.3.1", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.3", "vite-plugin-qrcode": "^0.2.4", "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.1.3" } }