forked from geogo-in/pro-kriyam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "vite-project",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.51",
"@mui/material": "^5.10.11",
"@mui/x-date-pickers": "^6.2.0",
"@reduxjs/toolkit": "^1.6.1",
"axios": "^1.3.6",
"devextreme": "^21.1.6",
"devextreme-react": "^21.1.6",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"firebase": "^9.21.0",
"hotkeys-js": "^3.10.2",
"moment": "^2.29.1",
"notistack": "^3.0.1",
"query-string": "^8.1.0",
"quill-mention": "^3.1.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0",
"react-redux": "^7.2.5",
"react-router-dom": "^6.2.1",
"use-debounce": "^9.0.3"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"vite": "^4.2.0",
"vite-plugin-pwa": "^0.14.7"
}
}