-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
{
"name": "next-horse-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.4",
"axios": "^0.21.4",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.0",
"cookie": "^0.4.1",
"express": "^4.17.1",
"express-validator": "^6.13.0",
"formidable": "^1.2.2",
"jsonwebtoken": "^8.5.1",
"material-ui-popup-state": "^1.9.0",
"mongodb": "^4.1.3",
"mongoose": "^6.0.11",
"multer": "^1.4.3",
"next": "11.0.1",
"next-auth": "^3.29.0",
"next-compose-plugins": "^2.2.1",
"next-connect": "^0.11.0",
"next-images": "^1.8.1",
"react": "17.0.2",
"react-alice-carousel": "^2.5.1",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-image-crop": "^9.0.4",
"react-material-ui-carousel": "^2.3.1",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-slick": "^0.28.1",
"react-text-carousel": "^0.1.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"reselect": "^4.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.0",
"swr": "^1.0.1",
"universal-cookie": "^4.0.4",
"unsplash-js": "^7.0.15",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"yup": "^1.1.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1"
}
}