-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.68 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
{
"name": "sagui-react",
"description": "Sistema Administração de Guias Odontológicas",
"version": "2.0.0",
"private": true,
"bugs": {
"url": "https://github.com/sagui-oficial/painel-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagui-oficial/painel-react.git"
},
"author": "Bruno Macedo <[email protected]> (https://brunomacedo.com.br/)",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/styles": "^3.0.0-alpha.10",
"axios": "^0.18.0",
"eslint-config-airbnb": "^17.1.0",
"firebase": "^5.9.1",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dates": "^20.2.5",
"react-dom": "^16.8.4",
"react-google-charts": "^3.0.13",
"react-helmet": "^5.2.0",
"react-redux": "5.0.7",
"react-redux-firebase": "^2.2.6",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-select": "^2.4.2",
"redux": "^4.0.1",
"redux-firestore": "^0.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --verbose",
"coverage": "react-scripts test --coverage",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "airbnb",
"env": {
"jest": true
},
"parser": "babel-eslint"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": ">=10",
"npm": ">=6"
}
}