-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "geojson-visualizer",
"description": "An opinionated tool for rapid visualization of geospatial data",
"author": "Nick Gottlieb",
"version": "0.0.1",
"homepage": "https://ngottlieb.github.io/geojson-visualizer/",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production",
"predeploy": "npm run-script build",
"deploy": "gh-pages -d public"
},
"src": "./public",
"dependencies": {
"@turf/bbox": "^6.0.1",
"@turf/meta": "^6.0.2",
"leaflet": "^1.3.4",
"leaflet-ajax": "^2.1.0",
"ncu": "^0.2.1",
"npm-check-updates": "^2.14.3",
"query-string": "^5.1.1",
"react-copy-to-clipboard": "^5.0.1",
"react-ga": "^2.5.6"
},
"devDependencies": {
"auto-reload-brunch": "^2",
"babel-brunch": "~6.0",
"babel-preset-latest": "^6",
"babel-preset-react": "^6.24.1",
"brunch": "^2",
"clean-css-brunch": "^2",
"copycat-brunch": "git+ssh://[email protected]/cmelgarejo/copycat-brunch.git",
"gh-pages": "^2.0.1",
"react": "^16.6.3",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.6.3",
"react-leaflet": "^2.1.2",
"uglify-js-brunch": "^2"
}
}