-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.53 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
{
"name": "word-repo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"build": "next build",
"export": "next export",
"start": "next start",
"generate:rss": "node scripts/rss.mjs",
"partytown": "partytown copylib public/~partytown",
"prebuild": "npm run generate:rss",
"lint": "next lint"
},
"dependencies": {
"@builder.io/partytown": "^0.7.4",
"@giscus/react": "^2.2.6",
"@next/bundle-analyzer": "^13.1.2",
"@next/font": "^13.0.5",
"@vercel/og": "^0.0.21",
"dayjs": "^1.11.6",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"mdast": "^3.0.0",
"next": "^13.0.5",
"next-mdx-remote": "^4.2.0",
"next-pwa": "^5.6.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^2.0.1",
"remark-blockquotes-extended": "^1.0.0",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.1.5",
"remark-mdx-toc": "^0.3.1",
"remark-prism": "^1.3.6",
"remark-slug": "^7.0.1",
"unist-util-visit": "^4.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/node": "^18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/remark-prism": "^1.3.3",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.13",
"eslint": "8.28.0",
"eslint-config-next": "^13.0.5",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
}
}