UNPKG

oui-kit

Version:
103 lines (102 loc) 2.52 kB
{ "name": "oui-kit", "type": "module", "version": "0.32.5", "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-basic": "./stylus/default-basic.styl", "./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": [ "*.md", "LICENSE", "dist/**/*", "lib/**/*", "src/**/*", "stylus/**/*" ], "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", "test:release": "nr lint:fix && nr check && vitest --run", "post:release": "nr upload", "upload": "nr build:demo && rsync -rvz dist/* cy:public_html/oui.holtwick.de" }, "dependencies": { "@floating-ui/vue": "^1.1.7", "@vueuse/core": "^13.5.0", "vue": "^3.5.17", "zeed": "^0.30.6" }, "devDependencies": { "@antfu/eslint-config": "^4.16.2", "@antfu/ni": "^25.0.0", "@shikijs/markdown-it": "^3.7.0", "@vitejs/plugin-vue": "^6.0.0", "@vitest/browser": "^3.2.4", "eslint": "^9.30.1", "stylus": "^0.64.0", "tsup": "^8.5.0", "unplugin-vue-markdown": "^29.1.0", "vite": "^7.0.2", "vite-plugin-dts": "^4.5.4", "vite-plugin-qrcode": "^0.3.0", "vite-plugin-vue-devtools": "^7.7.7", "vitest": "^3.2.4", "vue-tsc": "^3.0.1" } }