{ "name": "gpts-ui", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 6688", "build": "next build", "start": "next start", "lint": "eslint src --fix --ext .ts,.tsx,.js,.jsx --max-warnings 0", "pre-commit": "lint-staged", "commitlint": "commitlint --config commitlint.config.cjs -e -V", "release": "release-it" }, "dependencies": { "@ant-design/pro-chat": "^1.15.3", "@ant-design/pro-editor": "^1.3.0", "@nextui-org/react": "^2.6.8", "antd": "^5.22.4", "antd-style": "^3.7.1", "next": "14.0.4", "next-pwa": "^5.6.0", "next-themes": "^0.4.4", "react": "^18", "react-dom": "^18", "react-icons": "^5.4.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.15", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.20", "eslint": "^8", "eslint-config-next": "14.0.4", "postcss": "^8.4.49", "sass": "^1.82.0", "tailwindcss": "^3.4.16", "typescript": "^5" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx,json}": [ "npm run lint", "prettier --write" ] } }