UNPKG

@varlet/schema-repl

Version:

Lightweight Schema repl component based on Vue3

36 lines 872 B
{ "name": "@varlet/schema-repl", "version": "0.0.3", "description": "Lightweight Schema repl component based on Vue3", "type": "module", "main": "lib/index.js", "module": "lib/index.js", "keywords": [ "Vue3", "Component", "Schema", "Repl", "Varlet" ], "author": "haoziqaq <357229046@qq.com>", "license": "MIT", "dependencies": { "@varlet/shared": "^2.18.2", "@varlet/use": "^2.18.2", "monaco-editor": "0.44.0", "@varlet/schema-renderer": "0.0.3" }, "devDependencies": { "esbuild-plugin-less": "^1.3.1", "tsup": "7.2.0", "typescript": "^5.1.5", "unplugin-vue-jsx": "^0.2.2" }, "peerDependencies": { "vue": "^3.2.0" }, "scripts": { "dev": "tsup src/index.ts --format esm --out-dir=lib --watch --dts", "build": "tsup src/index.ts --format esm --out-dir=lib --dts --clean" } }