-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 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
{
"name": "store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node scripts/next-with-env-port.mjs dev",
"build": "next build",
"start": "node scripts/next-with-env-port.mjs start",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ant-design/icons": "^6.2.5",
"@ant-design/nextjs-registry": "^1.3.0",
"@supabase/ssr": "^0.12.0",
"@supabase/supabase-js": "^2.108.1",
"antd": "^6.4.5",
"bcryptjs": "^3.0.3",
"clsx": "^2.1.1",
"cn-division": "^2026.0.0",
"dayjs": "^1.11.21",
"next": "^16.2.9",
"next-auth": "5.0.0-beta.31",
"pinyin-pro": "^3.28.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@eslint/eslintrc": "latest",
"@tailwindcss/postcss": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"eslint": "^9.39.4",
"eslint-config-next": "latest",
"less": "^4.6.6",
"less-loader": "^13.0.0",
"tailwindcss": "^4.3.0",
"typescript": "latest"
}
}