-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.37 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.37 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
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
{
"name": "birdinginvermont",
"homepage": "https://birdinginvermont.com",
"version": "0.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@turf/center-of-mass": "^6.5.0",
"@turf/nearest-point": "^6.5.0",
"@turf/rewind": "^5.1.5",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"compare-latlong": "^1.0.4",
"cors": "^2.8.5",
"csv-parse": "^4.15.3",
"d3": "^5.15.1",
"d3-geo": "^1.12.0",
"d3-scale-chromatic": "^2.0.0",
"d3-selection": "^1.4.1",
"express": "^4.17.1",
"fetch": "^1.1.0",
"geojson-geometries-lookup": "^0.3.1",
"gray-matter": "^4.0.2",
"helmet": "^3.23.3",
"leaflet": "^1.6.0",
"leaflet-knn": "^0.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"moment-weekofmonth": "^1.0.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"node-sass": "^4.13.1",
"papaparse": "^5.2.0",
"provinces": "^1.11.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-csv-reader": "^3.0.5",
"react-datepicker": "^4.5.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-markdown": "^4.3.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-select": "^5.2.1",
"readline": "^1.3.0",
"remove-blank-lines": "^1.4.0",
"topojson": "^3.0.2",
"turf": "^3.0.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"watchOptions": {
"ignored": [
"src/ebird-ext/node_modules"
]
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"gh-pages": "^2.2.0"
}
}