forked from FE13-part4-team4/coworkers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 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
{
"name": "coworkers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.76.1",
"@tanstack/react-query-devtools": "^5.76.1",
"axios": "^1.8.4",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.9.2",
"luxon": "^3.6.1",
"next": "^15.3.0",
"react": "^19.1.0",
"react-circular-progressbar": "^2.2.0",
"react-datepicker": "^8.3.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.1.0",
"react-easy-crop": "^5.4.1",
"react-hot-toast": "^2.5.2",
"react-toastify": "^11.0.5",
"react-tooltip": "^5.28.1",
"zustand": "^5.0.4"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/postcss": "^4.1.4",
"@types/luxon": "^3.6.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"eslint": "^8",
"eslint-config-next": "14.2.28",
"eslint-config-prettier": "^10.1.2",
"postcss": "^8",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.4",
"typescript": "^5"
}
}