generated from sonofmagic/monorepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 622 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 622 Bytes
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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "tw-patch install",
"tw-extract": "tw-patch extract"
},
"dependencies": {
"@types/node": "22.8.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"autoprefixer": "10.4.20",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"next": "15.0.1",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}