-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 4.01 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
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
112
113
114
115
116
117
118
119
{
"name": "@innovatefusion/aitour",
"author": "Innovate Fusion",
"version": "1.0.0",
"description": "Next.Js & Typescript",
"private": true,
"scripts": {
"dev": "next dev -p 8081",
"start": "next start",
"build": "next build",
"build-netlify": "next build && cp -r .next _next && mv _next .next/",
"export": "yarn build && next export -o _static",
"lint": "eslint --ext .ts,.tsx .",
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"prettier": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
"clear-all": "rm -rf .next .swc _static node_modules",
"re-start": "rm -rf .next .swc _static node_modules && yarn install && yarn dev",
"re-build": "rm -rf .next .swc _static node_modules && yarn install && yarn build"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.0",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@fullcalendar/common": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/react": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"@fullcalendar/timeline": "^5.11.3",
"@hello-pangea/dnd": "^16.1.0",
"@hookform/resolvers": "^2.9.10",
"@iconify/react": "^4.0.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.109",
"@mui/material": "^5.10.15",
"@mui/system": "^5.10.15",
"@mui/x-data-grid": "^5.17.13",
"@mui/x-date-pickers": "^5.0.9",
"@next/font": "^13.0.5",
"@react-pdf/renderer": "^3.0.1",
"@reduxjs/toolkit": "^1.9.0",
"amazon-cognito-identity-js": "^6.0.1",
"apexcharts": "^3.36.3",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.2.0",
"change-case": "^4.1.2",
"date-fns": "^2.29.3",
"firebase": "^9.14.0",
"framer-motion": "^7.6.12",
"highlight.js": "^11.7.0",
"i18next": "^22.0.6",
"i18next-browser-languagedetector": "^7.0.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.11.0",
"next": "^13.0.5",
"next-transpile-modules": "^10.0.0",
"notistack": "^2.0.8",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.39.5",
"react-i18next": "^12.0.0",
"react-lazy-load-image-component": "^1.5.6",
"react-map-gl": "^7.0.19",
"react-markdown": "^8.0.3",
"react-organizational-chart": "^2.2.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"simplebar": "^5.3.9",
"simplebar-react": "^2.4.3",
"slick-carousel": "^1.8.1",
"stylis": "^4.1.2",
"stylis-plugin-rtl": "^2.1.1",
"yet-another-react-lightbox": "^2.2.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@types/autosuggest-highlight": "^3.2.0",
"@types/mapbox-gl": "^2.7.8",
"@types/node": "^18.11.9",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.25",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-redux": "^7.1.24",
"@types/react-slick": "^0.23.10",
"@types/stylis": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.0",
"typescript": "^4.9.3"
}
}