UNPKG

iweather_icons_react

Version:

![display.png](https://s1.ax1x.com/2022/06/05/XwEzWj.png)

49 lines 1.03 kB
{ "name": "iweather_icons_react", "version": "1.1.1", "author": "ARCTURUS", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/arcturus-org/weather.git" }, "homepage": "https://iweather-icons.netlify.app/", "keywords": [ "qweather", "weather icons", "icons", "react icons", "svg icons", "caiyun weather" ], "dependencies": { "fast-glob": "^3.2.11", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@vitejs/plugin-react": "^1.3.2", "typescript": "^4.7.4", "vite": "^2.9.12", "vite-plugin-svg-icons": "^2.0.1" }, "exports": { ".": { "import": "./dist/lib.es.js", "require": "./dist/lib.umd.js" } }, "files": [ "dist", "index.d.ts" ], "main": "./dist/lib.umd.js", "module": "./dist/lib.es.js", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" } }