likhonsheikh commited on
Commit
317110b
·
verified ·
1 Parent(s): 045c50e

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +38 -0
package.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "deepsite-ai-coding",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "dev": "next dev",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint"
10
+ },
11
+ "dependencies": {
12
+ "next": "15.5.2",
13
+ "react": "19.1.0",
14
+ "react-dom": "19.1.0",
15
+ "ai": "^3.2.33",
16
+ "@ai-sdk/huggingface": "^1.0.0-beta.27",
17
+ "@monaco-editor/react": "^4.7.0",
18
+ "monaco-editor": "^0.52.2",
19
+ "lucide-react": "^0.542.0",
20
+ "class-variance-authority": "^0.7.1",
21
+ "clsx": "^2.1.1",
22
+ "tailwind-merge": "^3.3.1",
23
+ "zod": "^3.25.76",
24
+ "framer-motion": "^12.23.22",
25
+ "sonner": "^2.0.7"
26
+ },
27
+ "devDependencies": {
28
+ "typescript": "^5",
29
+ "@types/node": "^20",
30
+ "@types/react": "^19",
31
+ "@types/react-dom": "^19",
32
+ "postcss": "^8",
33
+ "tailwindcss": "^4.1.13",
34
+ "@tailwindcss/postcss": "^4.1.13",
35
+ "eslint": "^8",
36
+ "eslint-config-next": "15.5.2"
37
+ }
38
+ }