-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.83 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "entourage-webapp",
"version": "1.9.3",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"test": "run-s test:*",
"test:ts-check": "tsc --noEmit",
"test:eslint": "npx eslint src --ext ts,tsx --max-warnings=0",
"test:jest": "npx jest",
"test:jest:watch": "npx jest --watch",
"storybook": "start-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"husky": {
"hooks": {
"pre-commit": "yarn test:eslint",
"pre-push": "yarn test"
}
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.39",
"@material-ui/pickers": "3.3.10",
"@material-ui/styles": "^4.11.4",
"@react-hook/window-size": "^1.0.13",
"@sentry/node": "^6.2.5",
"@sentry/react": "^6.2.5",
"@sentry/webpack-plugin": "^1.15.0",
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-knobs": "^5.3.14",
"@types/autosuggest-highlight": "^3.1.0",
"@types/lodash": "^4.14.149",
"@types/validator": "^12.0.1",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.22.0",
"cors": "^2.8.5",
"date-fns": "^2.8.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-sslify": "^1.2.0",
"geolib": "^3.3.1",
"google-map-react": "^1.1.5",
"humps": "^2.0.1",
"immer": "^9.0.6",
"joi": "^17.2.1",
"js-cookie": "^2.2.1",
"linkifyjs": "^2.1.9",
"lodash": "^4.17.21",
"mobile-detect": "^1.4.4",
"next": "^12.0.7",
"nookies": "^2.0.8",
"path-to-regexp": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "6.8.2",
"react-image-crop": "^8.4.2",
"react-query": "^0.3.23",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"rxjs": "^6.5.3",
"smartbanner.js": "^1.16.0",
"stop-runaway-react-effects": "^1.2.1",
"styled-components": "^5.1.1",
"styled-reset": "^4.0.7",
"typescript-request-schema": "^2.0.0",
"uniqid": "^5.2.0",
"validator": "^12.1.0",
"webpack": "^4.41.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@storybook/addon-docs": "^5.3.14",
"@storybook/addon-info": "^5.3.14",
"@storybook/addon-links": "^5.3.14",
"@storybook/addon-storysource": "^5.3.14",
"@storybook/react": "^5.3.14",
"@storybook/storybook-deployer": "^2.8.3",
"@svgr/webpack": "^5.5.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/google-map-react": "^1.1.3",
"@types/googlemaps": "^3.40.4",
"@types/humps": "^1.1.2",
"@types/jest": "^26.0.14",
"@types/js-cookie": "^2.2.4",
"@types/linkifyjs": "^2.1.3",
"@types/node": "^14.18.0",
"@types/react": "^17.0.37",
"@types/react-image-crop": "^8.1.2",
"@types/react-redux": "^7.1.11",
"@types/styled-components": "^5.1.0",
"@types/uniqid": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"husky": "^3.0.9",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"npm-run-all": "^4.1.5",
"react-docgen-typescript-loader": "^3.6.0",
"react-test-renderer": "^16.11.0",
"ts-loader": "^6.2.1",
"typescript": "~4.6.4"
}
}