Guest User

Untitled

a guest
Jan 20th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.34 KB | None | 0 0
  1. {
  2.   "name": "cyberthree",
  3.   "private": true,
  4.   "type": "module",
  5.   "scripts": {
  6.     "build": "cross-env NODE_ENV=production react-router build",
  7.     "dev": "react-router dev",
  8.     "start": "cross-env NODE_ENV=production react-router-serve ./build/server/index.js",
  9.     "typecheck": "react-router typegen && tsc"
  10.   },
  11.   "dependencies": {
  12.     "@react-router/node": "^7.1.1",
  13.     "@react-router/serve": "^7.1.1",
  14.     "@react-three/drei": "^9.120.4",
  15.     "@react-three/fiber": "^8.17.10",
  16.     "@react-three/postprocessing": "^2.19.0",
  17.     "isbot": "^5.1.17",
  18.     "react": "^18.2.0",
  19.     "react-dom": "^18.2.0",
  20.     "react-router": "^7.1.1",
  21.     "three": "^0.160.0"
  22.   },
  23.   "devDependencies": {
  24.     "@netlify/vite-plugin-react-router": "^1.0.0",
  25.     "@react-router/dev": "^7.1.1",
  26.     "@types/node": "^20",
  27.     "@types/react": "^18.2.0",
  28.     "@types/react-dom": "^18.2.0",
  29.     "@types/three": "^0.171.0",
  30.     "autoprefixer": "^10.4.20",
  31.     "cross-env": "^7.0.3",
  32.     "postcss": "^8.4.49",
  33.     "tailwindcss": "^3.4.16",
  34.     "typescript": "^5.7.2",
  35.     "vite": "^5.4.11",
  36.     "vite-plugin-glsl": "^1.3.1",
  37.     "vite-tsconfig-paths": "^5.1.4"
  38.   },
  39.   "optionalDependencies": {
  40.     "@rollup/rollup-linux-x64-gnu": "4.9.0",
  41.     "@esbuild/linux-x64": "0.19.12",
  42.     "@rollup/rollup-linux-x64-musl": "4.9.0",
  43.     "sharp-linux-x64": "0.33.2"
  44.   }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment