-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.84 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
{
"name": "helmyl.com",
"author": "@elskow",
"version": "0.1.0",
"private": true,
"license": "MIT",
"overrides": {
"next-contentlayer": {
"next": "14.2.2"
}
},
"scripts": {
"dev": "next dev && node scripts/rss.mjs",
"build": "node scripts/rss.mjs && next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.2.2",
"@giscus/react": "^3.0.0",
"@keystatic/core": "^0.5.26",
"@keystatic/next": "^5.0.1",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.44.3",
"autoprefixer": "10.4.14",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"eslint": "8.46.0",
"eslint-config-next": "^14.2.4",
"framer-motion": "^11.2.13",
"github-slugger": "^2.0.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.4",
"next-contentlayer": "^0.3.4",
"next-nprogress-bar": "^2.3.12",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.10.3",
"reading-time": "^1.5.0",
"rss": "^1.2.2",
"tailwind-merge": "^2.4.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"@types/react": "18.2.18",
"date-fns": "^2.30.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"rehype-autolink-headings": "^6.1.1",
"rehype-katex": "^6.0.3",
"rehype-preset-minify": "^7.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"shiki": "^1.10.3",
"tocbot": "^4.28.2"
}
}