-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.47 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
{
"name": "pronto-entregue-frontend",
"version": "2.2.0",
"private": true,
"engines": {
"yarn": "1.22.0",
"node": "12.14.0"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.0",
"@date-io/date-fns": "1.x",
"@date-io/moment": "1.x",
"@google/maps": "^1.1.0",
"@hot-loader/react-dom": "^16.9.0",
"@material-ui/core": "^4.3.3",
"@material-ui/lab": "^4.0.0-alpha.27",
"@material-ui/pickers": "^3.2.9",
"@mdi/js": "^4.2.95",
"@mdi/react": "^1.2.1",
"@react-google-maps/api": "^1.9.0",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-context": "^1.0.19",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.20",
"apollo-upload-client": "^11.0.0",
"customize-cra": "^1.0.0",
"date-fns": "^2.9.0",
"downshift": "^3.3.4",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"firebase": "^7.15.3",
"formik": "^2.0.6",
"framer-motion": "^1.11.1",
"graphql": "^14.5.4",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"notistack": "^0.9.7",
"numeral": "^2.0.6",
"path": "^0.12.7",
"react": "^16.9.0",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.5",
"react-beautiful-dnd": "^11.0.5",
"react-color": "^2.18.0",
"react-dom": "^16.9.0",
"react-dropzone": "^10.1.9",
"react-hot-loader": "^4.12.14",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"styled-components": "^4.3.2",
"subscriptions-transport-ws": "^0.9.16",
"victory": "^34.3.9",
"yup": "^0.27.0"
},
"scripts": {
"start": "node server.js",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --cache --color --ext .jsx,.js src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.8.0",
"eslint-plugin-import-helpers": "^1.0.2",
"eslint-plugin-react": "^7.18.0"
},
"plugins": [
"babel-plugin-styled-components"
]
}