-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.98 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "champs-ec-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest --no-cache --detectOpenHandles --coverage",
"coverage": "nyc --reporter=lcov --reporter=text jest --require ts-node/register src/__test__/**/*.test.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.6.0",
"@nextui-org/react": "^2.4.2",
"@reduxjs/toolkit": "^2.2.5",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "^8.17.3",
"@types/axios-mock-adapter": "^1.10.0",
"@types/react-icons": "^3.0.0",
"@types/react-redux": "^7.1.33",
"@types/react-star-rating-component": "^1.4.4",
"axios": "^1.7.2",
"axios-mock-adapter": "^1.22.0",
"create-next-app": "^14.2.3",
"dotenv": "^16.4.5",
"framer-motion": "^11.2.12",
"install": "^0.13.0",
"lucide-react": "^0.397.0",
"next": "14.2.3",
"npm": "^10.8.1",
"npx": "^10.2.2",
"react": "^18",
"react-dom": "^18",
"react-google-charts": "^4.0.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-query": "^3.39.3",
"react-rating": "^2.0.5",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^3.1.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.5",
"sweetalert2": "^11.6.13",
"swiper": "^11.1.4",
"test": "^3.3.0",
"testing-library": "^0.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-flow": "^7.24.6",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "^1.4.0",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
"@storybook/addon-onboarding": "^8.1.3",
"@storybook/blocks": "^8.1.3",
"@storybook/nextjs": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/test": "^8.1.3",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-query-devtools": "^5.44.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/redux-mock-store": "^1.0.6",
"@types/redux-thunk": "^2.1.0",
"@types/testing-library__user-event": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.0",
"babel-jest": "^29.7.0",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.4",
"match-media-mock": "^0.1.1",
"msw": "^2.3.1",
"postcss": "^8",
"prettier": "^3.2.5",
"react-rating-stars-component": "^2.2.0",
"react-test-renderer": "^18.3.1",
"storybook": "^8.1.3",
"tailwindcss": "^3.4.1",
"test-library": "^1.0.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}