-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
81 lines (81 loc) · 2.22 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
81
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"type": "module",
"dependencies": {
"@alex_xu/react-slider-vertify": "^1.2.0",
"@ant-design/icons": "^5.3.7",
"@ant-design/nextjs-registry": "^1.0.0",
"@emotion/is-prop-valid": "^1.3.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/mdx": "^14.2.5",
"@next/third-parties": "^14.2.5",
"@prisma/client": "^6.0.1",
"@prisma/extension-accelerate": "^1.2.1",
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"@types/nodemailer": "^6.4.16",
"aegis-web-sdk": "^1.39.2",
"antd": "^5.17.4",
"classnames": "^2.5.1",
"contentlayer": "^0.3.4",
"cos-nodejs-sdk-v5": "^2.14.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"framer-motion": "^11.1.9",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"highlightjs-solidity": "^2.0.6",
"immer": "^10.1.1",
"lenis": "^1.1.9",
"lowlight": "^3.3.0",
"mdast-util-to-string": "^4.0.0",
"mongoose": "^8.4.3",
"next": "14.2.3",
"next-contentlayer": "^0.3.4",
"next-mdx-remote": "^5.0.0",
"next-nprogress-bar": "^2.3.13",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"nextjs-sitemap-generator": "^1.3.1",
"nodemailer": "^6.9.15",
"openai": "^4.77.0",
"prisma": "^6.0.1",
"react": "^18",
"react-dom": "^18",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16",
"tencentcloud-sdk-nodejs": "^4.0.888",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.12.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"next-auth": "^4.24.7",
"postcss": "^8",
"sass": "^1.77.2",
"typescript": "^5"
}
}