-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.39 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
65
66
67
68
69
70
71
72
73
74
{
"name": "front-end",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@hello-pangea/dnd": "^16.3.0",
"@mui/x-tree-view": "^6.0.0-beta.0",
"axios": "^1.5.0",
"chance": "^1.1.11",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-dom": "^18.2.0",
"react-intl": "^6.4.7",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.1.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.16.0",
"react-scroll": "^1.8.9",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.11",
"stylis-plugin-rtl": "^2.1.1",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"web-vitals": "^3.5.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.145",
"@mui/material": "^5.14.10",
"@mui/styled-engine-sc": "^5.14.10",
"@reduxjs/toolkit": "^1.9.6",
"@tabler/icons": "^2.38.0",
"@tabler/icons-react": "^2.38.0",
"@types/chance": "^1.1.4",
"@types/lodash": "^4.14.199",
"@types/node": "^20.6.5",
"@types/nprogress": "^0.2.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.5",
"@types/validator": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.50.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"sass": "^1.68.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}