-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 902 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
{
"name": "nextjs-app-route-interception",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@radix-ui/react-dialog": "1.0.5",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"server-only": "0.0.1",
"sharp": "0.33.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "0.4.2",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"autoprefixer": "10.4.19",
"eslint": "9.1.1",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"sass": "1.75.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
}
}