-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 999 Bytes
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
{
"name": "nextjs_ecomm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"bcrypt": "^5.0.1",
"bootstrap": "^4.6.0",
"js-cookie": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.8",
"next": "11.1.0",
"next-redux-wrapper": "^7.0.2",
"react": "17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.2",
"react-hook-form": "^6.15.1",
"react-redux": "^7.2.4",
"redux-act": "^1.8.0",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.0"
}
}