-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.56 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
49
50
51
52
53
54
55
56
57
{
"name": "@open-syria/website",
"version": "0.4.1",
"private": true,
"description": "OpenSyria public website.",
"license": "MIT",
"type": "module",
"scripts": {
"audit:dependencies": "pnpm audit",
"build": "next build",
"check": "biome check .",
"check:write": "biome check --write .",
"check:write:unsafe": "biome check --write --unsafe .",
"dev": "next dev",
"format": "biome format --write .",
"images:brand": "node scripts/generate-brand-images.mjs",
"lint": "biome lint .",
"prepare": "husky",
"start": "next start",
"typecheck": "tsc --noEmit",
"verify": "biome check . && tsc --noEmit && next build && pnpm run audit:dependencies"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.23.0",
"next": "16.2.11",
"next-intl": "4.13.4",
"next-themes": "^0.4.6",
"react": "19.2.8",
"react-dom": "19.2.8",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.2",
"@commitlint/cli": "21.2.0",
"@commitlint/config-conventional": "21.2.0",
"@tailwindcss/postcss": "4.3.2",
"@types/node": "^26",
"@types/react": "^19",
"@types/react-dom": "^19",
"husky": "^9.1.7",
"lint-staged": "^17.0.8",
"schema-dts": "^2.0.0",
"shadcn": "^4.14.1",
"sharp": "0.35.3",
"tailwindcss": "4.3.2",
"typescript": "^6"
},
"packageManager": "pnpm@11.9.0",
"engines": {
"node": ">=24.0.0",
"pnpm": ">=11.0.0"
}
}