{
  "name": "aelf-template-nextjs",
  "version": "0.1.13",
  "license": "MIT",
  "scripts": {
    "dev": "NODE_OPTIONS='--trace-warnings' next dev -p 3005",
    "build": "next build",
    "build:fix": "pnpm lint:fix && next build",
    "start": "next start",
    "lint": "next lint",
    "lint:fix": "next lint --fix",
    "prepare": "husky",
    "commitlint": "commitlint --edit",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@aelf-design/nextjs-registry": "^1.1.1",
    "@aelf-web-login/utils": "0.1.17-alpha.6",
    "@aelf-web-login/wallet-adapter-base": "0.1.17-alpha.6",
    "@aelf-web-login/wallet-adapter-bridge": "0.1.17-alpha.6",
    "@aelf-web-login/wallet-adapter-night-elf": "0.1.17-alpha.6",
    "@aelf-web-login/wallet-adapter-portkey-aa": "0.1.17-alpha.6",
    "@aelf-web-login/wallet-adapter-portkey-discover": "0.1.17-alpha.6",
    "@aelf-web-login/wallet-adapter-react": "0.1.17-alpha.6",
    "@ant-design/icons": "^5.5.1",
    "@ant-design/nextjs-registry": "^1.0.0",
    "@apollo/client": "^3.10.8",
    "@chaingpt/generalchat": "^0.0.8",
    "@matt-block/react-recaptcha-v2": "^2.1.0",
    "@microsoft/fetch-event-source": "^2.0.1",
    "@next/third-parties": "^14.2.3",
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/context-zone": "^1.25.1",
    "@opentelemetry/core": "^1.25.1",
    "@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
    "@opentelemetry/instrumentation": "^0.52.1",
    "@opentelemetry/instrumentation-document-load": "^0.39.0",
    "@opentelemetry/instrumentation-fetch": "^0.52.1",
    "@opentelemetry/instrumentation-user-interaction": "^0.39.0",
    "@opentelemetry/instrumentation-xml-http-request": "^0.52.1",
    "@opentelemetry/resources": "^1.25.1",
    "@opentelemetry/sdk-trace-base": "^1.25.1",
    "@opentelemetry/sdk-trace-web": "^1.25.1",
    "@opentelemetry/semantic-conventions": "^1.25.1",
    "@portkey/did-ui-react": "^2.13.2",
    "@reduxjs/toolkit": "^2.2.5",
    "@sentry/nextjs": "^8.4.0",
    "@sentry/opentelemetry": "^8.11.0",
    "@tanstack/react-query": "^5.51.1",
    "aelf-design": "^1.1.0",
    "aelf-sdk": "3.4.17-alpha.1",
    "antd": "^5.18.0",
    "antd-mobile": "^5.36.1",
    "chaingpt-component": "0.2.0-beta.3",
    "graphql": "^16.9.0",
    "next": "14.2.10",
    "opentelemetry-launcher": "^0.0.3",
    "react": "^18",
    "react-dom": "^18",
    "react-redux": "^9.1.2",
    "react-use": "^17.5.0",
    "request-all-in-one": "0.2.0-beta.0",
    "socket.io-client": "^4.7.5"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@tanstack/eslint-plugin-query": "^5.51.1",
    "@testing-library/dom": "^10.1.0",
    "@testing-library/jest-dom": "^6.4.5",
    "@testing-library/react": "^16.0.0",
    "@types/jest": "^29.5.13",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/testing-library__react": "^10.2.0",
    "@typescript-eslint/eslint-plugin": "^6.2.1",
    "@typescript-eslint/parser": "^6.2.1",
    "autoprefixer": "^10.4.19",
    "cssnano": "^7.0.1",
    "eslint": "^8",
    "eslint-config-next": "14.2.3",
    "eslint-config-prettier": "^8.9.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-tailwindcss": "^3.13.0",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "postcss": "^8",
    "prettier": "^3.2.5",
    "prettier-plugin-tailwindcss": "^0.5.14",
    "stylelint": "^16.8.2",
    "stylelint-config-css-modules": "^4.4.0",
    "stylelint-config-standard": "^36.0.1",
    "stylelint-order": "^6.0.4",
    "stylelint-prettier": "^5.0.2",
    "tailwindcss": "^3.4.1",
    "ts-node": "^10.9.2",
    "typescript": "^5"
  }
}
