-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.91 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_OPTIONS=--max_old_space_size=8192 next build",
"build:analyze": "ANALYZE=true npm run build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"NeteaseCloudMusicApi": "^4.8.7",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"feed": "^4.2.2",
"gitalk": "^1.7.2",
"gray-matter": "^4.0.3",
"junk": "^4.0.0",
"kbar": "^0.1.0-beta.34",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"next": "^12.1.0",
"next-themes": "^0.1.1",
"prism-themes": "^1.9.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-useanimations": "^2.0.8",
"reading-time": "^1.5.0",
"rehype-external-links": "^1.0.1",
"rehype-format": "^4.0.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-prism": "^1.3.6",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1",
"swr": "^2.0.0",
"unified": "^10.1.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.5",
"@ricons/fa": "^0.12.0",
"@ricons/fluent": "^0.12.0",
"@ricons/material": "^0.12.0",
"@types/lodash": "^4.14.180",
"@types/md5": "^2.3.2",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"autoprefixer": "^10.4.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"husky": ">=6",
"lint-staged": "^12.3.7",
"postcss": "^8.4.8",
"postcss-import": "^14.1.0",
"prettier": "2.6.1",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}