-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.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
{
"name": "next-contentlayer-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run icons & next dev",
"placeholders": "node generatePlaceholders.mjs",
"build": "npm run placeholders & npm run icons & next build",
"start": "next start",
"icons": "node generateIcons.mjs"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@tailwindcss/line-clamp": "^0.4.2",
"contentlayer": "latest",
"daisyui": "^3.9.4",
"date-fns": "2.29.3",
"framer-motion": "^10.0.1",
"javascript-time-ago": "^2.5.9",
"next": "^13.2.3",
"next-contentlayer": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-time-ago": "^7.2.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.10.1",
"rehype-prism-plus": "^1.5.1",
"rehype-slug": "^5.1.0",
"remark-emoji": "^3.1.1",
"remark-gfm": "^3.0.1",
"remark-inline-links": "^6.0.1",
"remark-toc": "^8.0.1",
"sass": "^1.58.3",
"sharp": "^0.31.3",
"shiki": "^0.14.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/react": "18.0.28",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"rehype-accessible-emojis": "^0.3.2",
"tailwindcss": "^3.2.6",
"typescript": "4.9.5"
}
}