This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
{
"name": "shop-management",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --fix src --ext ts,tsx",
"prettier": "prettier --write \"src/**/(*.tsx|*.ts|*.css|*.scss)\""
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.5",
"@mui/material": "^5.15.5",
"@mui/x-data-grid": "^6.19.1",
"@mui/x-date-pickers": "^6.19.6",
"@types/uuid": "^9.0.8",
"apexcharts": "^3.47.0",
"axios": "^1.6.5",
"dayjs": "^1.11.10",
"jose": "^5.2.2",
"material-react-table": "^2.8.0",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-material-file-upload": "^0.0.4",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "^6.21.3",
"react-toastify": "^10.0.4",
"styled-components": "^6.1.8",
"uuid": "^9.0.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.2.4",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}