-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.58 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
{
"name": "elverrbusiness",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/dm-sans": "^4.5.8",
"@fontsource/inter": "^4.5.13",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.79",
"@mui/material": "^5.6.2",
"@mui/styled-engine-sc": "^5.6.1",
"@mui/styles": "^5.6.2",
"@react-oauth/google": "^0.2.6",
"@reduxjs/toolkit": "^1.8.1",
"@sentry/nextjs": "^7.6.0",
"@tippyjs/react": "^4.2.6",
"@types/draftjs-to-html": "^0.8.1",
"@types/html-to-draftjs": "^1.4.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-html-parser": "^2.0.2",
"@types/react-slick": "^0.23.10",
"axios": "^0.27.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"downshift": "^6.1.12",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"draftjs-to-markdown": "^0.6.0",
"html-to-draftjs": "^1.5.0",
"i18next": "^20.2.4",
"i18next-browser-languagedetector": "^6.1.1",
"i18next-http-backend": "^1.4.1",
"immer-reducer": "^0.7.13",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"next": "^12.3.1",
"react": "18.0.0",
"react-cookie-consent": "^7.4.1",
"react-dom": "18.0.0",
"react-draft-wysiwyg": "^1.15.0",
"react-google-recaptcha": "^2.1.0",
"react-google-recaptcha-v3": "^1.9.7",
"react-hook-form": "^7.30.0",
"react-horizontal-scrolling-menu": "^2.7.1",
"react-html-parser": "^2.0.2",
"react-i18next": "^11.16.9",
"react-iconly": "^2.2.5",
"react-loader-spinner": "^6.0.0-0",
"react-loading-skeleton": "^3.1.0",
"react-redux": "^8.0.1",
"react-simple-image-slider": "^2.4.1",
"react-slick": "^0.29.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"sass": "^1.50.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"swiper": "^8.4.2",
"use-immer": "^0.7.0",
"yarn": "^1.22.18"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.7.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "17.0.25",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"@types/react-redux": "^7.1.24",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}