-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "pancasila-index",
"version": "0.1.0",
"private": true,
"description": "Indeks Kepancasilaan terbuka: menilai kesetiaan pemangku kekuasaan Indonesia pada Pancasila, Pembukaan UUD 1945, dan UUD 1945 — berbasis bukti.",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@11.8.0",
"engines": {
"node": "24.x"
},
"scripts": {
"build": "pnpm build:data && pnpm --filter @pancasila-index/web build",
"dev": "pnpm --filter @pancasila-index/web dev",
"build:data": "pnpm --filter @pancasila-index/data build",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"lint": "pnpm -r lint"
},
"devDependencies": {
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}