forked from veertly/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.67 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
{
"name": "veertly",
"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",
"apollo-boost": "0.4.7",
"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",
"firebase": "^7.13.2",
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.5.0",
"firebaseui": "^4.2.0",
"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.15.1",
"react": "^16.8.0",
"react-add-to-calendar": "^0.1.5",
"react-apollo": "3.1.4",
"react-beforeunload": "^2.1.0",
"react-copy-to-clipboard": "^5.0.2",
"react-country-flag": "^2.0.1",
"react-dom": "^16.8.0",
"react-draggable": "^4.2.0",
"react-firebase-file-uploader": "^2.4.3",
"react-firebase-hooks": "^2.1.0",
"react-firebaseui": "^4.0.0",
"react-helmet": "^6.0.0",
"react-hook-form": "^5.1.1",
"react-image-crop": "^8.6.1",
"react-images-upload": "^1.2.8",
"react-is-mounted-hook": "^1.0.3",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^4.2.2",
"react-player": "^1.15.3",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-share": "^4.1.0",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"semantic-ui-css": "^2.2.12",
"use-combined-reducers": "^1.0.4",
"uuid": "^7.0.3"
},
"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"
]
}
}