2025-10-14 22:53:26 +08:00
|
|
|
{
|
|
|
|
|
"name": "@esengine/editor-app",
|
2025-12-02 00:07:52 +08:00
|
|
|
"version": "1.0.13",
|
2025-11-27 20:42:46 +08:00
|
|
|
"description": "ESEngine Editor Application - Cross-platform desktop editor",
|
2025-10-14 22:53:26 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-11-25 22:23:19 +08:00
|
|
|
"build:sdk": "cd ../editor-runtime && pnpm build",
|
|
|
|
|
"build": "npm run build:sdk && tsc && vite build",
|
|
|
|
|
"build:watch": "vite build --watch",
|
2025-10-14 22:53:26 +08:00
|
|
|
"tauri": "tauri",
|
2025-11-25 22:23:19 +08:00
|
|
|
"tauri:dev": "npm run build:sdk && tauri dev",
|
2025-11-23 14:49:37 +08:00
|
|
|
"bundle:runtime": "node scripts/bundle-runtime.mjs",
|
2025-11-25 22:23:19 +08:00
|
|
|
"tauri:build": "npm run build:sdk && npm run bundle:runtime && tauri build",
|
2025-10-16 22:26:50 +08:00
|
|
|
"version": "node scripts/sync-version.js && git add src-tauri/tauri.conf.json"
|
2025-10-14 22:53:26 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-11-23 14:49:37 +08:00
|
|
|
"@esengine/asset-system": "workspace:*",
|
|
|
|
|
"@esengine/behavior-tree": "workspace:*",
|
2025-12-01 22:28:51 +08:00
|
|
|
"@esengine/behavior-tree-editor": "workspace:*",
|
2025-11-29 23:00:48 +08:00
|
|
|
"@esengine/blueprint": "workspace:*",
|
2025-12-01 22:28:51 +08:00
|
|
|
"@esengine/blueprint-editor": "workspace:*",
|
2025-11-27 20:42:46 +08:00
|
|
|
"@esengine/editor-runtime": "workspace:*",
|
2025-12-01 22:28:51 +08:00
|
|
|
"@esengine/engine-core": "workspace:*",
|
|
|
|
|
"@esengine/sprite": "workspace:*",
|
|
|
|
|
"@esengine/camera": "workspace:*",
|
|
|
|
|
"@esengine/audio": "workspace:*",
|
2025-11-28 10:32:28 +08:00
|
|
|
"@esengine/physics-rapier2d": "workspace:*",
|
2025-12-01 22:28:51 +08:00
|
|
|
"@esengine/physics-rapier2d-editor": "workspace:*",
|
2025-11-25 22:23:19 +08:00
|
|
|
"@esengine/tilemap": "workspace:*",
|
2025-12-01 22:28:51 +08:00
|
|
|
"@esengine/tilemap-editor": "workspace:*",
|
2025-11-26 11:08:10 +08:00
|
|
|
"@esengine/ui": "workspace:*",
|
2025-12-01 22:28:51 +08:00
|
|
|
"@esengine/ui-editor": "workspace:*",
|
2025-11-23 21:45:10 +08:00
|
|
|
"@esengine/ecs-engine-bindgen": "workspace:*",
|
2025-11-23 14:49:37 +08:00
|
|
|
"@esengine/ecs-framework": "workspace:*",
|
|
|
|
|
"@esengine/editor-core": "workspace:*",
|
2025-11-23 21:45:10 +08:00
|
|
|
"@esengine/engine": "workspace:*",
|
2025-12-01 22:28:51 +08:00
|
|
|
"@esengine/runtime-core": "workspace:*",
|
2025-11-23 21:45:10 +08:00
|
|
|
"@monaco-editor/react": "^4.7.0",
|
2025-10-14 22:53:26 +08:00
|
|
|
"@tauri-apps/api": "^2.2.0",
|
2025-11-23 21:45:10 +08:00
|
|
|
"@tauri-apps/plugin-cli": "^2.4.1",
|
2025-10-17 18:13:31 +08:00
|
|
|
"@tauri-apps/plugin-dialog": "^2.4.0",
|
2025-10-27 09:29:11 +08:00
|
|
|
"@tauri-apps/plugin-fs": "^2.4.2",
|
2025-11-18 14:46:51 +08:00
|
|
|
"@tauri-apps/plugin-http": "^2.5.4",
|
2025-10-14 22:53:26 +08:00
|
|
|
"@tauri-apps/plugin-shell": "^2.0.0",
|
2025-10-27 09:29:11 +08:00
|
|
|
"flexlayout-react": "^0.8.17",
|
|
|
|
|
"i18next": "^25.6.0",
|
2025-10-15 17:15:05 +08:00
|
|
|
"json5": "^2.2.3",
|
2025-11-18 14:46:51 +08:00
|
|
|
"jszip": "^3.10.1",
|
2025-10-15 17:15:05 +08:00
|
|
|
"lucide-react": "^0.545.0",
|
2025-10-14 22:53:26 +08:00
|
|
|
"react": "^18.3.1",
|
2025-10-27 09:29:11 +08:00
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
|
"react-i18next": "^16.1.3",
|
2025-11-18 14:46:51 +08:00
|
|
|
"react-markdown": "^10.1.0",
|
|
|
|
|
"reflect-metadata": "^0.2.2",
|
|
|
|
|
"rehype-raw": "^7.0.0",
|
|
|
|
|
"remark-gfm": "^4.0.1",
|
|
|
|
|
"rxjs": "^7.8.2",
|
|
|
|
|
"tsyringe": "^4.10.0",
|
2025-10-27 09:29:11 +08:00
|
|
|
"zustand": "^5.0.8"
|
2025-10-14 22:53:26 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-28 11:45:35 +08:00
|
|
|
"@swc/core": "^1.13.5",
|
2025-10-14 22:53:26 +08:00
|
|
|
"@tauri-apps/cli": "^2.2.0",
|
2025-10-16 22:26:50 +08:00
|
|
|
"@tauri-apps/plugin-updater": "^2.9.0",
|
2025-10-14 22:53:26 +08:00
|
|
|
"@types/react": "^18.3.12",
|
|
|
|
|
"@types/react-dom": "^18.3.1",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2025-10-28 11:45:35 +08:00
|
|
|
"@vitejs/plugin-react-swc": "^4.2.0",
|
2025-10-16 19:52:17 +08:00
|
|
|
"sharp": "^0.34.4",
|
2025-10-14 22:53:26 +08:00
|
|
|
"typescript": "^5.8.3",
|
2025-10-28 11:45:35 +08:00
|
|
|
"vite": "^6.0.7",
|
2025-11-21 10:03:18 +08:00
|
|
|
"vite-plugin-swc-transform": "^1.1.1",
|
|
|
|
|
"vite-plugin-top-level-await": "^1.6.0",
|
|
|
|
|
"vite-plugin-wasm": "^3.5.0"
|
2025-10-14 22:53:26 +08:00
|
|
|
}
|
|
|
|
|
}
|