-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
48
49
50
51
52
53
54
{
"name": "10teammidproject",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.6.0",
"@tanstack/react-query": "^5.45.1",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"axios": "^1.7.2",
"husky": "^9.0.11",
"js-cookie": "^3.0.5",
"next": "^14.2.4",
"qs": "^6.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-js-pagination": "^3.0.3",
"react-paginate": "^8.2.0",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"sass": "^1.77.5",
"slick-carousel": "^1.8.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@next/eslint-plugin-next": "^14.2.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.8",
"@types/qs": "^6.9.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-js-pagination": "^3.0.7",
"@types/react-slick": "^0.23.13",
"eslint": "^9.5.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"prettier": "^3.3.2",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1"
}
}