{ "name": "gami-op", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --port 3002", "build": "next build", "start": "next start", "lint": "biome check && tsc --noEmit", "format": "biome format --write" }, "dependencies": { "@ant-design/charts": "^2.6.6", "@ant-design/nextjs-registry": "^1.2.0", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-react": "^1.0.6", "antd": "6", "dayjs": "^1.11.19", "js-sha256": "^0.11.1", "json-edit-react": "^1.29.0", "next": "^16.0.7", "react": "19.2.1", "react-dom": "19.2.1", "zustand": "^5.0.8" }, "devDependencies": { "@biomejs/biome": "2.2.0", "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.19", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", "tailwindcss": "^4", "typescript": "^5" } }