-
Notifications
You must be signed in to change notification settings - Fork 441
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
39
{
"name": "ui-example",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"deploy": "zx ./scripts/deploy.mjs",
"dev": "next dev",
"format": "pnpm prettier . --write",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@clerk/localizations": "file:../../localizations",
"@clerk/nextjs": "file:../../nextjs",
"@clerk/ui": "file:..",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-popover": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.1",
"bezier-easing": "^2.1.0",
"change-case": "^5.4.4",
"clsx": "^2.1.1",
"colorjs.io": "^0.5.2",
"next": "14.2.23",
"react": "18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "18.3.1",
"zustand": "^4.5.6"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"zx": "catalog:repo"
}
}