-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.22 KB
/
package.json
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
71
72
73
74
75
76
{
"name": "nextjs-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-pwa-assets": "node scripts/generate-pwa-assets.js"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@octokit/rest": "^21.0.2",
"@react-three/drei": "^9.117.0",
"@react-three/fiber": "^8.17.10",
"@tabler/icons-react": "^3.22.0",
"@tailwindcss/typography": "^0.5.15",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@vercel/og": "^0.6.4",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"critters": "^0.0.25",
"framer-motion": "^10.18.0",
"gray-matter": "^4.0.3",
"lru-cache": "^11.0.2",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.18",
"next-mdx-remote": "^5.0.0",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"next-themes": "^0.4.3",
"react": "^18.2.0",
"react-console-emulator": "^5.0.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.1.2",
"react-github-calendar": "^4.5.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-syntax-highlighter": "^15.6.1",
"react-terminal": "^1.4.4",
"react-terminal-ui": "^1.3.0",
"react-tooltip": "^5.28.0",
"react-window": "^1.8.10",
"schema-dts": "^1.1.2",
"tailwind-merge": "^2.5.4",
"three": "^0.170.0",
"wakatime-client": "^2.7.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.0.3",
"@types/node": "^20.17.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.0.1",
"cross-env": "^7.0.3",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.6",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.3",
"lighthouse": "^12.3.0",
"postcss": "^8",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}