forked from shrimbly/node-banana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "node-banana",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@ai-sdk/google": "^3.0.13",
"@ai-sdk/react": "^3.0.51",
"@google/genai": "^1.30.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tailwindcss/postcss": "^4.1.17",
"@xyflow/react": "^12.9.3",
"ai": "^6.0.49",
"autoprefixer": "^10.4.22",
"jszip": "^3.10.1",
"konva": "^10.0.12",
"mediabunny": "^1.31.0",
"next": "^16.0.7",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-compare-slider": "^3.1.0",
"react-dom": "^19.2.4",
"react-konva": "^19.2.1",
"react-markdown": "^10.1.0",
"tailwindcss": "^4.1.17",
"three": "^0.182.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/jszip": "^3.4.0",
"@types/node": "^24.10.1",
"@types/three": "^0.182.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.0.16",
"jsdom": "^27.4.0",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^6.0.4",
"vitest": "^4.0.16"
}
}