-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 927 Bytes
/
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
{
"name": "codebolt",
"private": true,
"description": "Codebolt AI Agent",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"next": "^14.2.5",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.1",
"react-modal-video": "^2.0.1",
"react-nice-avatar": "^1.5.0",
"react-scroll": "^1.8.9",
"react-type-animation": "^3.1.0",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "^17.0.18",
"@types/react": "^18.3.3",
"@types/react-modal-video": "^1.2.3",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "4.5.5"
}
}