-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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
{
"name": "ai-coding",
"version": "0.0.3",
"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",
"coding",
"tools",
"comparison",
"nextjs",
"react",
"typescript",
"AI 代码编辑器",
"AI Code Editor"
],
"author": "vanlee <[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": {
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17"
}
}