UNPKG

vue3-starry-sky-zll

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.

29 lines 706 B
{ "name": "vue3-starry-sky-zll", "private": false, "version": "0.0.7", "keywords": ["starry","sky","starry-sky","vue3-starry-sky","vue-starry-sky"], "type": "module", "scripts": { "dev": "vite --force --host", "build": "vite build", "preview": "vite preview" }, "files": ["lib"], "main": "lib/vue3-starry-sky-zll.umd.cjs", "module": "lib/vue3-starry-sky-zll.js", "exports": { "./lib/style.css": "./lib/style.css", ".": { "import": "./lib/vue3-starry-sky-zll.js", "require": "./lib/vue3-starry-sky-zll.umd.cjs" } }, "dependencies": { "vue": "^3.2.37" }, "devDependencies": { "@vitejs/plugin-vue": "^3.1.0", "vite": "^3.1.0" } }