-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.62 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.62 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
{
"name": "ever-rec-portal",
"version": "0.1.0",
"description": "Ever Rec Web App",
"author": {
"name": "Ever Co. LTD",
"email": "ever@ever.co",
"url": "https://ever.co"
},
"private": true,
"license": "AGPL-3.0",
"homepage": "https://rec.so",
"scripts": {
"dev": "next dev --port 4200",
"build": "next build",
"start": "next start --port 4200",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@emoji-mart/data": "^1.0.5",
"@emoji-mart/react": "^1.0.1",
"@react-oauth/google": "^0.12.1",
"antd": "^4.21.3",
"axios": "^0.26.0",
"canvg": "^4.0.3",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"file-saver": "^2.0.5",
"fix-webm-duration": "^1.0.6",
"hls.js": "^1.5.15",
"howler": "^2.2.4",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"js-cookie": "^3.0.5",
"jspdf": "^4.2.0",
"jwt-decode": "^3.1.2",
"konva": "^9.3.22",
"moment": "^2.30.1",
"mux-embed": "^4.12.0",
"nanoid": "^5.0.7",
"next": "^14.2.32",
"plyr": "^3.7.8",
"plyr-react": "^5.3.0",
"public-ip": "^4.0.4",
"queue-promise": "^2.2.1",
"rc-menu": "^9.15.1",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.4",
"react-dropzone": "^14.2.3",
"react-i18next": "^15.4.1",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^9.0.1",
"react-multi-email": "^0.5.3",
"react-outside-click-handler": "^1.3.0",
"react-redux": "^7.2.6",
"react-slidedown": "^2.4.7",
"react-svg": "^14.1.3",
"react-switch": "^6.1.0",
"react-tabs": "^4.2.1",
"react-timer-hook": "^3.0.7",
"react-toastify": "9.0.3",
"redux": "^4.2.1",
"socket.io-client": "^4.7.5",
"styled-components": "^6.1.13",
"swr": "^1.3.0",
"tailwind-merge": "^2.5.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@sentry/nextjs": "^8.49.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/jest": "27.0.2",
"@types/node": "^20",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^9.8.8",
"cssnano": "^4.1.11",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "^10.1.8",
"jest": "^27.5.1",
"postcss": "^8",
"sass": "^1.39.2",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"optionalDependencies": {
"canvas": "^2.11.2"
}
}