mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 19:59:38 +08:00
- vtj-project-app@0.13.35 - vtj-extension@0.13.35 - vtj-project-h5@0.13.35 - vtj-project-library@0.12.15 - vtj-material@0.13.35 - vtj-plugin@0.13.35 - vtj-project-uniapp@0.13.35 - create-vtj@0.12.18 - dev-web@0.13.35 - @vtj/docs@0.13.35 - @vtj/base@0.12.4 - @vtj/charts@0.13.35 - @vtj/cli@0.12.15 - @vtj/coder@0.13.35 - @vtj/core@0.13.35 - @vtj/designer@0.13.35 - @vtj/icons@0.13.35 - @vtj/local@0.13.35 - @vtj/materials@0.13.35 - @vtj/node@0.12.6 - @vtj/parser@0.13.35 - @vtj/renderer@0.13.35 - @vtj/ui@0.13.35 - @vtj/uni@0.13.35 - @vtj/utils@0.13.35 - @vtj/h5@0.13.35 - @vtj/pro@0.13.35 - @vtj/pro-uni@0.13.35 - @vtj/uni-app@0.13.35 - @vtj/web@0.13.35
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@vtj/node",
|
|
"private": false,
|
|
"version": "0.12.6",
|
|
"type": "module",
|
|
"keywords": [
|
|
"低代码引擎",
|
|
"LowCode Engine",
|
|
"Vue3低代码",
|
|
"低代码渲染器",
|
|
"低代码设计器",
|
|
"代码生成器",
|
|
"代码可视化"
|
|
],
|
|
"description": "VTJ 是一款基于 Vue3 + Typescript 的低代码页面可视化设计器。内置低代码引擎、渲染器和代码生成器,面向前端开发者,开箱即用。 无缝嵌入本地开发工程,不改变前端开发流程和编码习惯。",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/newgateway/vtj.git"
|
|
},
|
|
"homepage": "https://gitee.com/newgateway/vtj",
|
|
"author": "chenhuachun",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "unbuild && npm run dts",
|
|
"test": "vitest run",
|
|
"vitest": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"dts": "tsc src/index.ts --target es2020 --moduleResolution Node --outDir temp --declarationDir types --declaration --esModuleInterop"
|
|
},
|
|
"dependencies": {
|
|
"@types/fs-extra": "~11.0.4",
|
|
"@vtj/base": "workspace:~",
|
|
"axios": "~1.13.0",
|
|
"fs-extra": "~11.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "~2.0.0",
|
|
"vitest": "~3.2.3"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./types/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "d03843144f07c2d98c1e0c72c8c6eb1117c01722"
|
|
}
|