{
  "name": "l33t-server",
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "prebuild": "cd l33t-lib && yarn install && yarn build",
    "build": "npx remix vite:build",
    "build:all": "yarn prebuild && yarn build",
    "test": "jest",
    "build:libs": "vite build -c vite.libs.config.js",
    "predev": "cd l33t-lib && yarn install && yarn build && cp ./dist/index.d.ts ../public",
    "dev": "npx tsx ./server/server.ts",
    "dev:all": "yarn predev && yarn dev",
    "dev:fake": "npx tsx --experimental-specifier-resolution=node server.ts --fake-data",
    "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
    "start": "cross-env NODE_ENV=production npx tsx ./server/server.ts  --config projects/gali"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.6.0",
    "@fortawesome/free-solid-svg-icons": "^6.6.0",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "@headlessui/react": "^2.1.8",
    "@remix-run/express": "^2.9.2",
    "@remix-run/node": "^2.9.2",
    "@remix-run/react": "^2.9.2",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@types/ads-client": "^1.14.6",
    "@types/node": "^22.10.1",
    "@types/three": "^0.169.0",
    "ads-client": "^2.0.1",
    "compression": "^1.7.4",
    "ejs": "^3.1.10",
    "express": "^4.18.2",
    "isbot": "^4.1.0",
    "monaco-editor": "^0.52.2",
    "morgan": "^1.10.0",
    "react": "^18.2.0",
    "react-arborist": "^3.4.0",
    "react-dom": "^18.2.0",
    "recharts": "^2.13.0",
    "remix-utils": "^7.6.0",
    "socket.io": "^4.8.1",
    "socket.io-client": "^4.7.5",
    "three": "^0.169.0",
    "vite-plugin-dts": "^4.4.0",
    "vite-plugin-static-copy": "^2.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@jest/globals": "^29.7.0",
    "@remix-run/dev": "^2.9.2",
    "@remix-run/serve": "^2.15.1",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/compression": "^1.7.5",
    "@types/express": "^4.17.20",
    "@types/jest": "^29.5.14",
    "@types/morgan": "^1.9.9",
    "@types/react": "^18.2.20",
    "@types/react-dom": "^18.2.7",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "autoprefixer": "^10.4.20",
    "cross-env": "^7.0.3",
    "eslint": "^8.38.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.7.0",
    "postcss": "^8.4.47",
    "tailwindcss": "^3.4.11",
    "ts-jest": "^29.2.5",
    "tsx": "^4.19.1",
    "typescript": "^5.7.2",
    "vite": "^5.1.0",
    "vite-plugin-copy": "^0.1.6",
    "vite-tsconfig-paths": "^4.2.1"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "version": "1.0.3"
}
