-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.5 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
{
"name": "project-mock",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"server": "json-server --watch src/data/db.json --port 5175"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.1",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"@mui/styled-engine-sc": "6.1.7",
"@mui/x-data-grid": "^7.22.2",
"@reduxjs/toolkit": "^2.3.0",
"@vercel/analytics": "^1.4.0",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"json-server": "1.0.0-beta.3",
"jwt-decode": "^4.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-animate-on-scroll": "^2.1.9",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.53.2",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"react-scroll": "^1.9.0",
"react-youtube": "^10.1.0",
"styled-components": "^6.1.13",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.0"
}
}