{ "name": "mapolo", "version": "0.0.1", "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" }, "repository": { "type": "git", "url": "https://github.com/lukasmartinelli/mapolo" }, "author": "Lukas Martinelli", "license": "MIT", "homepage": "https://github.com/lukasmartinelli/mapolo#readme", "dependencies": { "file-saver": "^1.3.2", "immutable": "^3.8.1", "mapbox-gl": "^0.23.0", "mapbox-gl-style-spec": "^8.8.0", "node-sass": "^3.9.2", "randomcolor": "^0.4.4", "react": "^15.3.0", "react-collapse": "^2.3.3", "react-dom": "15.3.0", "react-file-reader-input": "^1.1.0", "react-height": "^2.1.1", "react-icons": "^2.2.1", "react-motion": "^0.4.4", "rebass": "^0.3.1", "sass-loader": "^4.0.1" }, "babel": { "presets": [ "es2015", "react" ], "plugins": [ "transform-object-rest-spread" ] }, "jshintConfig": { "esversion": 6 }, "eslintConfig": { "extend": [ "plugin:react/recommended" ], "env": { "browser": true, "node": true, "es6": true }, "parserOptions": { "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "impliedStrict": true, "experimentalObjectRestSpread": true, "jsx": true } }, "plugins": [ "react" ] }, "devDependencies": { "babel-core": "6.14.0", "babel-loader": "6.2.4", "babel-plugin-transform-class-properties": "^6.11.5", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "6.14.0", "babel-preset-react": "6.11.1", "babel-runtime": "^6.11.6", "css-loader": "0.25.0", "eslint": "^3.4.0", "eslint-plugin-react": "^6.2.0", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "0.9.0", "html-webpack-plugin": "^2.22.0", "json-loader": "^0.5.4", "react-hot-loader": "1.3.0", "style-loader": "0.13.1", "transform-loader": "^0.2.3", "url-loader": "0.5.7", "webpack": "1.13.2", "webpack-cleanup-plugin": "^0.3.0", "webpack-dev-server": "1.15.1", "webworkify-webpack": "^1.1.7" } }