{ "name": "ultragamestudio-app", "private": true, "version": "0.5.10", "type": "module", "license": "MIT", "bin": { "ugs": "./cli/dist/ugs.mjs" }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "check:prompt-lock": "node --experimental-strip-types scripts/prompt-entry-lock-check.ts", "typecheck": "tsc --noEmit && tsc -p tsconfig.cli.json --noEmit", "lint": "eslint . --ext ts,tsx", "test": "vitest run --environment jsdom", "cli:build": "node cli/build.mjs", "cli:dev": "node --experimental-strip-types cli/bin/ugs.ts", "tauri": "tauri", "desktop": "tauri dev", "check:built-in-workflows": "node scripts/check-built-in-workflows.mjs", "package": "npm run cli:build && npm run check:built-in-workflows && node scripts/tauri-build-platform.mjs" }, "dependencies": { "@tauri-apps/api": "^2.11.0", "@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-fs": "^2.5.1", "@tauri-apps/plugin-notification": "^2.3.3", "@tauri-apps/plugin-opener": "^2.5.4", "@xyflow/react": "^12.3.5", "gifenc": "^1.0.3", "html2canvas": "^1.4.1", "katex": "^0.16.47", "lowlight": "^3.3.0", "lucide-react": "^1.17.0", "mammoth": "1.12.0", "mermaid": "^11.15.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^9.1.0", "rehype-highlight": "^7.0.2", "rehype-katex": "^7.0.1", "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "three": "^0.184.0", "zustand": "^4.5.5" }, "devDependencies": { "@babel/parser": "^7.25.6", "@babel/traverse": "^7.25.6", "@babel/types": "^7.25.6", "@tauri-apps/cli": "^2.11.2", "@types/babel__traverse": "^7.20.6", "@types/node": "^20.16.11", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/three": "^0.184.1", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vitejs/plugin-react": "^6.0.2", "autoprefixer": "^10.4.20", "chalk": "^4.1.2", "commander": "^4.1.1", "esbuild": "^0.28.0", "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.14", "jsdom": "^25.0.1", "postcss": "^8.4.47", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^8.0.16", "vitest": "^4.1.8" } }