-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.91 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@ant-design/pro-components": "^2.4.9",
"@fingerprintjs/fingerprintjs": "^3.4.1",
"@headlessui/tailwindcss": "^0.1.2",
"@tailwindcss/forms": "^0.5.3",
"@vercel/analytics": "^0.1.8",
"ali-oss": "^6.17.1",
"antd": "^5.5.0",
"crypto-js": "^4.1.1",
"crypto-random-string": "^5.0.0",
"dayjs": "^1.11.7",
"eventsource-parser": "^1.0.0",
"fast-xml-parser": "^4.2.2",
"ioredis": "^5.3.2",
"iron-session": "^6.2.1",
"jsrsasign": "^10.8.6",
"memory-cache": "^0.2.0",
"midjourney": "^2.1.30",
"mongodb": "^5.4.0",
"mongoose": "^7.1.1",
"next": "^13.1.1",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.0",
"react-markdown": "^8.0.7",
"react-scroll-to-bottom": "^4.2.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^6.0.3",
"remark-gfm": "^3.0.1",
"swr": "^2.1.5",
"tencentcloud-sdk-nodejs": "^4.0.594",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@ant-design/cssinjs": "^1.3.0",
"@ant-design/static-style-extract": "~1.0.1",
"@types/ali-oss": "^6.16.8",
"@types/crypto-js": "^4.1.1",
"@types/jsrsasign": "^10.5.8",
"@types/memory-cache": "^0.2.2",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-scroll-to-bottom": "^4.2.0",
"@types/react-syntax-highlighter": "^15.5.6",
"@vercel/node": "^2.12.0",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "^8.30.0",
"postcss": "^8.4.18",
"sass": "^1.62.0",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
},
"engines": {
"node": ">=18"
}
}