-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 844 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
{
"name": "open-next-deploy",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@opennextjs/aws": "3.4",
"aws4fetch": "^1.0.20",
"esbuild": "^0.23.1",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5",
"sst": "^3.6.9"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"eslint": "^8",
"eslint-config-next": "15.1.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
}
}