-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.86 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
{
"name": "mapbox-maps",
"version": "0.1.0",
"private": true,
"homepage": "https://mpmckenna8.github.io/eventmapbox",
"devDependencies": {
"@mapbox/spritezero-cli": "^2.0.0",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
"eslint": "^3.17.1",
"eslint-config-mourner": "^2.0.1",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-react": "^6.10.0",
"gh-pages": "^0.12.0",
"react-scripts": "0.9.5",
"react-test-renderer": "^15.5.4"
},
"dependencies": {
"@mapbox/polyline": "^0.2.0",
"@turf/bbox": "^3.13.0",
"@turf/bbox-polygon": "^3.13.0",
"@turf/buffer": "^3.13.0",
"@turf/distance": "^4.5.2",
"blueimp-md5": "^2.7.0",
"cheap-ruler": "^2.5.0",
"history": "^4.6.3",
"lodash": "^4.17.4",
"mapbox-gl": "^0.38.0",
"prop-types": "^15.5.10",
"react": "^15.5.0",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"recharts": "^1.0.0-alpha.0",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"wikidata-sdk": "^4.2.4",
"xhr": "^2.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run build-sprites && react-scripts build",
"test": "react-scripts test --env=jsdom",
"lint": "eslint src/**/*.js",
"fix": "eslint --fix src/**/*.js",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build-sprites": "spritezero public/sprite src/styles/icons && spritezero public/sprite@2x src/styles/icons --retina"
},
"description": "A Google-like interface to Mapbox maps.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mpmckenna8/eventmapbox.git"
},
"author": "benjamintd",
"license": "MIT",
"bugs": {
"url": "https://github.com/mpmckenna8/eventmapbox/issues"
}
}