{ "name": "maputnik", "version": "1.6.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", "profiling-build": "webpack --config config/webpack.profiling.config.js --progress --profile --colors", "test": "cross-env NODE_ENV=test wdio config/wdio.conf.js", "test-watch": "cross-env NODE_ENV=test wdio config/wdio.conf.js --watch", "start": "webpack-dev-server --progress --profile --colors --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": { "@babel/runtime": "^7.6.3", "@mapbox/mapbox-gl-rtl-text": "^0.2.3", "@mapbox/mapbox-gl-style-spec": "^13.9.1", "classnames": "^2.2.6", "codemirror": "^5.49.0", "color": "^3.1.2", "detect-browser": "^4.7.0", "file-saver": "^2.0.2", "jsonlint": "github:josdejong/jsonlint#85a19d7", "lodash": "^4.17.15", "lodash.capitalize": "^4.2.1", "lodash.clamp": "^4.0.3", "lodash.clonedeep": "^4.5.0", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", "mapbox-gl": "^1.5.0", "mapbox-gl-inspect": "^1.3.1", "maputnik-design": "github:maputnik/design", "ol": "^6.0.1", "ol-mapbox-style": "^5.0.2", "prop-types": "^15.7.2", "react": "^16.10.2", "react-aria-menubutton": "^6.2.0", "react-aria-modal": "^4.0.0", "react-autobind": "^1.0.6", "react-autocomplete": "^1.8.1", "react-collapse": "^5.0.1", "react-color": "^2.17.3", "react-dom": "^16.10.2", "react-file-reader-input": "^2.0.0", "react-icon-base": "^2.1.2", "react-icons": "^3.7.0", "react-motion": "^0.5.2", "react-sortable-hoc": "^1.10.1", "reconnecting-websocket": "^4.2.0", "slugify": "^1.3.5", "url": "^0.11.0" }, "jshintConfig": { "esversion": 6 }, "stylelint": { "extends": "stylelint-config-recommended-scss", "rules": { "no-descending-specificity": null, "media-feature-name-no-unknown": [ true, { "ignoreMediaFeatureNames": [ "prefers-reduced-motion" ] } ] } }, "eslintConfig": { "plugins": [ "react" ], "extends": [ "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": "^7.6.3", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.6.3", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.6.3", "@wdio/cli": "^5.14.5", "@wdio/local-runner": "^5.14.5", "@wdio/mocha-framework": "^5.14.4", "@wdio/selenium-standalone-service": "^5.13.2", "@wdio/spec-reporter": "^5.14.5", "@wdio/sync": "^5.14.4", "babel-eslint": "^10.0.3", "babel-loader": "8.0.6", "babel-plugin-istanbul": "^5.2.0", "babel-plugin-static-fs": "^3.0.0", "copy-webpack-plugin": "^5.0.4", "cors": "^2.8.5", "cross-env": "^6.0.3", "css-loader": "^3.2.0", "eslint": "^6.5.1", "eslint-plugin-react": "^7.16.0", "express": "^4.17.1", "file-loader": "^4.2.0", "html-webpack-plugin": "^3.2.0", "is-docker": "^2.0.0", "istanbul": "^0.4.5", "istanbul-lib-coverage": "^2.0.5", "mkdirp": "^0.5.1", "mocha": "^6.2.1", "node-sass": "^4.12.0", "react-hot-loader": "^4.12.15", "sass-loader": "^8.0.0", "selenium-standalone": "^6.16.0", "style-loader": "^1.0.0", "stylelint": "^11.0.0", "stylelint-config-recommended-scss": "^4.0.0", "stylelint-scss": "^3.11.1", "transform-loader": "^0.2.4", "uuid": "^3.3.3", "webdriverio": "^5.14.5", "webpack": "^4.41.0", "webpack-bundle-analyzer": "^3.5.2", "webpack-cleanup-plugin": "^0.5.1", "webpack-cli": "^3.3.9", "webpack-dev-server": "^3.8.2" } }