-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.44 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn gen:scripts & next build",
"analyze": "ANALYZE=true yarn build",
"start": "next start",
"lint": "next lint",
"gen": "graphql-codegen --config codegen.yml",
"gen:scripts": "node ./scripts/generate",
"ts-lint": "tsc --noEmit --incremental"
},
"dependencies": {
"@mdx-js/mdx": "^2.1.2",
"@mdx-js/react": "^2.1.2",
"@supabase/supabase-js": "^1.21.0",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"dayjs": "^1.10.6",
"eslint-config-tiu": "^1.0.2",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"gray-matter": "^4.0.3",
"image-size": "^1.0.0",
"jotai": "^1.2.2",
"mdx-embed": "^1.0.0",
"mdx-prism": "0.3.4",
"next": "12.2.3",
"next-mdx-remote": "^3.0.4",
"next-plausible": "^3.0.1",
"next-seo": "^4.26.0",
"next-themes": "^0.0.15",
"next-transpile-modules": "^8.0.0",
"plaiceholder": "^2.0.1",
"postcss": "^8.3.5",
"preact": "^10.5.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.12.1",
"react-icons": "^4.2.0",
"react-intersection-observer": "^8.32.0",
"react-query": "^3.19.1",
"react-rough-notation": "^1.0.1",
"reading-time": "^1.3.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.2",
"remark-slug": "^6.1.0",
"sharp": "^0.30.7",
"slugify": "^1.6.0",
"tailwindcss": "^2.2.0",
"unist-util-visit": "^4.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "1.21.7",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-codegen/typescript-operations": "1.18.4",
"@graphql-codegen/typescript-react-query": "^1.3.5",
"@next/bundle-analyzer": "^12.2.3",
"@types/react": "17.0.11",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-next": "11.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"globby": "11.0.4",
"prettier": "^2.3.1",
"rehype": "^11.0.0",
"typescript": "4.7.4"
}
}