-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "toys.unburn.tech",
"description": "Empower your daily tasks with our versatile AI toolbox, delivering essential tools for every need.",
"version": "0.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.5.0",
"@nextui-org/react": "^2.2.10",
"framer-motion": "^11.0.28",
"next": "14.1.4",
"react": "^18",
"react-compare-slider": "^3.0.1",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0"
},
"engines": {
"node": "20.x"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/flameface/unburn-toys.git"
}
}