-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.69 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
{
"name": "yrobot-blog",
"version": "1.0.0",
"description": "yrobot's blog",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"urls": "node ./lib/scripts/fresh-urls.js",
"baidu-seo": "node ./lib/scripts/baidu-seo-push.mjs",
"postbuild": "next-sitemap && yarn run rss && yarn run seo",
"seo": "yarn run urls && yarn run baidu-seo",
"rss": "node ./lib/scripts/rss.js"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"@yrobot/feed": "^1.0.0",
"classnames": "^2.3.1",
"date-fns": "^2.21.2",
"dayjs": "^1.10.4",
"highlight.js": "^10.7.2",
"marked": "^4.0.12",
"next": "^12.1.0",
"node-fetch": "^3.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hot-toast": "^2.4.1",
"sass": "^1.49.9",
"valine": "^1.4.16"
},
"devDependencies": {
"autoprefixer": "^10.2.1",
"fdir": "^5.0.0",
"gh-pages": "^3.1.0",
"gray-matter": "4.0.2",
"gray-matter-editor": "^1.0.0",
"next-sitemap": "^4.0.5",
"nodejieba": "^2.5.2",
"postcss": "^8.2.4",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.7",
"remark": "13.0.0",
"remark-html": "13.0.1",
"tailwindcss": "^3.0.23"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yrobot/Blog.git"
},
"keywords": [
"yrobot",
"blog",
"nextjs"
],
"author": "yrobot",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yrobot/Blog/issues"
},
"homepage": "https://blog.yrobot.top",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}