{ "name": "maputnik", "version": "1.0.1", "description": "A MapboxGL visual style editor", "main": "''", "scripts": { "stats": "webpack --config config/webpack.production.config.js --profile --json > stats.json", "build": "webpack --config config/webpack.production.config.js --progress --profile --colors", "test": "wdio config/wdio.conf.js", "test-watch": "wdio config/wdio.conf.js --watch", "start": "webpack-dev-server --progress --profile --colors --watch-poll --config config/webpack.config.js", "lint": "eslint --ext js --ext jsx {src,test}", "lint-styles": "stylelint 'src/styles/*.scss'" }, "repository": { "type": "git", "url": "https://github.com/maputnik/editor" }, "author": "Lukas Martinelli", "license": "MIT", "homepage": "https://github.com/maputnik/editor#readme", "dependencies": { "@mapbox/mapbox-gl-rtl-text": "^0.1.0", "@mapbox/mapbox-gl-style-spec": "^9.0.1", "classnames": "^2.2.5", "codemirror": "^5.18.2", "color": "^1.0.3", "file-saver": "^1.3.2", "github-api": "^3.0.0", "jsonlint": "josdejong/jsonlint#85a19d7", "lodash.capitalize": "^4.2.1", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.4.0", "lodash.throttle": "^4.1.1", "mapbox-gl": "^0.40.1", "mapbox-gl-inspect": "^1.2.3", "maputnik-design": "github:maputnik/design", "mousetrap": "^1.6.0", "ol-mapbox-style": "1.0.1", "openlayers": "^3.19.1", "react": "^15.4.0", "react-addons-pure-render-mixin": "^15.4.0", "react-autocomplete": "^1.4.0", "react-codemirror": "^0.3.0", "react-collapse": "^4.0.3", "react-color": "^2.10.0", "react-copy-to-clipboard": "^5.0.1", "react-dom": "^15.4.0", "react-file-reader-input": "^1.1.0", "react-height": "^3.0.0", "react-icon-base": "^2.0.4", "react-icons": "^2.2.1", "react-motion": "^0.4.7", "react-sortable-hoc": "^0.4.5", "reconnecting-websocket": "^3.0.3", "request": "^2.79.0", "url": "^0.11.0" }, "jshintConfig": { "esversion": 6 }, "stylelint": { "extends": "stylelint-config-standard" }, "eslintConfig": { "plugins": [ "react" ], "extend": [ "plugin:react/recommended" ], "env": { "browser": true, "node": true, "es6": true }, "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "impliedStrict": true, "experimentalObjectRestSpread": true, "jsx": true } } }, "devDependencies": { "babel-core": "6.21.0", "babel-eslint": "^7.1.1", "babel-loader": "6.2.10", "babel-plugin-transform-class-properties": "^6.11.5", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-flow-strip-types": "^6.21.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "6.18.0", "babel-preset-react": "6.16.0", "babel-runtime": "^6.11.6", "base64-loader": "^1.0.0", "css-loader": "0.26.1", "eslint": "^3.5.0", "eslint-plugin-react": "^6.2.0", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.11.1", "html-webpack-plugin": "^2.22.0", "json-loader": "^0.5.4", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.3.0", "karma-webpack": "^2.0.1", "mocha": "^3.1.2", "mocha-loader": "^1.0.0", "node-sass": "^4.2.0", "react-hot-loader": "^3.0.0-beta.6", "sass-loader": "^4.0.1", "style-loader": "0.13.1", "stylelint": "^7.7.1", "stylelint-config-standard": "^15.0.1", "transform-loader": "^0.2.3", "wdio-mocha-framework": "^0.5.9", "wdio-phantomjs-service": "^0.2.2", "wdio-spec-reporter": "^0.1.0", "webdriverio": "^4.6.2", "webpack": "1.14.0", "webpack-cleanup-plugin": "^0.4.1", "webpack-dev-server": "1.16.2" } }