-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "timber-threads-retreat",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/sharp": "^0.31.1",
"@upstash/redis": "^1.36.2",
"cloudinary": "^2.5.1",
"next": "^14.2.24",
"next-cloudinary": "^6.16.0",
"nodemailer": "^6.10.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-scroll": "^1.9.2",
"sharp": "^0.33.5",
"use-long-press": "^3.2.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.2.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.0",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.14",
"dotenv": "^17.3.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.3.0",
"tsx": "^4.21.0",
"typescript": "^5.3.3"
}
}