-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next-remote-watch ./_content/posts/* ./components/articles/*",
"build": "next build",
"start": "next-remote-watch ./_content/posts/*",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^11.1.2",
"@preact/compat": "^17.0.2",
"@tailwindcss/typography": "github:tailwindcss/typography",
"framer-motion": "^4.1.17",
"github-slugger": "^1.4.0",
"image-size": "^1.0.0",
"mdx-bundler": "^6.0.1",
"next": "11.1.2",
"next-remote-watch": "^1.0.0",
"next-seo": "^4.28.1",
"preact": "^10.5.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"rehype-autolink-headings": "^6.1.0",
"rehype-katex": "^6.0.1",
"rehype-prism-plus": "^1.0.0",
"rehype-slug": "^5.0.0",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^2.0.0",
"remark-math": "^5.1.0",
"unist-util-visit": "^4.1.0",
"usehooks-ts": "^1.0.1"
},
"devDependencies": {
"@types/github-slugger": "^1.3.0",
"@types/react": "17.0.24",
"autoprefixer": "^10.3.6",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.16",
"typescript": "4.4.3"
}
}