-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 2.79 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "RPGGO",
"private": false,
"license": "mit",
"scripts": {
"dev": "next dev",
"build": "cross-env BUILD_MODE=standalone next build",
"start": "PORT=8080 next start",
"lint": "next lint",
"prepare": "husky install",
"knip": "knip"
},
"dependencies": {
"@ant-design/cssinjs": "1.18.0-alpha.5",
"@fortaine/fetch-event-source": "^3.0.6",
"@gsap/react": "^2.1.1",
"@hello-pangea/dnd": "^18.0.1",
"@next/third-parties": "^14.2.2",
"@sentry/nextjs": "^7.105.0",
"@svgr/webpack": "^6.5.1",
"@vercel/analytics": "^0.1.11",
"antd": "^5.11.5",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"emoji-picker-react": "^4.5.15",
"fuse.js": "^6.6.2",
"gsap": "^3.12.5",
"gsap-react": "^1.3.2",
"howler": "^2.2.4",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"i18next": "^23.12.3",
"js-audio-recorder": "^1.0.7",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"markdown-to-text": "^0.1.1",
"mermaid": "^10.6.1",
"nanoid": "^5.0.3",
"next": "^13.4.9",
"next-auth": "^4.24.11",
"next-i18next": "^15.3.1",
"node-fetch": "^3.3.1",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-click-n-hold": "^1.0.7",
"react-content-loader": "^7.0.2",
"react-dom": "^18.2.0",
"react-i18next": "^15.0.1",
"react-if": "^4.1.5",
"react-infinite-scroll-component": "^6.1.0",
"react-json-view": "^1.21.3",
"react-lottie": "^1.2.4",
"react-markdown": "^8.0.7",
"react-photo-view": "^1.2.4",
"react-router-dom": "^6.15.0",
"react-share": "^5.1.0",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.3",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sass": "^1.59.2",
"shared-zustand": "^2.0.0",
"spark-md5": "^3.0.2",
"swiper": "^11.0.6",
"use-debounce": "^9.0.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/howler": "^2.2.11",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.0",
"@types/qs": "^6.9.11",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@types/react-katex": "^3.0.0",
"@types/spark-md5": "^3.0.4",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint-config-next": "13.4.19",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"knip": "^5.39.2",
"lint-staged": "^13.2.2",
"postcss": "^8.4.35",
"prettier": "^3.0.2",
"tailwindcss": "^3.4.1",
"typescript": "5.2.2",
"webpack": "^5.88.1"
},
"resolutions": {
"lint-staged/yaml": "^2.2.2"
},
"volta": {
"node": "18.19.1",
"yarn": "1.22.22"
}
}