-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 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
{
"name": "map",
"version": "1.0.0",
"description": "slogger.me/map – geodata visualisation ",
"main": "index.js",
"scripts": {
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"build": "NODE_ENV=production webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slogger/map.git"
},
"keywords": [
"mapbox",
"geo",
"geodata",
"visualisation"
],
"author": "Maxim Syrykh (@slggr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/slogger/map/issues"
},
"homepage": "https://github.com/slogger/map#readme",
"dependencies": {
"mapbox-react": "slogger/mapbox-react",
"mapbox.js": "^2.4.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-lite": "^0.15.14",
"react-mapboxmap": "0.0.3",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.13.1"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.11.1",
"eslint-config-google": "^0.5.0",
"eslint-plugin-react": "^5.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.4",
"postcss-cssnext": "^2.6.0",
"postcss-loader": "^0.9.1",
"style-loader": "^0.13.1",
"turf": "^3.0.5"
}
}