-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.69 KB
/
package.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "ai-coding",
"type": "module",
"version": "0.0.4",
"description": "A project for comparing AI coding tools and platforms.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [
"AI Programming", "AI 编程",
"AI Code Assistant", "AI 代码助手",
"AI Editor", "AI 编辑器",
"Cursor Editor", "Cursor 编辑器",
"GitHub Copilot", "GitHub Copilot 代码助手",
"AI Development Tools", "AI 开发工具",
"AI Programming Tools", "AI 编程工具",
"AI Code Generation", "AI 代码生成",
"Smart Programming", "智能编程",
"AI Programming Navigation", "AI 编程导航",
"AI Code Completion", "AI 代码补全",
"AI App Development", "AI 应用开发",
"Code Refactoring Tools", "代码重构工具",
"AI Debug Assistant", "AI 调试助手",
"Screenshot to Code", "截图生成代码",
"AI Frontend Development", "AI 前端开发",
"AI Mobile Development", "AI 移动开发",
"Claude Code", "Claude 代码解释器",
"Anthropic", "Anthropic AI",
"Code Interpreter", "代码解释器",
"AI Coding Tools", "AI 编码工具",
"AI Terminal", "AI 终端工具",
"AI Software Engineer", "AI 软件工程师",
"Next.js", "React",
"TailwindCSS", "Framer Motion",
"TypeScript", "JavaScript",
"Vibe Coding", "氛围编码",
"编程氛围", "Programming Atmosphere",
"Immersive Coding", "沉浸式编程",
"Flow State Programming", "心流编程",
"Ambient Coding", "环境感编程",
"Coding Experience", "编码体验",
"Developer Experience", "开发者体验",
"Aesthetic Programming", "美学编程",
"编程美学", "Coding Environment"
],
"author": "10k <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yayxs/ai-coding.git"
},
"bugs": {
"url": "https://github.com/yayxs/ai-coding/issues"
},
"homepage": "https://github.com/yayxs/ai-coding#readme",
"dependencies": {
"@radix-ui/react-slot": "^1.1.1",
"class-variance-authority": "^0.7.1",
"framer-motion": "^11.18.1",
"lucide-react": "^0.473.0",
"next": "15.1.4",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"prettier": "^3.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}