UNPKG

oui-kit

Version:

🎯 *UI toolkit with a French touch* 🇫🇷

145 lines (144 loc) 4.46 kB
{ "name": "oui-kit", "type": "module", "version": "0.42.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-kit#readme", "repository": { "type": "git", "url": "git+https://github.com/holtwick/oui-kit.git" }, "bugs": { "url": "https://github.com/holtwick/oui-kit/issues" }, "keywords": [ "css", "framework", "stylus", "oui", "oui-kit", "vue", "ui", "typescript", "headless" ], "sideEffects": [ "**/*.css" ], "exports": { ".": { "types": "./dist/lib/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", "./llms.txt": "./llms.txt", "./COMPONENTS.md": "./COMPONENTS.md" }, "module": "./dist/lib.js", "types": "./dist/lib/lib.d.ts", "files": [ "*.md", "LICENSE", "dist/**/*", "lib/**/*", "llms.txt", "src/**/*", "stylus/**/*" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "BUILD_LIB=1 vite build", "build:demo": "vite build", "check": "vue-tsc --noEmit", "dev": "vite --host --open", "dev:e2e": "APP_E2E=1 vite", "dev:mobile": "APP_MOBILE=1 vite", "generate-pwa-assets": "npx pwa-assets-generator", "lint": "eslint .", "lint:fix": "eslint . --fix", "prepublishOnly": "nr build", "preview": "vite preview", "start": "nr dev", "test": "vitest", "coverage": "vitest --coverage", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:headed": "playwright test --headed", "test:e2e:debug": "playwright test --debug", "test:e2e:report": "playwright show-report", "test:e2e:visual": "playwright test --grep 'visual regression'", "test:e2e:chromium": "playwright test --project=chromium", "test:e2e:firefox": "playwright test --project=firefox", "test:e2e:webkit": "playwright test --project=webkit", "test:e2e:update": "playwright test --update-snapshots", "test:e2e:update:chromium": "playwright test --update-snapshots --project=chromium", "test:e2e:update:firefox": "playwright test --update-snapshots --project=firefox", "test:e2e:update:webkit": "playwright test --update-snapshots --project=webkit", "test:e2e:consistency": "node tests/e2e/check-consistency.js", "test:release": "nr lint:fix && nr check && vitest --run && nr test:e2e", "test:all": "nr test:release && nr test:e2e", "npm:release": "npm login && npm publish --access public", "post:release": "nr upload && nr npm:release", "upload": "nr build:demo && rsync -rvz www/* cy:public_html/oui.holtwick.de" }, "dependencies": { "@floating-ui/vue": "^1.1.11", "@vueuse/core": "^14.2.1", "vue": "^3.5.32", "zeed": "^1.3.1" }, "optionalDependencies": { "@tiptap/extension-link": "^3.22.2", "@tiptap/extension-mention": "^3.22.2", "@tiptap/extension-placeholder": "^3.22.2", "@tiptap/pm": "^3.22.2", "@tiptap/starter-kit": "^3.22.2", "@tiptap/suggestion": "^3.22.2", "@tiptap/vue-3": "^3.22.2", "v-calendar": "^3.1.2" }, "devDependencies": { "@antfu/eslint-config": "^8.0.0", "@antfu/ni": "^30.0.0", "@playwright/test": "^1.59.1", "@shikijs/markdown-it": "^4.0.2", "@tiptap/extension-link": "^3.22.2", "@tiptap/extension-mention": "^3.22.2", "@tiptap/extension-placeholder": "^3.22.2", "@tiptap/pm": "^3.22.2", "@tiptap/starter-kit": "^3.22.2", "@tiptap/suggestion": "^3.22.2", "@tiptap/vue-3": "^3.22.2", "@vitejs/plugin-vue": "^6.0.5", "@vitest/browser": "^4.1.3", "@vitest/coverage-v8": "4.1.3", "@vue/test-utils": "^2.4.6", "eslint": "^10.2.0", "stylus": "^0.64.0", "unplugin-vue-markdown": "^30.0.0", "v-calendar": "^3.1.2", "vite": "^8.0.6", "vite-plugin-dts": "^4.5.4", "vite-plugin-qrcode": "^0.4.1", "vite-plugin-vue-devtools": "^8.1.1", "vitest": "^4.1.3", "vue-tsc": "^3.2.6" } }