UNPKG

vue-weather-ui

Version:

A beautiful Vue 3 weather UI components library with mini mode support and QWeather integration

67 lines (66 loc) 1.55 kB
{ "name": "vue-weather-ui", "version": "1.0.18", "description": "A beautiful Vue 3 weather UI components library with mini mode support and QWeather integration", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "package.json" ], "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" }, "./dist/style.css": "./dist/style.css" }, "repository": { "type": "git", "url": "https://github.com/ws1993/cfwheather.git" }, "homepage": "https://github.com/ws1993/cfwheather#readme", "scripts": { "dev": "vite", "build": "vite build", "build:lib": "vite build --mode lib", "preview": "vite preview", "typecheck": "vue-tsc --noEmit", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "keywords": [ "vue", "vue3", "weather", "ui", "components", "qweather", "mini", "compact", "responsive", "typescript", "weather-widget", "forecast", "historical" ], "author": "cityfun", "license": "MIT", "peerDependencies": { "vue": "^3.3.0" }, "devDependencies": { "@types/node": "^20.10.0", "@vitejs/plugin-vue": "^4.5.0", "typescript": "^5.2.0", "vite": "^5.0.0", "vite-plugin-dts": "^4.5.4", "vue": "^3.3.0", "vue-tsc": "^1.8.0" }, "dependencies": { "qweather-icons": "^1.7.0" } }