-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.18 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node server.js",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.13",
"@node-rs/jieba": "^1.10.3",
"@types/dompurify": "^3.0.5",
"@types/mdx": "^2.0.13",
"@types/uuid": "^10.0.0",
"async-mutex": "^0.5.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dompurify": "^3.1.6",
"framer-motion": "^11.11.10",
"gpt-3-encoder": "^1.1.4",
"howler": "^2.2.4",
"katex": "^0.16.11",
"lodash": "^4.17.21",
"lucide-react": "^0.439.0",
"mongodb": "^6.9.0",
"next": "latest",
"next-auth": "^4.24.7",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"nodemailer": "^6.9.15",
"openai": "^4.62.1",
"pdfjs-dist": "3.11.174",
"react": "^18",
"react-dom": "^18",
"react-icon-cloud": "^4.1.4",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-pdf": "7.1.2",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.1",
"rehype-prism-plus": "^2.0.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tiktoken": "^1.0.17",
"uuid": "^10.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/bcryptjs": "^2.4.6",
"@types/howler": "^2.2.11",
"@types/lodash": "^4.17.10",
"@types/node": "^20",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-transition-group": "^4.4.11",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}