-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.92 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
{
"name": "new-vendor-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/analytics": "^1.3.4",
"@aws-amplify/api": "^1.2.4",
"@date-io/date-fns": "^1.3.13",
"@google/maps": "^1.0.2",
"@material-ui/core": "^4.6.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.38",
"@material-ui/pickers": "^3.3.10",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.17.1",
"@types/autosuggest-highlight": "^3.1.0",
"@types/google-map-react": "^1.1.3",
"@types/google__maps": "^0.5.11",
"@types/jest": "24.0.22",
"@types/lodash": "^4.14.149",
"@types/moment-timezone": "^0.5.30",
"@types/node": "12.12.7",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"@types/react-loader-spinner": "^3.1.0",
"@types/react-router-dom": "^5.1.2",
"@types/react-stripe-elements": "^6.0.4",
"@types/reactstrap": "^8.0.6",
"@types/uuid": "^8.3.0",
"autosuggest-highlight": "^3.1.1",
"aws-amplify": "^1.2.4",
"aws-amplify-react": "^2.5.4",
"date-fns": "^2.19.0",
"dotenv": "^8.2.0",
"google-map-react": "^1.1.5",
"lodash": "^4.17.15",
"material-ui-popup-state": "^1.8.3",
"moment-timezone": "^0.5.33",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-loader-spinner": "^3.1.14",
"react-multi-carousel": "^2.6.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-spring": "^8.0.27",
"typescript": "4.1.3",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/node-logger": "^6.3.7",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.7",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.2.5",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1"
},
"resolutions": {
"babel-loader": "8.0.6"
}
}