-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:dev": "NEXT_NODE_ENV=development next build",
"build:prod": "NEXT_NODE_ENV=production next build",
"start:dev": "NEXT_NODE_ENV=development next start",
"start:prod": "NEXT_NODE_ENV=production next start",
"test": "vitest --watch --passWithNoTests --coverage",
"test:ci": "vitest --ci --passWithNoTests",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.1",
"@tailwindcss/typography": "^0.5.15",
"@types/crypto-js": "^4.2.2",
"antd": "^5.21.3",
"crypto-js": "^4.2.0",
"daisyui": "^4.12.13",
"dotenv": "^16.4.5",
"next": "14.2.14",
"next-auth": "^5.0.0-beta.22",
"path-to-regexp": "^8.2.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774"
}