-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.8 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
55
56
57
58
{
"name": "online-clothing-store-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint-staged": "lint-staged",
"prettier-w": "prettier --write .",
"lint": "eslint .",
"prepare": "husky"
},
"dependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@hookform/resolvers": "^3.9.1",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.13.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"rc-pagination": "^4.3.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.2",
"react-toastify": "^10.0.6",
"reset-css": "^5.0.2",
"swiper": "^11.1.15",
"uuid": "^11.0.3",
"yup": "^1.4.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/lodash": "^4.17.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"typescript": "^5",
"typescript-eslint": "^8.15.0"
}
}