UNPKG

zenless-ui

Version:

A Vue.js 3 UI Library inspired by Zenless Zone Zero

46 lines (45 loc) 910 B
{ "name": "zenless-ui", "version": "1.0.7", "type": "module", "files": [ "dist" ], "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js" }, "./*": "./*" }, "scripts": { "dev": "vite", "build": "vite build", "build:site": "vite build --config vite.config.site.js" }, "repository": { "type": "git", "url": "git@github.com:ChrisChan13/zenless-ui.git" }, "homepage": "https://chrischan13.github.io/zenless-ui", "keywords": [ "zenless", "vue", "components" ], "license": "MIT", "bugs": { "url": "https://github.com/ChrisChan13/zenless-ui/issues" }, "style": "./dist/index.css", "devDependencies": { "@vitejs/plugin-vue": "^5.1.2", "sass": "^1.77.8", "vite": "^5.4.0", "vue": "^3.4.35", "vue-router": "^4.4.3" }, "dependencies": { "throttle-debounce": "^5.0.2" } }