{ "name": "physix-live-frontend", "private": true, "version": "0.1.0", "type": "module", "description": "React demo UI for the PhysiX-Live OpenEnv environment.", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "katex": "^0.16.11", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/katex": "^0.16.7", "@types/node": "^25.6.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.14", "typescript": "~5.6.3", "vite": "^5.4.10" } }