-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 812 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 812 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
28
{
"name": "sync-org-subdomain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H localdev.test --port 3000 --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.18.0",
"@clerk/themes": "^2.2.36",
"@tailwindcss/postcss": "^4.1.4",
"next": "15.3.1",
"postcss": "^8.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}