-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.32 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
40
41
42
43
44
45
46
47
48
{
"name": "harbor-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "oxlint --fix-suggestions",
"format": "biome format --write"
},
"dependencies": {
"@ark-ui/react": "^5.7.0",
"@base-ui-components/react": "1.0.0-alpha.8",
"@internationalized/date": "^3.8.0",
"@mantine/form": "^7.17.5",
"@phosphor-icons/react": "^2.1.7",
"@remixicon/react": "^4.6.0",
"clsx": "^2.1.1",
"embla-carousel": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"next": "15.3.1",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-aria-components": "^1.8.0",
"react-dom": "19.1.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwind-variants": "^1.0.0",
"tailwindcss-motion": "^1.1.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"oxlint": "^0.16.8",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^2.0.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.0.0"
}