-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.76 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
{
"name": "my-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "tsx scripts/sync-theme.ts",
"build": "tsc -b && vite build && tsx scripts/postbuild.ts",
"lint": "eslint .",
"preview": "vite preview",
"format": "npx prettier . --write",
"deploy": "gh-pages -d dist"
},
"homepage": "https://shusingh.github.io",
"dependencies": {
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/hanken-grotesk": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource/fraunces": "^5.2.9",
"@fontsource/newsreader": "^5.2.10",
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@resvg/resvg-js": "^2.6.2",
"@types/three": "^0.184.1",
"gray-matter": "^4.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-router-dom": "^7.15.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.2.0",
"satori": "^0.26.0",
"three": "^0.184.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/node": "^26.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"tsx": "^4.22.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vite-tsconfig-paths": "^5.1.4"
}
}