-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.77 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ai-interior-designer-app",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@stripe/stripe-js": "^4.5.0",
"@tabler/icons-react": "^3.17.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"bcryptjs": "^2.4.3",
"browser-image-compression": "^2.0.2",
"clsx": "^2.1.1",
"cookie": "^0.6.0",
"cookies-next": "^4.2.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.5.6",
"lru-cache": "^11.0.1",
"lucide-react": "^0.441.0",
"mongodb": "^6.9.0",
"mongoose": "^8.6.3",
"next": "14.1.1",
"next-auth": "^4.24.8",
"postcss": "8.4.31",
"rate-limiter-flexible": "^5.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.3.4",
"react-toastify": "^10.0.5",
"replicate": "^0.12.3",
"stripe": "^16.12.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/file-saver": "^2.0.5",
"@types/next-auth": "^3.13.0",
"@types/uuid": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
},
"lint-staged": {
"*.{js,ts,tsx,jsx,css,md}": "prettier --write"
}
}