{
  "name": "template-next-page",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "dev": "turbo next:dev",
    "build": "turbo next:build",
    "next:dev": "cross-env NODE_ENV=development next dev",
    "next:build": "next build",
    "build_test": "cross-env NODE_ENV=test next build",
    "start": "next start",
    "lint-staged": "turbo turbo:lint-staged",
    "turbo:lint-staged": "lint-staged",
    "lint-staged:js": "turbo turbo:lint-staged:js",
    "turbo:lint-staged:js": "eslint --cache --fix",
    "vite_build": "vite build",
    "prebuild": "npm run vite_build",
    "predev": "cross-env NODE_ENV=development npm run vite_build",
    "prebuild_test": "cross-env NODE_ENV=test npm run vite_build",
    "up": "pnpm update --i --L",
    "postinstall": "husky install"
  },
  "dependencies": {
    "@ant-design/cssinjs": "^1.7.1",
    "@ant-design/icons": "^5.2.6",
    "@formatjs/intl-localematcher": "^0.4.2",
    "@minko-fe/axios-pro": "^0.1.20",
    "@minko-fe/lodash-pro": "^0.2.2",
    "@minko-fe/react-component": "^0.1.21",
    "@minko-fe/react-hook": "^0.2.3",
    "antd": "^5.4.0",
    "classnames": "^2.5.1",
    "context-state": "^2.1.0",
    "crypto-js": "^4.2.0",
    "dayjs": "^1.11.10",
    "framer-motion": "^6.3.16",
    "js-cookie": "^3.0.5",
    "modern-flexible": "^0.0.8",
    "nanoid": "^5.0.5",
    "negotiator": "^0.6.3",
    "next": "13.3.0",
    "next-intl": "2.12.0",
    "picocolors": "^1.0.0",
    "picologger": "^0.0.1",
    "query-string": "7.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "sharp": "^0.32.6",
    "un-detector": "^1.1.0",
    "url-parse": "^1.5.10",
    "vite": "4.2.1",
    "winston": "^3.11.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.8.1",
    "@minko-fe/commitlint-config": "^2.0.7",
    "@minko-fe/eslint-config": "^2.2.1",
    "@minko-fe/postcss-config": "^0.1.21",
    "@minko-fe/tsconfig": "^2.0.8",
    "@types/crypto-js": "^4.2.2",
    "@types/js-cookie": "^3.0.6",
    "@types/negotiator": "^0.6.3",
    "@types/node": "^20.11.19",
    "@types/react": "^18.2.56",
    "@types/react-dom": "^18.2.19",
    "@types/url-parse": "^1.4.11",
    "cross-env": "^7.0.3",
    "eslint": "^8.56.0",
    "eslint-config-next": "14.0.1",
    "husky": "^8.0.3",
    "lint-staged": "^15.0.2",
    "next-transpile-modules": "^10.0.1",
    "postcss": "^8.4.35",
    "tailwindcss": "^3.4.1",
    "turbo": "^1.12.4",
    "typescript": "5.0.3",
    "vite-plugin-public-typescript": "^2.3.0"
  },
  "engines": {
    "node": ">=16.8.0"
  },
  "pnpm": {
    "peerDependencyRules": {
      "allowAny": [
        "tailwindcss"
      ]
    }
  },
  "lint-staged": {
    "!(public/**)/*.{js,jsx,ts,tsx,json}": "npm run lint-staged:js"
  }
}
