-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 4.25 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "e-commerce-furebo-32-fn",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles --coverage --passWithNoTests",
"test:coverage": "nyc jest --coverage",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@fortawesome/fontawesome-free": "^6.5.2",
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.21",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.6",
"@vitejs/plugin-react": "^4.3.1",
"antd": "^5.19.1",
"antd-img-crop": "^4.22.0",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.3",
"css-loader": "^7.1.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"formik": "^2.4.6",
"identity-obj-proxy": "^3.0.0",
"jest-fetch-mock": "^3.0.3",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.400.0",
"materialize-css": "^1.0.0",
"moment": "^2.30.1",
"node-sass": "^9.0.0",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-oauth": "^0.0.1",
"react-paginate": "^8.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"slick-carousel": "^1.8.1",
"style-loader": "^4.0.0",
"swapper": "^1.1.6",
"swiper": "^11.1.4",
"tailwindcss": "^3.4.4",
"vite": "^5.3.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "^1.6.1",
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.6.0",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-onboarding": "^8.1.11",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.1.11",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^8.2.5",
"@storybook/react-webpack5": "^8.1.11",
"@storybook/test": "^8.1.11",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react-slick": "^0.23.13",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"axios": "^1.7.2",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"file-loader": "^6.2.0",
"globals": "^15.7.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.7",
"nyc": "^17.0.0",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.2",
"storybook": "^8.1.11",
"ts-jest": "^29.1.5",
"typescript": "^5.5.3",
"typescript-eslint": "^7.14.1"
},
"nyc": {
"all": true,
"include": [
"src/**/*.js"
],
"reporter": [
"lcov",
"text-summary"
],
"report-dir": "coverage",
"exclude": [
"tests/**"
]
},
"proxy": "https://e-commerce-furebo-32-bn-1.onrender.com",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.json": [
"prettier --write"
]
}
}