jbilcke-hf HF staff commited on
Commit
51f6250
β€’
1 Parent(s): ca2922b

updating some dependencies, adding deps for project saving

Browse files
Files changed (2) hide show
  1. package-lock.json +0 -0
  2. package.json +7 -6
package-lock.json CHANGED
The diff for this file is too large to render. See raw diff
 
package.json CHANGED
@@ -9,6 +9,7 @@
9
  "lint": "next lint"
10
  },
11
  "dependencies": {
 
12
  "@anthropic-ai/sdk": "^0.19.1",
13
  "@huggingface/hub": "^0.14.2",
14
  "@huggingface/inference": "^2.6.1",
@@ -30,8 +31,8 @@
30
  "@radix-ui/react-toast": "^1.1.4",
31
  "@radix-ui/react-tooltip": "^1.0.6",
32
  "@types/node": "20.4.2",
33
- "@types/react": "18.2.15",
34
- "@types/react-dom": "18.2.7",
35
  "@types/uuid": "^9.0.2",
36
  "autoprefixer": "10.4.18",
37
  "class-variance-authority": "^0.6.1",
@@ -46,15 +47,15 @@
46
  "html2canvas": "^1.4.1",
47
  "konva": "^9.2.2",
48
  "lucide-react": "^0.260.0",
49
- "next": "14.1.4",
50
  "openai": "^4.29.2",
51
  "pick": "^0.0.1",
52
  "postcss": "8.4.37",
53
  "query-string": "^9.0.0",
54
- "react": "18.2.0",
55
  "react-circular-progressbar": "^2.1.0",
56
  "react-contenteditable": "^3.3.7",
57
- "react-dom": "18.2.0",
58
  "react-draggable": "^4.4.6",
59
  "react-icons": "^4.11.0",
60
  "react-konva": "^18.2.10",
@@ -66,7 +67,7 @@
66
  "tailwindcss": "3.4.1",
67
  "tailwindcss-animate": "^1.0.6",
68
  "ts-node": "^10.9.1",
69
- "typescript": "5.1.6",
70
  "usehooks-ts": "^2.9.1",
71
  "uuid": "^9.0.0",
72
  "zustand": "^4.4.1"
 
9
  "lint": "next lint"
10
  },
11
  "dependencies": {
12
+ "@aitube/clap": "^0.0.6",
13
  "@anthropic-ai/sdk": "^0.19.1",
14
  "@huggingface/hub": "^0.14.2",
15
  "@huggingface/inference": "^2.6.1",
 
31
  "@radix-ui/react-toast": "^1.1.4",
32
  "@radix-ui/react-tooltip": "^1.0.6",
33
  "@types/node": "20.4.2",
34
+ "@types/react": "18.3.0",
35
+ "@types/react-dom": "18.3.0",
36
  "@types/uuid": "^9.0.2",
37
  "autoprefixer": "10.4.18",
38
  "class-variance-authority": "^0.6.1",
 
47
  "html2canvas": "^1.4.1",
48
  "konva": "^9.2.2",
49
  "lucide-react": "^0.260.0",
50
+ "next": "14.2.3",
51
  "openai": "^4.29.2",
52
  "pick": "^0.0.1",
53
  "postcss": "8.4.37",
54
  "query-string": "^9.0.0",
55
+ "react": "18.3.1",
56
  "react-circular-progressbar": "^2.1.0",
57
  "react-contenteditable": "^3.3.7",
58
+ "react-dom": "18.3.1",
59
  "react-draggable": "^4.4.6",
60
  "react-icons": "^4.11.0",
61
  "react-konva": "^18.2.10",
 
67
  "tailwindcss": "3.4.1",
68
  "tailwindcss-animate": "^1.0.6",
69
  "ts-node": "^10.9.1",
70
+ "typescript": "^5.4.5",
71
  "usehooks-ts": "^2.9.1",
72
  "uuid": "^9.0.0",
73
  "zustand": "^4.4.1"