-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "flask-rest-ecommerce",
"version": "0.1.0",
"private": true,
"engines": {
"node": "14.16.0",
"npm": "7.14.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^5.0.0-beta.4",
"@material-ui/icons": "^5.0.0-beta.4",
"@material-ui/styles": "^5.0.0-beta.4",
"axios": "^0.21.1",
"cookie": "^0.4.1",
"js-cookie": "^3.0.0",
"next": "11.0.0",
"next-auth": "^3.27.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-json-pretty": "^2.2.0",
"react-responsive": "^8.2.0"
},
"devDependencies": {
"dotenv-webpack": "^7.0.3",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0"
}
}