-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 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": "arabic-opensource-directory",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && node scripts/generate-seo.mjs",
"seo": "node scripts/generate-seo.mjs",
"preview": "vite preview",
"validate": "node scripts/validate.mjs",
"sync": "node scripts/sync.mjs",
"discover": "node scripts/discover.mjs",
"discover:apply": "node scripts/discover.mjs --apply",
"check-candidate": "node scripts/check-candidate.mjs",
"add-project": "node scripts/add-project.mjs",
"preinstall": "npx only-allow pnpm"
},
"packageManager": "pnpm@9.12.2",
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"dependencies": {
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"js-yaml": "^5.4.2",
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}