-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.4 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.4 KB
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
{
"name": "abe.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:content": "contentlayer2 build",
"preview": "next build && next start",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix .",
"type-check": "tsc --noEmit",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"prepare": "husky install"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"contentlayer2": "^0.5.0",
"date-fns": "^2.30.0",
"framer-motion": "^11.3.24",
"github-slugger": "^2.0.0",
"lucide-react": "^0.300.0",
"next": "14.2.5",
"next-contentlayer2": "^0.5.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.27",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-wrap-balancer": "^1.1.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-katex": "^7.0.1",
"rehype-mermaid": "^2.1.0",
"rehype-preset-minify": "^7.0.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.2.1",
"remark-math": "^6.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/typography": "^0.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.45.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.77.8"
},
"packageManager": "pnpm@8.15.4"
}