forked from fill3d/fill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "fill3d",
"version": "0.0.1",
"description": "Generative fill in 3D.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fill3d/fill.git"
},
"author": "Yusuf Olokoba",
"license": "MIT",
"bugs": {
"url": "https://github.com/fill3d/fill"
},
"homepage": "https://fill3d.ai",
"dependencies": {
"@blueprintjs/core": "^5.1.4",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.4",
"clsx": "^2.0.0",
"critters": "^0.0.19",
"file-saver": "^2.0.5",
"fxnjs": "^0.0.22",
"konva": "^9.2.0",
"nanoid": "^4.0.2",
"next": "^13.5.3",
"react": "18.2.0",
"react-before-after-slider-component": "^1.1.8",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-konva": "^18.2.10",
"react-timer-hook": "^3.0.7"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}