-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
126 lines (126 loc) · 3.55 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
124
125
126
{
"name": "veertly-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.0.1",
"@auth0/auth0-spa-js": "^1.2.3",
"@date-io/date-fns": "^2.5.0",
"@date-io/moment": "1.x",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.49",
"@material-ui/pickers": "^3.2.10",
"apexcharts": "^3.19.2",
"apollo-boost": "0.4.7",
"array-move": "^2.2.2",
"autosuggest-highlight": "^3.1.1",
"aws-appsync": "^3.0.2",
"aws-appsync-react": "^3.0.2",
"date-fns": "^2.12.0",
"draft-js-export-html": "^1.4.1",
"emoji-mart": "^3.0.0",
"firebase": "^7.13.2",
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.5.0",
"formik": "^2.1.4",
"graphql": "15.0.0",
"graphql-tag": "^2.5.0",
"husky": "^4.2.5",
"lint-staged": "^10.1.5",
"lodash": "^4.17.15",
"material-ui-snackbar-provider": "^1.4.0",
"moment": "2.24.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.28",
"mui-rte": "^1.23.0",
"nprogress": "^0.2.0",
"react": "^16.8.0",
"react-add-to-calendar": "^0.1.5",
"react-apexcharts": "^1.3.7",
"react-apollo": "3.1.4",
"react-beforeunload": "^2.1.0",
"react-copy-to-clipboard": "^5.0.2",
"react-country-flag": "^2.0.1",
"react-device-detect": "^1.12.1",
"react-dom": "^16.8.0",
"react-draggable": "^4.2.0",
"react-feather": "^2.0.8",
"react-firebase-file-uploader": "^2.4.3",
"react-firebase-hooks": "^2.2.0",
"react-google-button": "^0.7.1",
"react-helmet": "^6.0.0",
"react-hook-form": "^5.1.1",
"react-image-crop": "^8.6.1",
"react-images-upload": "^1.2.8",
"react-infinite-scroll-component": "^5.0.4",
"react-infinite-scroller": "^1.2.4",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^4.2.2",
"react-perfect-scrollbar": "^1.5.8",
"react-player": "^1.15.3",
"react-redux": "^7.2.0",
"react-rnd": "^10.1.9",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-share": "^4.1.0",
"react-smooth-dnd": "^0.11.1",
"react-timestamp": "^5.1.0",
"react-use": "^15.1.0",
"react-window": "^1.8.5",
"recoil": "^0.0.8",
"react-webcam": "^5.0.2",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.2.12",
"use-combined-reducers": "^1.0.4",
"uuid": "^7.0.3",
"yup": "^0.28.5"
},
"resolutions": {
"apollo-client": "2.6.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged --debug"
}
},
"lint-staged": {
"*.js": "eslint --max-warnings=0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@welldone-software/why-did-you-render": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"react-snap": "^1.10.0"
},
"reactSnap": {
"inlineCss": true
}
}