-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "devconnect-ai",
"version": "1.0.0",
"description": "> Build. Collaborate. Grow. Powered by AI.",
"main": "index.js",
"scripts": {
"dev": "next dev --webpack",
"build": "next build",
"start": "next start",
"check:structure": "node scripts/validate-structure.js",
"install-nextjs-docs": "npx @next/codemod@canary agents-md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OmkarHase-11/DevConnect-AI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/OmkarHase-11/DevConnect-AI/issues"
},
"homepage": "https://github.com/OmkarHase-11/DevConnect-AI#readme",
"dependencies": {
"@tailwindcss/postcss": "^4.3.0",
"autoprefixer": "^10.5.0",
"firebase": "^12.14.0",
"lucide-react": "^1.17.0",
"next": "^16.2.7",
"postcss": "^8.5.15",
"posthog-js": "^1.393.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.3.0"
}
}