belgattitude/nextvalid

View on GitHub
examples/next-classic/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@examples/next-classic",
  "version": "0.11.0-canary.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "cross-env TSCONFIG=./tsconfig.no-paths.json next build",
    "start": "next start",
    "clean": "rimraf ./.next ./coverage ./tsconfig.tsbuildinfo",
    "typecheck": "tsc --project tsconfig.json --noEmit",
    "typecheck-no-paths": "tsc --project tsconfig.no-paths.json --noEmit",
    "lint": "eslint . --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --cache --cache-location ../../.cache/eslint/nextjs-classic.eslintcache",
    "prettier-check": "yarn run --top-level prettier --check --cache --cache-location=\"../../.cache/prettier/next-classic.prettiercache\" --config ../../.prettierrc.js --ignore-path ../../.prettierignore \"./**/*.{js,jsx,cjs,mjs,ts,tsx,mts,md,mdx,json,css,scss,less}\"",
    "prettier-fix": "yarn run --top-level prettier --write --cache --cache-location=\"../../.cache/prettier/next-classic.prettiercache\" --config ../../.prettierrc.js --ignore-path ../../.prettierignore \"./**/*.{js,jsx,cjs,mjs,ts,tsx,mts,md,mdx,json,css,scss,less}\"",
    "fix-staged": "lint-staged --allow-empty"
  },
  "dependencies": {
    "@httpx/exception": "2.1.1",
    "@nextvalid/zod-request": "workspace:^",
    "axios": "1.5.0",
    "ky": "1.0.1",
    "next": "13.4.19",
    "pino": "8.15.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "superjson": "1.13.1",
    "zod": "3.22.2"
  },
  "devDependencies": {
    "@belgattitude/eslint-config-bases": "2.6.0",
    "@types/node": "20.6.2",
    "@types/react": "18.2.21",
    "@types/react-dom": "18.2.7",
    "cross-env": "7.0.3",
    "eslint": "8.49.0",
    "eslint-config-next": "13.4.19",
    "postcss": "8.4.29",
    "prettier": "3.0.3",
    "rimraf": "5.0.1",
    "tailwindcss": "3.3.3",
    "typescript": "4.9.5"
  }
}