-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.88 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
{
"name": "profile",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"typecheck": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@mdx-js/mdx": "3.1.1",
"@react-icons/all-files": "4.1.0",
"@vercel/speed-insights": "2.0.0",
"clsx": "2.1.1",
"i18next": "26.4.2",
"i18next-resources-to-backend": "1.2.3",
"isomorphic-dompurify": "4.2.0",
"next": "16.3.5",
"next-themes": "0.4.6",
"next-usequerystate": "1.20.0",
"prism-react-renderer": "2.4.1",
"react": "19.3.0",
"react-awesome-reveal": "4.3.1",
"react-content-loader": "7.1.2",
"react-dom": "19.3.0",
"react-github-calendar": "5.0.9",
"react-gtm-module": "2.0.11",
"react-i18next": "17.0.14",
"react-intersection-observer": "11.0.1",
"react-responsive-carousel": "3.2.23",
"react-transition-group": "4.4.5",
"rehype-mdx-code-props": "3.0.1",
"tailwind-merge": "3.7.0"
},
"devDependencies": {
"@next/bundle-analyzer": "16.3.5",
"@tailwindcss/postcss": "4.3.3",
"@types/node": "25.9.5",
"@types/react": "19.3.0",
"@types/react-dom": "19.3.0",
"@types/react-gtm-module": "2.0.4",
"@types/react-transition-group": "4.4.12",
"cross-env": "10.1.0",
"cz-conventional-changelog": "3.3.0",
"globby": "16.2.4",
"gray-matter": "4.0.3",
"husky": "9.1.7",
"oxfmt": "0.68.0",
"oxlint": "1.83.0",
"plaiceholder": "3.0.0",
"sharp": "0.35.4",
"tailwindcss": "4.3.3",
"typescript": "7.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "pnpm@10.34.5"
}