-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.32 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
{
"name": "get6.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"copy-dir": "ts-node scripts/copy-image.ts",
"predev": "pnpm copy-dir",
"prebuild": "pnpm copy-dir",
"prepare": "husky",
"build:content": "contentlayer2 build"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@heroicons/react": "^2.1.4",
"@next/bundle-analyzer": "^14.2.7",
"contentlayer2": "^0.5.0",
"date-fns": "^3.6.0",
"next": "^14.2.7",
"next-compose-plugins": "^2.2.1",
"next-contentlayer2": "^0.5.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive-carousel": "^3.2.23",
"recoil": "^0.7.7",
"sharp": "^0.33.5",
"unified": "^11.0.5",
"unified-stream": "^3.0.0",
"unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"postcss": "^8",
"prettier": "^3",
"prettier-plugin-tailwindcss": "^0.6.6",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-breaks": "^4.0.0",
"remark-callout": "^1.1.1",
"remark-embed-images": "^4.0.0",
"remark-flexible-code-titles": "^1.2.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-lint": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-stringify": "^11.0.0",
"remark-toc": "^9.0.0",
"shiki": "^1.16.1",
"tailwindcss": "^3",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"lint-staged": {
"app/**/*.{js,jsx,ts,tsx}": [
"prettier --write --ignore-unknown",
"eslint --fix"
],
"blog/**/*.md": "prettier --write --ignore-unknown"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}