-
Notifications
You must be signed in to change notification settings - Fork 441
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 857 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 857 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
29
30
31
32
33
{
"name": "elements-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev:debug": "NEXT_PUBLIC_CLERK_ELEMENTS_DEBUG=true next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@clerk/elements": "file:../../elements",
"@clerk/nextjs": "file:../../nextjs",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-popover": "^1.1.1",
"clsx": "^2.0.0",
"framer-motion": "^11.0.28",
"geist": "^1.3.1",
"next": "^14.2.13",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^18.19.73",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}