-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 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
{
"name": "mapa-ancestral",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-app-env": "^1.2.3",
"react-dom": "^16.4.1",
"react-to-print": "^2.0.0-alpha-4",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-full-screen": "^0.2.3",
"react-icons": "^3.2.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-simple-maps": "^0.12.1",
"reactstrap": "^6.5.0",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.0.1"
},
"scripts": {
"start": "react-app-env --env-file=environments/.env.development start",
"build": "react-app-env --env-file=environments/.env build",
"test": "react-app-env --env-file=environments/.env.development test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}