-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 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
{
"name": "bloggen",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"check-types": "turbo run check-types",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint:fix": "turbo run lint --fix"
},
"devDependencies": {
"@types/pg": "^8.15.6",
"prettier": "^3.6.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"turbo": "^2.5.4"
},
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild",
"sharp",
"unrs-resolver"
]
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"cmdk": "^1.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.554.0",
"mermaid": "^11.12.1",
"radix-ui": "^1.4.3",
"sonner": "^2.0.7"
}
}