-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
39 lines (39 loc) · 919 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
38
39
{
"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": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"lucide-react": "^0.395.0",
"next": "^14.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@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"
}
}