-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
131 lines (131 loc) · 4.4 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "yaolifeng.me",
"version": "0.0.1",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "next dev -p 9528",
"build": "next build",
"start": "next start -p 3001",
"test": "vitest run",
"format": "prettier --write --cache .",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"format-check": "prettier --check --cache .",
"parse:md": "node src/scripts/parseMarkdown.js"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-frontmatter": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight-ssr": "^1.21.0",
"@bytemd/plugin-medium-zoom": "^1.21.0",
"@bytemd/react": "^1.21.0",
"@hookform/resolvers": "^3.3.2",
"@iconify-json/fa6-brands": "^1.1.18",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/skill-icons": "^1.1.8",
"@million/lint": "^1.0.11",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/themes": "^3.1.1",
"@vercel/analytics": "^1.3.1",
"ahooks": "^3.7.10",
"axios": "^1.7.7",
"browser-image-compression": "^2.0.2",
"bytemd": "^1.21.0",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"feed": "^4.2.2",
"hast-util-from-html-isomorphic": "^2.0.0",
"highlight.js": "^11.9.0",
"image-size": "^1.1.1",
"image-type": "^5.2.0",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"lowlight": "^3.1.0",
"lucide-react": "^0.378.0",
"marked": "^13.0.3",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.3",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-responsive-masonry": "^2.2.0",
"react-type-animation": "^3.2.0",
"read-chunk": "^4.0.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"sass": "^1.77.8",
"sharp": "^0.32.2",
"slugify": "^1.6.6",
"styled-components": "^6.1.12",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"tailwindcss-animated": "^1.0.1",
"tailwindcss-debug-screens": "^2.2.1",
"zod": "^3.22.4",
"zustand": "^4.5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify-json/devicon": "^1.1.50",
"@iconify/tailwind": "^0.1.4",
"@next/bundle-analyzer": "^14.2.5",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@testing-library/react": "^15.0.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/cheerio": "^0.22.35",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.11",
"@types/qs": "^6.9.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-responsive-masonry": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "10.4.14",
"cross-env": "^7.0.3",
"husky": "8.0.3",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.6",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">= 20"
}
}