|
| 1 | +{ |
| 2 | + "name": "ladinachad", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "robotics study pages", |
| 5 | + "main": "src/App.tsx", |
| 6 | + "repository": "[email protected]:robotics-study/moden_robotics.git", |
| 7 | + "author": "ladianchad <[email protected]>", |
| 8 | + "license": "MIT", |
| 9 | + "homepage": "https://ladianchad.github.io/", |
| 10 | + "scripts": { |
| 11 | + "dev": "vite", |
| 12 | + "build": "vite build", |
| 13 | + "preview": "vite preview" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@babylonjs/core": "^7.44.0", |
| 17 | + "@babylonjs/gui": "^7.44.0", |
| 18 | + "@babylonjs/loaders": "^7.44.0", |
| 19 | + "@babylonjs/materials": "^7.44.0", |
| 20 | + "@types/react": "^18.0.33", |
| 21 | + "@types/react-dom": "^18.0.11", |
| 22 | + "axios": "^1.7.9", |
| 23 | + "babylonjs-loaders": "^7.44.0", |
| 24 | + "cannon": "^0.6.2", |
| 25 | + "konva": "^9.3.18", |
| 26 | + "prop-types": "^15.8.1", |
| 27 | + "react": "^18.2.0", |
| 28 | + "react-babylonjs": "^3.2.2", |
| 29 | + "react-dom": "^18.2.0", |
| 30 | + "react-katex": "^3.0.1", |
| 31 | + "react-konva": "^18.2.10", |
| 32 | + "react-router-dom": "^6.28.1", |
| 33 | + "typescript": "^5.7.2" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@types/cannon": "^0.1.13", |
| 37 | + "@types/react-katex": "^3.0.4", |
| 38 | + "@types/webpack-env": "^1.18.5", |
| 39 | + "autoprefixer": "^10.4.20", |
| 40 | + "clsx": "^2.1.1", |
| 41 | + "fs": "^0.0.1-security", |
| 42 | + "postcss": "^8.4.49", |
| 43 | + "tailwind-merge": "^2.5.5", |
| 44 | + "tailwindcss": "^3.4.16", |
| 45 | + "ts-node": "^10.9.2", |
| 46 | + "vite": "^6.0.3" |
| 47 | + } |
| 48 | +} |
0 commit comments