{
  "name": "suno.com/about",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "prepare": "husky install",
    "predev": "\"$npm_execpath\" run codegen",
    "dev": "next dev --experimental-https --port 443",
    "dev:turbo": "\"$npm_execpath\" run dev --turbo",
    "prebuild": "\"$npm_execpath\" run codegen",
    "build": "next build",
    "postbuild": "next-sitemap",
    "start": "next start",
    "lint": "next lint",
    "type-check": "tsc --noEmit --incremental --pretty",
    "type-check:watch": "\"$npm_execpath\" run type-check --watch",
    "codegen": "graphql-codegen --require dotenv/config --config codegen.ts"
  },
  "dependencies": {
    "@madeinhaus/nextjs-page-transition": "^3.1.1",
    "@mdx-js/loader": "^3.0.0",
    "@mdx-js/react": "^3.0.0",
    "@mux/mux-player-react": "^2.9.1",
    "@next/mdx": "^14.1.0",
    "@types/react-syntax-highlighter": "^15.5.11",
    "@vercel/analytics": "^1.1.3",
    "cors": "^2.8.5",
    "datocms-structured-text-utils": "^5.1.6",
    "framer-motion": "^11.0.3",
    "graphql": "^16.8.1",
    "graphql-request": "^6.1.0",
    "gray-matter": "^4.0.3",
    "howler": "^2.2.4",
    "leva": "^0.9.35",
    "next": "14.1.0",
    "next-mdx-remote": "^4.4.1",
    "next-sitemap": "^4.2.3",
    "nuqs": "^1.16.1",
    "react": "^18.2.0",
    "react-datocms": "^7.0.1",
    "react-device-detect": "^2.2.3",
    "react-dom": "^18.2.0",
    "react-intersection-observer": "^9.7.0",
    "react-syntax-highlighter": "^15.5.0",
    "stats.js": "^0.17.0",
    "use-resize-observer": "^9.1.0",
    "zustand": "^4.5.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.6.0",
    "@commitlint/config-conventional": "^18.6.0",
    "@datocms/cli": "^1.3.3",
    "@graphql-codegen/cli": "5.0.0",
    "@graphql-codegen/client-preset": "4.1.0",
    "@graphql-codegen/typed-document-node": "^5.0.1",
    "@graphql-codegen/typescript": "^4.0.1",
    "@graphql-codegen/typescript-operations": "^4.0.1",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@svgr/webpack": "^8.1.0",
    "@types/cors": "^2.8.17",
    "@types/howler": "^2.2.11",
    "@types/mdx": "^2.0.11",
    "@types/node": "^20.11.16",
    "@types/react": "^18.2.54",
    "@types/react-dom": "^18.2.18",
    "@types/stats": "^0.16.30",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "autoprefixer": "^10.4.22",
    "clsx": "^2.1.0",
    "critters": "^0.0.20",
    "dotenv": "^16.4.1",
    "eslint": "^8.56.0",
    "eslint-config-next": "14.1.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "husky": "^9.0.10",
    "lint-staged": "^15.2.2",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-import": "^16.0.0",
    "postcss-preset-env": "^9.3.0",
    "prettier": "^3.2.5",
    "sass": "^1.70.0",
    "tailwindcss": "3.4.1",
    "typescript": "^5.3.3"
  },
  "packageManager": "pnpm@8.14.0"
}
