-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "ilook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.10.0",
"bcrypt": "^5.0.0",
"cookie": "^0.4.1",
"country-region-selector": "^0.5.1",
"formik": "^2.1.4",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.18",
"next": "9.4.4",
"next-connect": "^0.7.1",
"next-cookies": "^2.0.3",
"next-iron-session": "^4.1.7",
"react": "16.13.1",
"react-bootstrap": "^1.0.1",
"react-country-region-selector": "^2.1.0",
"react-dom": "16.13.1",
"react-icons": "^3.10.0",
"react-sidebar": "^3.0.2",
"swr": "^0.2.3",
"validator": "^13.1.1",
"yup": "^0.29.1"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"webpack-node-externals": "^1.7.2"
}
}