-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "next-learn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"t-dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"eslint-config-next": "13.0.2",
"gray-matter": "^4.0.3",
"mockjs": "^1.1.0",
"next": "13.0.2",
"next-mdx-remote": "^4.2.0",
"next-seo": "^5.14.1",
"next-sitemap": "^3.1.32",
"next-themes": "^0.2.1",
"pinyin": "^3.0.0-alpha.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype-prism": "^2.1.3",
"rehype-prism-diff": "^1.1.2",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-prism": "^1.3.6",
"typescript": "4.8.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/axios": "^0.14.0",
"@types/mockjs": "^1.0.7",
"@types/remark-prism": "^1.3.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2"
}
}