-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"name": "mvstudio",
"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",
"lint:fix": "eslint --fix .",
"format": "prettier --write ."
},
"dependencies": {
"@date-io/dayjs": "^3.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.171",
"@mui/material": "^5.16.0",
"@mui/x-date-pickers": "^7.9.0",
"@tanstack/react-query": "^5.51.11",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"dayjs": "^1.11.11",
"framer-motion": "^11.3.19",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^7.1.4",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-player": "^2.16.0",
"react-router-dom": "^6.24.0",
"react-slick": "^0.30.2",
"styled-components": "^6.1.11",
"sweetalert2": "^11.6.13",
"sweetalert2-react-content": "^5.0.7",
"swiper": "^11.1.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"vite": "^5.3.1"
}
}