-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 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
{
"name": "bestbride",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mui/icons-material": "^5.0.3",
"@mui/lab": "^5.0.0-alpha.50",
"@mui/material": "^5.0.2",
"@mui/styled-engine-sc": "^5.0.0",
"@mui/styles": "^5.0.1",
"@reduxjs/toolkit": "^1.6.2",
"@types/react-beautiful-dnd": "^13.1.2",
"axios": "^0.23.0",
"cookie": "^0.4.1",
"cookies": "^0.8.0",
"date-fns": "^2.25.0",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"draftjs-to-html": "^0.9.1",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"next": "11.1.2",
"next-redux-wrapper": "^7.0.5",
"pigeon-maps": "^0.19.7",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-image-gallery": "^1.2.7",
"react-material-ui-carousel": "^2.3.7-mui5",
"react-notifications-component": "^3.1.0",
"react-redux": "^7.2.5",
"recharts": "^2.1.5",
"set-cookie-parser": "^2.4.8",
"swr": "^1.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/cookies": "^0.7.7",
"@types/draft-js": "^0.11.6",
"@types/draftjs-to-html": "^0.8.1",
"@types/lodash": "^4.14.175",
"@types/react": "17.0.26",
"@types/react-draft-wysiwyg": "^1.13.3",
"@types/react-image-gallery": "^1.0.5",
"@types/react-notifications-component": "^3.1.1",
"@types/recharts": "^1.8.23",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"prettier": "2.4.1",
"typescript": "4.4.3"
}
}