-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.1 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.1 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
{
"name": "thaisim2569",
"version": "3.3.1",
"description": "Thai Political Simulation Game - Sim-Thailand 2569",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy:netlify": "npm run build && netlify deploy --prod",
"deploy:vercel": "vercel --prod"
},
"keywords": [
"thailand",
"politics",
"simulation",
"game",
"election",
"thai-election",
"political-simulation",
"educational-game",
"policy-simulation",
"democracy",
"thai-politics",
"interactive-game",
"civic-engagement",
"election-2026",
"thai-government",
"policy-matching",
"voting-simulation",
"educational-tool",
"civic-education"
],
"author": "",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"terser": "^5.46.0",
"vite": "^5.4.11"
},
"dependencies": {
"chart.js": "^4.5.1",
"dotenv": "^17.2.3",
"firebase": "^12.8.0",
"firebase-admin": "^13.6.0",
"html2canvas": "^1.4.1"
}
}