-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@ant-design/charts": "^2.6.5",
"@ant-design/icons": "^6.1.0",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"antd": "^5.27.4",
"antd-img-crop": "^4.27.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.511.0",
"next": "14.2.35",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^10.1.0",
"recoil": "^0.7.7",
"sass": "^1.93.2",
"sharp": "^0.34.5",
"uuid": "^13.0.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"postcss": "^8",
"typescript": "^5"
}
}