-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bkit-guide",
"version": "1.0.0",
"description": "bkit (Claude Code Plugin) Installation & Usage Guide Chatbot",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.71.2",
"@xenova/transformers": "^2.17.2",
"clsx": "^2.1.1",
"marked": "^17.0.1",
"mongodb": "^7.0.0",
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.23",
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.0",
"postcss": "^8.5.0",
"tailwindcss": "^4.0.0",
"typescript": "5.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/drwon-cmd/bkit-guide.git"
},
"keywords": [
"bkit",
"claude-code",
"chatbot",
"pdca",
"ai-native",
"development-guide"
],
"author": "popup-studio-ai",
"license": "MIT"
}