{ "name": "my-remix-app-f962", "private": true, "sideEffects": false, "scripts": { "build": "remix build", "bun:build": "bun run node_modules/@remix-run/dev/dist/cli.js build", "docker:build": "docker build -t remix .", "dev": "remix dev", "dev:remix": "cross-env NODE_ENV=development binode --require ./mocks -- @remix-run/dev:remix dev", "format": "prettier --write .", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "start": "remix-serve build", "bun:start": "bun run ./server.ts", "start:mocks": "binode --require ./mocks -- @remix-run/serve:remix-serve build", "test": "vitest", "test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"npx cypress open\"", "pretest:e2e:run": "npm run build", "test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 \"npx cypress run\"", "typecheck": "tsc -b && tsc -b cypress", "validate": "run-p \"test -- --run\" lint typecheck test:e2e:run" }, "prettier": { "printWidth": 100 }, "eslintIgnore": [ "/node_modules", "/build", "/public/build" ], "dependencies": { "@remix-run/node": "^1.7.2", "@remix-run/react": "^1.7.2", "@remix-run/serve": "^1.7.2", "@remix-run/server-runtime": "^1.7.2", "isbot": "^3.6.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-player": "^2.11.0", "tiny-invariant": "^1.2.0" }, "devDependencies": { "@faker-js/faker": "^7.5.0", "@remix-run/dev": "^1.7.2", "@remix-run/eslint-config": "^1.7.2", "@testing-library/cypress": "^8.0.3", "@testing-library/dom": "^8.18.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/bcryptjs": "^2.4.2", "@types/eslint": "^8.4.6", "@types/node": "^18.7.18", "@types/react": "^18.0.20", "@types/react-dom": "^18.0.6", "@vitejs/plugin-react": "^2.1.0", "@vitest/coverage-c8": "^0.23.4", "autoprefixer": "^10.4.11", "binode": "^1.0.5", "bun-types": "^0.2.0", "c8": "^7.12.0", "cookie": "^0.5.0", "cross-env": "^7.0.3", "cypress": "^10.8.0", "eslint": "^8.23.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-cypress": "^2.12.1", "happy-dom": "^6.0.4", "msw": "^0.47.3", "npm-run-all": "^4.1.5", "postcss": "^8.4.16", "prettier": "2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", "start-server-and-test": "^1.14.0", "tailwindcss": "^3.1.8", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.0", "typescript": "^4.8.3", "vite": "^3.1.3", "vite-tsconfig-paths": "^3.5.0", "vitest": "^0.23.4" }, "engines": { "node": ">=14" }, "prisma": { "seed": "ts-node --require tsconfig-paths/register prisma/seed.ts" } }