mom-ui
Version:
UI framework with vue3 and TS
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "mom-ui",
"version": "0.0.4",
"author": {
"name": "cai4633",
"email": "46335322@qq.com"
},
"license": "MIT",
"keywords": ["Vue3","Typescript","UI","mom","antd"],
"description": "UI framework with vue3 and TS",
"homepage": "https://caijd.top/mom-ui-doc/index.html",
"repository": {
"type": "git",
"url": "https://github.com/cai4633/mom-ui"
},
"files": [
"dist/lib/*",
"README.md"
],
"main": "dist/lib/mom-ui.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "sh deploy.sh"
},
"dependencies": {
"github-markdown-css": "^4.0.0",
"highlight.js": "^10.4.0",
"vue": "^3.0.0-rc.1",
"vue-router": "4.0.0-beta.3"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0-rc.1",
"rollup-plugin-esbuild": "^2.6.0",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.29.0",
"typescript": "^4.1.2",
"vite": "^1.0.0-rc.1",
"vite-plugin-vuedoc": "^0.0.10"
}
}