-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.65 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
{
"name": "with-redux-thunk",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.10.0",
"@zeit/next-css": "^1.0.1",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.10.7",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.3",
"dotenv": "^8.6.0",
"draft-js": "^0.11.6",
"draftjs-to-html": "^0.9.1",
"html-to-react": "^1.4.3",
"joi": "^17.4.0",
"moment": "^2.27.0",
"mongoose": "^5.12.3",
"next": "^11.0.1",
"next-auth": "^3.25.0",
"next-connect": "^0.10.1",
"next-images": "^1.4.0",
"next-redux-wrapper": "^6.0.2",
"nextjs-redirect": "^5.0.2",
"nodemailer": "^6.4.10",
"npm-run-all": "^4.1.5",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-bootstrap": "^1.0.1",
"react-chartjs-2": "^2.9.0",
"react-countup": "^4.3.3",
"react-dom": "^16.9.0",
"react-draft-wysiwyg": "^1.14.5",
"react-hook-form": "^7.8.8",
"react-image-fallback": "^8.0.0",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"remove": "^0.1.5",
"styled-components": "^5.1.1",
"superagent": "^5.2.2",
"validator": "^13.1.1",
"webpack": "^4.44.1"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^14.0.11",
"@types/react": "^16.9.35",
"bson": "^4.4.0",
"postcss": "^8.3.0",
"typescript": "^3.9.5"
}
}