-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.58 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
{
"name": "course-project",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.10.13",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.0",
"dayjs": "^1.11.7",
"i18next": "^19.6.3",
"i18next-browser-languagedetector": "^5.0.1",
"i18next-http-backend": "^1.0.17",
"json-to-csv-export": "^2.1.1",
"material-react-table": "^1.8.3",
"material-ui-popup-state": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^11.7.0",
"react-mde": "^11.5.0",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-tagcloud": "^2.3.1",
"showdown": "^2.1.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-tagcloud": "^1.1.7",
"@types/showdown": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.11",
"prettier": "^2.7.1",
"typescript": "^4.6.4",
"vite": "^4.1.1",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.5"
}
}