-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.62 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.62 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "echo \"Write tests! -> https://nextjs.org/docs/testing\"",
"typecheck": "tsc --noEmit",
"prepare": "husky install && pnpm run compressFont",
"compressFont": "node ./scripts/compressFont.mjs"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npx prettier --write",
"npx eslint --fix"
]
},
"dependencies": {
"@plaiceholder/next": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@react-hookz/web": "^24.0.2",
"@tabler/icons-react": "^2.44.0",
"@tsparticles/engine": "^3.0.3",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.0.3",
"@vercel/og": "^0.6.2",
"afdian": "^1.0.1",
"any-touch": "^2.2.0",
"buymeacoffee.js": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"flexsearch": "^0.7.43",
"fontmin": "^1.0.1",
"framer-motion": "^11.11.17",
"github-slugger": "^2.0.0",
"glob": "^10.3.10",
"google": "link:next/font/google",
"gray-matter": "^4.0.3",
"lucide-react": "^0.303.0",
"mdast-util-to-string": "^4.0.0",
"mini-svg-data-uri": "^1.4.4",
"next": "15.0.7",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"plaiceholder": "^3.0.0",
"react": "^18",
"react-dom": "^18",
"react-github-calendar": "^4.0.8",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-twc": "^1.4.1",
"react-tweet": "^3.2.0",
"reading-time": "^1.5.0",
"rehype-raw": "^7.0.0",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-obsidian-callout": "^1.1.3",
"remark-toc": "^9.0.0",
"rss": "^1.2.2",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"valibot": "^0.25.0",
"vaul": "^0.9.0"
},
"devDependencies": {
"@haydenull/fabric": "^0.2.6",
"@iconify/json": "^2.2.200",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/rss": "^0.0.32",
"@types/unist": "^3.0.2",
"artalk": "^2.9.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"postcss": "^8",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.3",
"typescript": "^5",
"unplugin-icons": "^0.20.1"
}
}