-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.24 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
{
"name": "portfolio-website-v3",
"version": "1.0.0",
"scripts": {
"dev": "next & yarn codegen:watch",
"prebuild": "yarn codegen",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.mjs && node feed.mjs",
"start": "next start",
"export": "next build && next export",
"lint": "next lint",
"codegen": "DOTENV_CONFIG_PATH='./.env.local' graphql-codegen --config codegen.yml -r dotenv/config",
"codegen:watch": "yarn codegen --watch",
"typecheck": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@iconify/react": "^4.1.1",
"@icons-pack/react-simple-icons": "9.1.0",
"@next/bundle-analyzer": "^14.0.0",
"@primer/octicons-react": "^19.8.0",
"@samrobbins/custom-typography": "^1.2.0",
"@vercel/og": "^0.5.20",
"d3-scale": "4.0.2",
"dotenv": "^16.3.1",
"eslint-config-prettier": "^9.0.0",
"feed": "^4.2.2",
"graphql": "^16.8.1",
"graphql-request": "6.1.0",
"katex": "^0.16.10",
"next": "^14.2.10",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"postcss": "^8.4.31",
"radix-colors-for-tailwind": "2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-simple-maps": "^3.0.0",
"react-tooltip": "5.21.6",
"rehype-katex": "^6.0.2",
"rehype-prism-plus": "^1.6.3",
"remark-behead": "^3.1.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-unwrap-images": "^3.0.1",
"victory": "^36.6.11"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-document-nodes": "4.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@iconify/json": "^2.2.134",
"@iconify/utils": "^2.1.11",
"@types/react": "^18.2.33",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"next-sitemap": "^4.2.3",
"postcss-import": "^15.1.0",
"tailwind-nord": "^1.3.0",
"tailwind-outline-plugin": "^2.0.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
},
"license": "MIT"
}