-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.65 KB
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
{
"name": "front-end",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-query-devtools": "^5.37.1",
"@types/react-responsive": "8.0.8",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.34",
"axios": "1.6.8",
"chart.js": "4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"dayjs": "1.11.11",
"http-proxy-middleware": "3.0.0",
"jwt-decode": "^4.0.0",
"quill": "2.0.2",
"react": "^18.2.0",
"react-chartjs-2": "5.2.0",
"react-datepicker": "^6.9.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-icons": "5.1.0",
"react-query": "^3.39.3",
"react-quill": "2.0.0",
"react-responsive": "10.0.0",
"react-router-dom": "6.22.3",
"react-youtube": "10.1.0",
"styled-reset": "4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@types/react": "^18.2.43",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}