-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "fe9-4team-project",
"version": "1.0.0",
"scripts": {
"dev": "NODE_ENV=development bun next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write .",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.59.16",
"@types/react-modal": "^3.16.3",
"axios": "^1.7.7",
"jotai": "^2.10.1",
"next": "14.2.15",
"react": "^18",
"react-datepicker": "^7.5.0",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^22",
"@types/react": "^18.3.11",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}