@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
283 lines (282 loc) • 8.9 kB
JSON
{
"name": "@restnfeel/agentc-starter-kit",
"version": "1.3.7",
"description": "한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템",
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"files": [
"README.md",
"docs/",
".env.example",
"prisma/",
"src/",
"dist/",
"styles.css"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/client.js",
"browser": "./dist/esm/client.js",
"edge-light": "./dist/esm/client.js"
},
"./client": {
"types": "./dist/client.d.ts",
"import": "./dist/esm/index.js"
},
"./server": {
"types": "./dist/server.d.ts",
"import": "./dist/server.esm/server.js"
},
"./styles.css": "./dist/styles.css",
"./components": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/components/ui/index.js"
},
"./chatbot": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/lib/chatbot/utils/index.js"
},
"./chatbot/customer": {
"types": "./dist/components/chatbot/customer/index.d.ts",
"import": "./dist/esm/components/chatbot/customer/index.js"
},
"./chatbot/unified": {
"types": "./dist/components/chatbot/customer/unified-customer-chat-library.d.ts",
"import": "./dist/esm/components/chatbot/customer/unified-customer-chat-library.js"
},
"./rag": {
"types": "./dist/server.d.ts",
"import": "./dist/server.esm/rag/index.js"
},
"./rag/embeddings": {
"types": "./dist/server.d.ts",
"import": "./dist/server.esm/rag/embeddings/index.js"
},
"./rag/loaders": {
"types": "./dist/server.d.ts",
"import": "./dist/server.esm/rag/loaders/index.js"
},
"./rag/vectorstore": {
"types": "./dist/server.d.ts",
"import": "./dist/server.esm/rag/vectorstore/index.js"
},
"./templates": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/templates/index.js"
},
"./providers": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/providers/index.js"
},
"./hooks": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/hooks/index.js"
},
"./admin": {
"types": "./dist/components/admin/index.d.ts",
"import": "./dist/esm/components/admin/index.js"
},
"./admin/client": {
"types": "./dist/components/admin/client.d.ts",
"import": "./dist/esm/components/admin/client.js",
"browser": "./dist/esm/components/admin/client.js",
"edge-light": "./dist/esm/components/admin/client.js"
},
"./admin/document-uploader": {
"types": "./dist/components/admin/document-uploader.d.ts",
"import": "./dist/esm/components/admin/document-uploader.js"
},
"./admin/knowledge-management": {
"types": "./dist/components/admin/knowledge-management.d.ts",
"import": "./dist/esm/components/admin/knowledge-management.js"
},
"./admin/rag-manager": {
"types": "./dist/components/admin/rag-manager.d.ts",
"import": "./dist/esm/components/admin/rag-manager.js"
},
"./admin/knowledge-editor": {
"types": "./dist/components/admin/knowledge-editor.d.ts",
"import": "./dist/esm/components/admin/knowledge-editor.js"
},
"./admin/rss-manager": {
"types": "./dist/components/admin/rss-manager.d.ts",
"import": "./dist/esm/components/admin/rss-manager.js"
},
"./admin/notification-center": {
"types": "./dist/components/admin/NotificationCenter.d.ts",
"import": "./dist/esm/components/admin/NotificationCenter.js"
}
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"build:lib": "rollup -c rollup.config.js",
"build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly || true",
"build:package": "npm run build:lib && npm run build:types",
"build:chatbot": "rollup -c rollup.config.js --environment CHATBOT_ONLY=true",
"build:customer-chat": "node scripts/build-customer-chat.js",
"build:customer-chat:test": "node scripts/build-customer-chat.js --test",
"build:customer-chat:prod": "NODE_ENV=production node scripts/build-customer-chat.js",
"prepublishOnly": "npm run build:lib || true",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:chatbot": "jest --config src/lib/chatbot/jest.config.js",
"test:chatbot:watch": "jest --config src/lib/chatbot/jest.config.js --watch",
"test:chatbot:coverage": "jest --config src/lib/chatbot/jest.config.js --coverage",
"test:local": "npm run build:package && npm pack && node scripts/test-local.js",
"link:local": "npm run build:package && npm link"
},
"keywords": [
"nextjs",
"typescript",
"tailwindcss",
"cms",
"korean",
"enterprise",
"components",
"ui-kit",
"starter-kit",
"task-master",
"ai-development",
"automated-workflow",
"project-management",
"prd-parsing",
"react-components",
"business-website",
"ecommerce",
"portfolio",
"blog",
"landing-page",
"responsive-design",
"seo-optimized",
"admin-system",
"content-management",
"file-upload",
"authentication",
"i18n",
"multi-language",
"chatbot",
"customer-chat",
"unified-chat",
"responsive-chat",
"device-detection",
"mobile-first",
"chat-widget",
"floating-chat",
"performance-optimized",
"accessibility",
"type-safe",
"korean-support"
],
"author": {
"name": "RestNFeel",
"email": "contact@restnfeel.com",
"url": "https://restnfeel.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/restnfeel/agentc-starter-kit.git"
},
"bugs": {
"url": "https://github.com/restnfeel/agentc-starter-kit/issues"
},
"homepage": "https://github.com/restnfeel/agentc-starter-kit#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"@prisma/client": ">=5.0.0",
"@supabase/supabase-js": ">=2.0.0",
"next": ">=14.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.0.18",
"@langchain/community": "^0.3.45",
"@langchain/core": "^0.3.57",
"@langchain/openai": "^0.5.12",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": ">=5.0.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/supabase-js": ">=2.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/cheerio": "^1.0.0",
"@types/react-dropzone": "^4.2.2",
"@uploadthing/react": "^6.0.2",
"bcryptjs": "^3.0.2",
"cheerio": "^1.0.0-rc.12",
"clsx": "^2.1.1",
"framer-motion": "^10.16.16",
"glob": "^11.0.3",
"langchain": "^0.3.27",
"lucide-react": "^0.513.0",
"mammoth": "^1.9.1",
"next": ">=14.0.0",
"next-auth": "^4.24.11",
"node-cron": "^4.1.0",
"node-html-parser": "^7.0.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^5.3.31",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.5.2",
"rss-parser": "^3.13.0",
"tailwind-merge": "^2.6.0",
"uploadthing": "^6.0.4",
"xml2js": "^0.6.2",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.10.6",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.32",
"prisma": "^5.7.1",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^6.0.3",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.4.0",
"typescript": "^5.3.3"
},
"optionalDependencies": {
"sharp": "^0.32.6"
}
}