This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
101 lines (101 loc) · 2.93 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
93
94
95
96
97
98
99
100
101
{
"name": "resilience-atlas-react",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "./node_modules/.bin/eslint --debug src/",
"lint:write": "./node_modules/.bin/eslint --debug src/ --fix",
"prettier": "./node_modules/.bin/prettier --write src/**/*.js"
},
"lint-staged": {
"*.(js|jsx)": [
"yarn lint:write",
"git add"
]
},
"dependencies": {
"@carto/carto.js": "^4.1.11",
"axios": "^0.18.0",
"customize-cra": "^0.2.12",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"foundation-sites": "^6.5.3",
"leaflet": "^1.4.0",
"leaflet-active-area": "^1.1.0",
"leaflet-utfgrid": "^0.3.0",
"leaflet.pm": "^2.0.3",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"normalizr": "^3.3.0",
"numeral": "^2.0.6",
"qs": "^6.7.0",
"react": "^16.8.4",
"react-app-rewire-scss": "^1.0.2",
"react-app-rewired": "^2.1.1",
"react-beautiful-dnd": "^11.0.0-beta.3",
"react-dangerous-html": "^1.0.0",
"react-dom": "^16.8.4",
"react-dropzone": "^10.1.4",
"react-foundation": "^0.9.6",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.0",
"react-iframe": "^1.8.0",
"react-leaflet": "^2.2.1",
"react-leaflet-draw": "^0.19.0",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.8",
"react-slick": "^0.23.2",
"recharts": "^1.5.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.2.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"resilience-layer-manager": "https://github.com/ConservationInternational/resilienceatlas-layermanager.git#1.0.4",
"slick-carousel": "^1.8.1",
"source-map-explorer": "^2.0.1",
"vizzuality-components": "^1.1.1",
"wri-json-api-serializer": "^1.0.1",
"yup": "^0.27.0"
},
"devDependencies": {
"@types/leaflet": "^1.4.4",
"@types/leaflet-draw": "^0.4.14",
"@types/react": "^16.8.15",
"@types/react-dom": "^16.8.4",
"@types/react-leaflet": "^2.2.1",
"babel-eslint": "9.0.0",
"babel-preset-react": "^6.24.1",
"eslint": "5.12.0",
"eslint-config-codica": "^1.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.1.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"node-sass": "^4.11.0",
"prettier": "^1.15.3",
"vega": "^5.3.2",
"vega-lib": "^4.4.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}