-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.29 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.29 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.2.3",
"@styled-icons/fa-brands": "^10.47.0",
"@styled-icons/fa-solid": "^10.47.0",
"@styled-icons/ionicons-outline": "^10.46.0",
"@styled-icons/ionicons-solid": "^10.46.0",
"@styled-icons/styled-icon": "^10.7.1",
"@tailwindcss/typography": "^0.5.19",
"@turf/turf": "^7.3.4",
"chroma-js": "^3.2.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.20",
"firebase-admin": "^13.8.0",
"i18n-iso-countries": "^7.13.0",
"jp-local-gov": "^1.8.0",
"next": "^15.5.15",
"plotly.js-dist-min": "^3.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.6.0",
"react-plotly.js": "^2.6.0",
"react-world-flags": "^1.6.0",
"scrape-it": "^6.1.12",
"yaml": "^2.8.3"
},
"description": "hideo54's Homepage",
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@google-cloud/storage": "^7.19.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/chroma-js": "^3.1.2",
"@types/geojson": "^7946.0.16",
"@types/lodash": "^4.17.24",
"@types/mdx-js__react": "^1.5.8",
"@types/node": "25.6.0",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-plotly.js": "^2.6.4",
"@types/react-world-flags": "^1.6.0",
"axios": "^1.15.0",
"cheerio": "^1.2.0",
"dotenv": "^17.4.2",
"lodash": "^4.18.1",
"postcss": "^8.5.9",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"wrangler": "^4.82.2"
},
"homepage": "https://hideo54.com",
"license": "Apache-2.0",
"name": "homepage",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:hideo54/homepage.git"
},
"scripts": {
"build": "tsx scripts/getCheckins.ts; tsx scripts/getDamScores.ts; tsx scripts/getMaimaiData.ts; next build",
"develop": "next",
"lint": "eslint pages/*.tsx components/*.tsx",
"start": "next start"
},
"version": "7.0.0"
}