forked from UNDP-Data/ea-africa-project-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.27 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "ea-project-pathway-viz",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.3.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/d3-array": "^3.0.1",
"@types/d3-axis": "^3.0.1",
"@types/d3-brush": "^3.0.1",
"@types/d3-collection": "^1.0.10",
"@types/d3-delaunay": "^6.0.0",
"@types/d3-format": "^3.0.1",
"@types/d3-geo": "^3.0.2",
"@types/d3-queue": "^3.0.8",
"@types/d3-request": "^1.0.6",
"@types/d3-scale": "^4.0.1",
"@types/d3-selection": "^3.0.1",
"@types/d3-shape": "^3.0.2",
"@types/d3-transition": "^3.0.1",
"@types/d3-zoom": "^3.0.1",
"@types/dom-to-image": "^2.6.3",
"@types/file-saver": "^2.0.5",
"@types/jest": "^26.0.24",
"@types/lodash.filter": "^4.6.6",
"@types/lodash.intersection": "^4.4.6",
"@types/lodash.max": "^4.0.6",
"@types/lodash.maxby": "^4.6.6",
"@types/lodash.min": "^4.0.6",
"@types/lodash.minby": "^4.6.6",
"@types/lodash.orderby": "^4.6.6",
"@types/lodash.range": "^3.2.6",
"@types/lodash.sortby": "^4.7.6",
"@types/lodash.sumby": "^4.6.7",
"@types/lodash.uniqby": "^4.7.6",
"@types/node": "^12.20.28",
"@types/react": "^17.0.27",
"@types/react-csv": "^1.1.2",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.14",
"antd": "^4.18.7",
"d3-array": "^3.1.1",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-collection": "^1.0.7",
"d3-delaunay": "^6.0.2",
"d3-format": "^3.1.0",
"d3-geo": "^3.0.1",
"d3-queue": "^3.0.7",
"d3-request": "^1.0.6",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.1.0",
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"lodash.filter": "^4.6.0",
"lodash.intersection": "^4.4.0",
"lodash.max": "^4.0.1",
"lodash.maxby": "^4.6.0",
"lodash.min": "^4.0.1",
"lodash.minby": "^4.6.0",
"lodash.orderby": "^4.6.0",
"lodash.range": "^3.2.0",
"lodash.sortby": "^4.7.0",
"lodash.sumby": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"react": "^17.0.2",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"styled-components": "^5.3.1",
"typescript": "^4.4.3",
"web-vitals": "^1.1.2",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.4.1"
}
}