Restructure layers and clean up deps

This commit is contained in:
lukasmartinelli
2016-09-10 14:10:25 +02:00
parent e0a8b0a8e9
commit d527f3cd1c
10 changed files with 283 additions and 274 deletions

View File

@@ -4,6 +4,7 @@
"description": "A MapboxGL visual style editor",
"main": "''",
"scripts": {
"stats": "webpack --config webpack.production.config.js --profile --json > stats.json",
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"start": "webpack-dev-server --progress --profile --colors",
"lint": "eslint --ext js --ext jsx src"
@@ -18,7 +19,6 @@
"dependencies": {
"file-saver": "^1.3.2",
"immutable": "^3.8.1",
"lodash": "^4.15.0",
"mapbox-gl": "^0.23.0",
"mapbox-gl-style-spec": "^8.8.0",
"node-sass": "^3.9.2",
@@ -27,13 +27,9 @@
"react-collapse": "^2.3.3",
"react-dom": "15.3.0",
"react-file-reader-input": "^1.1.0",
"react-geomicons": "^2.0.5",
"react-height": "^2.1.1",
"react-icons": "^2.2.1",
"react-mapbox-gl": "^0.11.0",
"react-motion": "^0.4.4",
"react-scrollbar": "^0.4.1",
"react-tap-event-plugin": "^1.0.0",
"rebass": "^0.3.1",
"sass-loader": "^4.0.1"
},