- Create mock Roblox API (Vector3, Color3, CFrame, TweenService, RunService) - Implement Lua-to-JavaScript transpiler for basic Roblox script execution - Build 3D viewport using React Three Fiber with shadows, grid, and controls - Add preview console with filtering, search, and output types - Create LivePreview component with run/stop/pause controls and settings - Add 3D Preview button to Toolbar (desktop and mobile) - Fix pre-existing syntax error in FileTree.tsx toggleFolder function
84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"name": "aethex-studio",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@radix-ui/react-accordion": "^1.2.2",
|
|
"@radix-ui/react-alert-dialog": "^1.1.4",
|
|
"@radix-ui/react-avatar": "^1.1.2",
|
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-popover": "^1.1.4",
|
|
"@radix-ui/react-progress": "^1.1.1",
|
|
"@radix-ui/react-radio-group": "^1.2.2",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-select": "^2.1.4",
|
|
"@radix-ui/react-separator": "^1.1.1",
|
|
"@radix-ui/react-slider": "^1.2.2",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.1.2",
|
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
"@radix-ui/react-toast": "^1.2.4",
|
|
"@radix-ui/react-tooltip": "^1.1.6",
|
|
"@react-three/drei": "^10.7.7",
|
|
"@react-three/fiber": "^9.5.0",
|
|
"@reactflow/background": "^11.3.14",
|
|
"@reactflow/controls": "^11.2.14",
|
|
"@reactflow/minimap": "^11.7.14",
|
|
"@reactflow/node-toolbar": "^1.3.14",
|
|
"@sentry/browser": "^10.34.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fengari-web": "^0.1.4",
|
|
"framer-motion": "^11.15.0",
|
|
"immer": "^11.1.3",
|
|
"lucide-react": "^0.462.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"next": "^14.2.35",
|
|
"next-themes": "^0.4.6",
|
|
"posthog-js": "^1.328.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^6.1.0",
|
|
"react-resizable-panels": "^4.4.1",
|
|
"reactflow": "^11.11.4",
|
|
"socket.io-client": "^4.8.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"three": "^0.182.0",
|
|
"zustand": "^5.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.1",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "22.19.7",
|
|
"@types/react": "18.3.27",
|
|
"@types/react-dom": "^18",
|
|
"@types/three": "^0.182.0",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"autoprefixer": "^10.4.23",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.15",
|
|
"jsdom": "^27.4.0",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "^5",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
}
|