-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.05 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
{
"name": "homepage",
"version": "7.0.0",
"description": "hideo54's Homepage",
"homepage": "https://hideo54.com",
"private": true,
"scripts": {
"develop": "next",
"build": "tsx scripts/getCheckins.ts; tsx scripts/getDamScores.ts; tsx scripts/getMaimaiData.ts; tsx scripts/getMattocoAllCountryGainHistory.ts; next build",
"start": "next start",
"lint": "eslint pages/*.tsx components/*.tsx"
},
"repository": {
"type": "git",
"url": "git@github.com:hideo54/homepage.git"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.2",
"@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.16",
"@turf/turf": "^7.2.0",
"chroma-js": "^3.1.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"firebase-admin": "^13.4.0",
"i18n-iso-countries": "^7.13.0",
"jp-local-gov": "^1.8.0",
"next": "^15.3.2",
"plotly.js-dist-min": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-plotly.js": "^2.6.0",
"scrape-it": "^6.1.5",
"yaml": "^2.8.0"
},
"devDependencies": {
"@google-cloud/storage": "^7.16.0",
"@hideo54/eslint-config": "^1.1.1",
"@svgr/webpack": "^8.1.0",
"@types/chroma-js": "^3.1.1",
"@types/geojson": "^7946.0.16",
"@types/lodash": "^4.17.16",
"@types/mdx-js__react": "^1.5.8",
"@types/node": "24.0.12",
"@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.3",
"autoprefixer": "^10.4.20",
"axios": "^1.9.0",
"cheerio": "^1.0.0",
"dotenv": "^16.5.0",
"eslint": "^9.27.0",
"lodash": "^4.17.21",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"license": "Apache-2.0"
}