-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.14 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.14 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "@devias/kit-pro-react",
"version": "6.0.0",
"author": "Devias",
"homepage": "https://devias.io",
"private": true,
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "next dev --webpack",
"build": "next build",
"start": "next start",
"export": "next export",
"build-export": "next build && next export",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@auth0/auth0-spa-js": "2.0.1",
"@aws-amplify/auth": "5.1.3",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.4",
"@fullcalendar/common": "5.11.3",
"@fullcalendar/core": "5.11.3",
"@fullcalendar/daygrid": "5.11.3",
"@fullcalendar/interaction": "5.11.3",
"@fullcalendar/list": "5.11.3",
"@fullcalendar/react": "5.11.2",
"@fullcalendar/timegrid": "5.11.3",
"@fullcalendar/timeline": "5.11.3",
"@mui/icons-material": "5.11.0",
"@mui/lab": "5.0.0-alpha.112",
"@mui/material": "5.11.0",
"@mui/system": "5.11.0",
"@mui/x-date-pickers": "5.0.11",
"@react-pdf/renderer": "3.4.5",
"@reduxjs/toolkit": "1.8.5",
"@swc/helpers": "^0.5.18",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/lodash": "4.14.185",
"@types/node": "18.7.18",
"@types/nprogress": "0.2.0",
"@types/numeral": "2.0.2",
"@types/react": "18.0.26",
"@types/react-beautiful-dnd": "13.1.2",
"@types/react-dom": "18.0.9",
"@types/react-draft-wysiwyg": "1.13.4",
"@types/react-redux": "7.1.24",
"@types/react-slick": "0.23.10",
"@untitled-ui/icons-react": "0.1.0",
"apexcharts": "3.35.5",
"aws-amplify": "5.0.9",
"date-fns": "2.29.3",
"draft-js": "0.11.7",
"firebase": "9.9.4",
"formik": "2.2.9",
"gray-matter": "4.0.3",
"i18next": "21.9.1",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"mapbox-gl": "2.11.0",
"mui-one-time-password-input": "1.0.3",
"next": "^16.1.6",
"nprogress": "0.2.0",
"numeral": "2.0.6",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "1.15.0",
"react-dropzone": "14.2.2",
"react-hot-toast": "2.4.0",
"react-i18next": "11.18.6",
"react-map-gl": "7.0.19",
"react-markdown": "8.0.3",
"react-quill": "2.0.0",
"react-redux": "8.0.2",
"react-slick": "0.29.0",
"react-syntax-highlighter": "15.5.0",
"redux": "4.2.0",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.1",
"simplebar": "5.3.8",
"simplebar-react": "2.4.1",
"stylis": "4.1.2",
"stylis-plugin-rtl": "2.1.1",
"yup": "0.32.11"
},
"devDependencies": {
"eslint": "8.27.0",
"eslint-config-next": "13.0.7",
"typescript": "^5.1.6"
}
}