-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "airbnb",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "1.4.0",
"@types/formidable": "1.0.31",
"@types/jsonwebtoken": "8.5.0",
"@types/react-redux": "7.1.9",
"@types/uuid": "8.3.0",
"aws-sdk": "2.803.0",
"axios": "0.21.0",
"babel-plugin-inline-react-svg": "1.1.1",
"babel-plugin-styled-components": "1.11.1",
"bcryptjs": "2.4.3",
"date-fns": "2.16.1",
"formidable": "1.2.2",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.20",
"next": "10.0.0",
"next-redux-wrapper": "6.0.2",
"react": "17.0.1",
"react-datepicker": "^3.1.3",
"react-dom": "17.0.1",
"react-outside-click-handler": "1.3.0",
"react-redux": "7.2.2",
"redux": "4.0.5",
"styled-components": "5.2.1",
"styled-reset": "4.3.0",
"uuid": "8.3.1"
},
"devDependencies": {
"@types/bcryptjs": "2.4.2",
"@types/googlemaps": "3.40.3",
"@types/lodash": "4.14.165",
"@types/node": "14.14.6",
"@types/react": "16.9.55",
"@types/react-datepicker": "3.1.1",
"@types/react-dom": "16.9.9",
"@types/react-outside-click-handler": "1.3.0",
"@types/styled-components": "5.1.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "4.0.5"
}
}