-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.98 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.98 KB
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
{
"name": "paramedics-react",
"version": "1.0.0",
"author": "UW Blueprint",
"description": "Paramedics React App",
"homepage": "https://github.com/uwblueprint/paramedics-react",
"repository": {
"type": "git",
"url": "https://github.com/uwblueprint/paramedics-react.git"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.2.5",
"@apollo/react-hooks": "^3.1.5",
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.10.0",
"@sentry/browser": "^5.17.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"clsx": "^1.1.1",
"date-fns": "^2.14.0",
"google-map-react": "^2.1.8",
"graphql": "^14.6.0",
"graphql-tag": "^2.11.0",
"moment": "^2.27.0",
"notistack": "^0.9.17",
"offix-client": "^0.15.5",
"quagga": "^0.12.1",
"react": "^16.13.1",
"react-apollo": "^3.1.3",
"react-dom": "^16.13.1",
"react-geocode": "^0.2.2",
"react-material-ui-form-validator": "^2.0.10",
"react-offix-hooks": "^0.15.5",
"react-places-autocomplete": "^7.3.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"serve": "^11.3.0",
"subscriptions-transport-ws": "^0.9.18",
"typescript": "^3.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"serve": "serve -s build",
"lint": "eslint --ext .ts,.tsx --fix ./src",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts*' --write"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^2.5.1",
"ngrok": "^3.2.7",
"prettier": "^2.0.5"
}
}