chore: 容器框架升级,修复项目命令行异常问题
This commit is contained in:
44
apps/designer/package.json
Normal file
44
apps/designer/package.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "@sy/y-code-designer",
|
||||
"version": "1.0.0-1",
|
||||
"description": "低代码编辑器",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"setup": "npm install --unsafe-perm --registry=https://registry.npmmirror.com",
|
||||
"dev": "cross-env vite --mode development",
|
||||
"build": "vite build --mode production",
|
||||
"build:staging": "vite build --mode staging",
|
||||
"preview": "vite preview",
|
||||
"clean": "rimraf node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vtj/core": "^0.10.10",
|
||||
"@vtj/designer": "0.10.10",
|
||||
"@vtj/icons": "0.10.10",
|
||||
"@vtj/local": "^0.10.10",
|
||||
"@vtj/materials": "^0.10.10",
|
||||
"@vtj/node": "0.10.2",
|
||||
"@vtj/pro": "^0.10.10",
|
||||
"@vtj/renderer": "^0.10.10",
|
||||
"@vtj/ui": "^0.10.10",
|
||||
"@vtj/utils": "0.10.10",
|
||||
"@vtj/web": "^0.10.10",
|
||||
"axios": "^1.8.1",
|
||||
"element-plus": "^2.9.4",
|
||||
"licia-es": "^1.46.0",
|
||||
"pinia": "^3.0.1",
|
||||
"pinia-plugin-persistedstate": "^4.2.0",
|
||||
"postmate": "^1.5.2",
|
||||
"unplugin-auto-import": "^19.1.1",
|
||||
"vue": "catalog:",
|
||||
"vue-router": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vtj/cli": "^0.10.2",
|
||||
"vite": "catalog:",
|
||||
"vite-plugin-mkcert": "catalog:",
|
||||
"vitest": "catalog:"
|
||||
},
|
||||
"packageManager": "pnpm@10.6.2"
|
||||
}
|
||||
Reference in New Issue
Block a user