-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.22 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.22 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
{
"name": "grata-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-pdf/renderer": "^1.6.7",
"antd": "^3.20.5",
"axios": "^0.19.0",
"chart.js": "^2.9.3",
"chartist": "^0.11.3",
"css-animation": "^2.0.4",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.8.6",
"react-pdf": "^4.1.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "npm run build"
},
"engines": {
"node": "12.7.0",
"npm": "6.10.0"
},
"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"
]
},
"author": {
"name": "Victor Hugo Lopes Mota",
"licence": "GPL v.3"
}
}