-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.78 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"private": true,
"name": "ythecombinator-space",
"description": "Matheus' personal page.",
"version": "6.0.0",
"main": "index.js",
"author": "Matheus Albuquerque",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next",
"build": "contentlayer build && next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"lint:deadcode": "! ts-prune | grep -v \"used in module\"",
"lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml",
"format": "prettier --write src/",
"codegen:schema": "graphql-codegen --config codegen.ts --require dotenv/config",
"codegen:linkedin": "tsx scripts/codegen-linkedin.ts"
},
"dependencies": {
"@apollo/client": "3.8.7",
"@contentful/rich-text-plain-text-renderer": "16.0.7",
"@contentful/rich-text-react-renderer": "15.19.0",
"@contentful/rich-text-types": "16.3.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/schema-ast": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "4.1.0",
"@notionhq/client": "2.2.13",
"@orama/orama": "2.0.0-beta.7",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-scroll-area": "1.0.5",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tooltip": "1.0.7",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-table": "8.10.7",
"@types/leaflet": "^1.9.12",
"autoprefixer": "10.4.16",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"contentlayer": "0.3.4",
"esbuild": "0.19.7",
"framer-motion": "10.16.5",
"fs-extra": "11.1.1",
"github-slugger": "2.0.0",
"got": "12.6.0",
"graphql": "16.8.1",
"handlebars": "4.7.8",
"is-in-ci": "^0.1.0",
"leaflet": "^1.9.4",
"mdx-bundler": "10.0.1",
"next": "14.2.4",
"next-contentlayer": "0.3.4",
"next-mdx-remote": "4.4.1",
"next-seo": "6.4.0",
"next-sitemap": "4.2.3",
"next-themes": "0.2.1",
"pa11y": "6.2.3",
"playwright": "^1.44.1",
"pliny": "0.0.10",
"postcss": "8.4.31",
"ramda": "0.29.1",
"react": "18.3.1",
"react-content-loader": "6.2.1",
"react-dom": "18.3.1",
"react-icons": "5.0.1",
"react-leaflet": "^4.2.1",
"react-rough-notation": "1.0.5",
"react-tweet": "^3.2.0",
"reading-time": "1.5.0",
"rehype-accessible-emojis": "0.3.2",
"rehype-autolink-headings": "7.1.0",
"rehype-citation": "2.0.0",
"rehype-preset-minify": "7.0.0",
"rehype-prism-plus": "1.6.3",
"rehype-slug": "6.0.0",
"remark": "15.0.1",
"remark-footnotes": "4.0.1",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"smoothscroll-polyfill": "0.4.4",
"suspend-react": "0.1.3",
"tailwind-merge": "2.0.0",
"tailwindcss": "3.3.5"
},
"devDependencies": {
"@axe-core/react": "4.8.2",
"@babel/core": "7.23.6",
"@svgr/webpack": "8.1.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/fs-extra": "11.0.4",
"@types/node": "20.10.5",
"@types/ramda": "0.29.9",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/smoothscroll-polyfill": "0.3.3",
"contentful-typescript-codegen": "3.4.0",
"dotenv": "16.3.1",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-tailwindcss": "3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"pa11y-ci": "3.1.0",
"prettier": "3.1.1",
"ts-prune": "0.10.3",
"tsx": "^4.7.0",
"typescript": "5.3.3",
"utility-types": "3.10.0"
}
}