{ "name": "@sy/y-code-renderer", "version": "1.0.0", "type": "module", "scripts": { "dev": "farm dev --mode development", "start": "farm start --mode production", "build": "farm build --mode production", "build:staging": "farm build --mode staging", "preview": "farm preview", "clean:lock": "rimraf pnpm-lock.yaml && rimraf package.lock.json", "clean:lib": "rimraf node_modules", "test": "echo 'test", "clean": "rimraf node_modules" }, "dependencies": { "@iframe-resizer/child": "^5.3.3", "@sy/low-code-shared": "workspace:*", "@sy/web-vitals": "workspace:*", "@tanstack/vue-query": "^5.66.9", "@vtj/core": "^0.10.10", "@vtj/icons": "0.10.10", "@vtj/materials": "^0.10.10", "@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", "core-js": "^3.40.0", "element-plus": "^2.9.4", "licia-es": "^1.46.0", "postmate": "^1.5.2", "rrweb": "2.0.0-alpha.4", "vue": "^3.5.13" }, "devDependencies": { "@farmfe/cli": "^1.0.4", "@farmfe/core": "^1.6.6", "@sy/vite-plugin-http2-proxy": "workspace:*", "@vitejs/plugin-vue": "^5.2.1", "@vtj/cli": "^0.10.2", "vite-plugin-mkcert": "^1.17.6" } }