-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 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
{
"name": "on-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@redux-devtools/extension": "^3.3.0",
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.2",
"base-64": "^1.0.0",
"bootstrap": "^5.3.3",
"date-fns": "^3.6.0",
"esbuild": "^0.23.1",
"firebase": "^10.13.1",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-calendar": "^5.0.0",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.2",
"react-query": "^3.39.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.1",
"react-slick": "^0.30.2",
"react-swipeable": "^7.0.1",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"rxjs": "^7.8.1",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.12",
"vite-plugin-vercel": "^9.0.1"
},
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@eslint/js": "^9.7.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"globals": "^15.8.0",
"prettier": "^3.3.3",
"vite": "^5.3.4"
},
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "vite.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}