UNPKG

@oruga-ui/oruga-next

Version:

UI components for Vue.js and CSS framework agnostic

86 lines (85 loc) 2.08 kB
{ "name": "@oruga-ui/oruga-next", "version": "0.13.6", "homepage": "https://oruga-ui.com", "description": "UI components for Vue.js and CSS framework agnostic", "license": "MIT", "type": "module", "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "unpkg": "./dist/index.umd.cjs", "jsdelivr": "./dist/index.umd.cjs", "typings": "./dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.umd.cjs" }, "./*": "./dist/*", "./volar": { "types": "./volar.d.ts" } }, "files": [ "dist", "src", "volar.d.ts", "LICENSE", "README.md" ], "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/oruga-ui/oruga.git" }, "bugs": { "url": "https://github.com/oruga-ui/oruga/issues" }, "keywords": [ "oruga", "vue", "vuejs", "components", "ux", "ui", "css", "agnostic", "framework" ], "scripts": { "dev": "vite", "build": "vite build", "build:watch": "(npm link || true) && vite build --watch", "test": "vitest", "test:coverage": "vitest run --coverage", "test:ts": "vue-tsc --noEmit --skipLibCheck --project tsconfig.app.json", "prepublishOnly": "cp ../../README.md . && cp ../../LICENSE ." }, "peerDependencies": { "vue": "^3.0.0" }, "dependencies": { "vue-component-type-helpers": "^3.3.3" }, "devDependencies": { "@tsconfig/node24": "^24.0.4", "@types/jest-axe": "^3.5.9", "@types/jsdom": "^28.0.3", "@types/node": "^24.11.0", "@vitejs/plugin-vue": "^6.0.7", "@vitest/browser-playwright": "^4.1.8", "@vitest/coverage-v8": "^4.1.8", "@vue/test-utils": "^2.4.11", "@vue/tsconfig": "^0.9.1", "core-js": "3.49.0", "jest-axe": "^10.0.0", "jsdom": "^29.1.1", "typescript": "^5.9.3", "vite": "^8.0.6", "vite-plugin-dts": "^4.5.4", "vitest": "^4.1.8", "vitest-browser-vue": "^2.1.0", "vue": "^3.5.35" } }