-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 897 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
25
26
27
28
29
30
31
32
{
"name": "whoadunit-www",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Malaysian ADUN & MP Directory",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"data:convert": "node data/scripts/convert-xlsx-to-json.cjs",
"data:split": "node scripts/split-by-year.js",
"data:manifest": "node scripts/gen-manifest.js",
"data:crawl-mymp": "node data/scripts/crawl-mymp.cjs",
"data:sitemap": "node public/data/scripts/gen-sitemap.js"
},
"dependencies": {
"cheerio": "^1.2.0",
"lucide-react": "^1.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"recharts": "^2.14.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.7",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.1.7",
"vite": "^6.3.5"
}
}