UNPKG

xwha-tools

Version:

This template should help get you started developing with Vue 3 and TypeScript 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.

39 lines (38 loc) 775 B
{ "name": "xwha-tools", "private": false, "version": "0.0.1", "keywords": [ "starry", "sky", "starry-sky", "vue3-starry-sky", "vue-starry-sky" ], "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "main": "lib/xwha-tools.umd.js", "module": "lib/xwha-tools.es.js", "exports": { "./lib/style.css": "./lib/style.css", ".": { "import": "./lib/xwha-tools.es.js", "require": "./lib/xwha-tools.umd.js" } }, "dependencies": { "vue": "^3.3.4" }, "devDependencies": { "@types/node": "^20.4.5", "@vitejs/plugin-vue": "^4.2.3", "sass": "^1.64.1", "typescript": "^5.0.2", "vite": "^4.4.5", "vue-tsc": "^1.8.5" } }