mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 12:20:03 +00:00
Restructure layers and clean up deps
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user