-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "create-next-example-app",
"description": "A Next.js starter app.",
"repository": {
"type": "git",
"url": "https://github.com/zeit/now-examples/tree/master/nextjs"
},
"license": "MIT",
"scripts": {
"dev": "next",
"build": "NODE_OPTIONS=--openssl-legacy-provider next build",
"start": "NODE_OPTIONS=--openssl-legacy-provider next start"
},
"dependencies": {
"@material-ui/core": "^4.7.1",
"@material-ui/icons": "^4.5.1",
"apexcharts": "^3.10.1",
"axioswal": "^1.0.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.17.0",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"formidable": "^1.2.1",
"loadable-components": "^2.2.3",
"mongodb": "^3.3.5",
"next": "^9.0.2",
"next-connect": "^0.5.1",
"next-session": "^2.1.1",
"query-string": "^6.9.0",
"react": "^16.8.6",
"react-apexcharts": "^1.3.3",
"react-dom": "^16.8.6",
"react-number-format": "^4.3.1",
"react-responsive": "^8.0.3",
"react-window": "^1.8.5",
"uuid": "^3.3.3",
"validator": "^12.1.0"
}
}