UNPKG

hy-starry-sky

Version:

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

37 lines (36 loc) 806 B
{ "name": "hy-starry-sky", "private": false, "version": "0.0.12", "keywords": [ "starry", "sky", "starry-sky", "hy-starry-sky" ], "scripts": { "dev": "vite --force --host", "build": "vite build", "preview": "vite preview" }, "main": "lib/hy-starry-sky.umd.js", "module": "lib/hy-starry-sky.es.js", "exports": { ".": { "import": "./lib/hy-starry-sky.js", "require": "./lib/hy-starry-sky.umd.cjs" }, "./style.css": "./lib/hy-starry-sky.css", "./*": "./lib/*" }, "files": [ "lib/*" ], "dependencies": { "vue": "^3.5.18" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.1", "vite": "^7.1.2" } }