tiny-toolkit-lowcode-designer
Version:
TinyPro 低代码设计器模板 - 基于 TinyEngine 的定制化低代码平台脚手架
65 lines (64 loc) • 1.87 kB
JSON
{
"name": "tiny-toolkit-lowcode-designer",
"private": false,
"version": "1.0.2",
"type": "module",
"description": "TinyPro 低代码设计器模板 - 基于 TinyEngine 的定制化低代码平台脚手架",
"keywords": [
"tinypro",
"lowcode",
"template",
"tinyengine",
"vue3",
"vite"
],
"author": "your-name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/tinypro-lowcode-template.git"
},
"homepage": "https://github.com/your-username/tinypro-lowcode-template#readme",
"files": [
"src/",
"public/",
"index.html",
"preview.html",
"engine.config.js",
"registry.js",
"vite.config.js",
"README.md"
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "concurrently 'pnpm:serve:mock' 'pnpm:serve:frontend'",
"build:alpha": "cross-env NODE_OPTIONS=--max-old-space-size=10240 vite build --mode alpha",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=10240 vite build",
"serve:frontend": "cross-env vite",
"serve:mock": "node node_modules/@opentiny/tiny-engine-mock/dist/app.js"
},
"dependencies": {
"@opentiny/icons": "^0.1.4",
"@opentiny/tiny-engine": "^2.8.0",
"@opentiny/tiny-engine-meta-register": "^2.8.0",
"@opentiny/tiny-engine-utils": "^2.8.0",
"@opentiny/vue": "~3.20.0",
"@opentiny/vue-design-smb": "~3.20.0",
"@opentiny/vue-icon": "~3.20.0",
"@opentiny/vue-locale": "~3.20.0",
"@opentiny/vue-renderless": "~3.20.0",
"@opentiny/vue-theme": "~3.20.0",
"@vueuse/core": "^9.6.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@opentiny/tiny-engine-mock": "^2.8.0",
"@opentiny/tiny-engine-vite-config": "^2.8.0",
"@vitejs/plugin-vue": "^5.1.2",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"vite": "^5.4.2"
}
}