2015-06-15 15:21:19 +02:00
|
|
|
{
|
2016-09-20 13:51:54 +02:00
|
|
|
"name": "maputnik",
|
2020-03-30 18:44:26 +02:00
|
|
|
"version": "1.7.0-beta",
|
2016-09-08 19:50:27 +02:00
|
|
|
"description": "A MapboxGL visual style editor",
|
2015-06-15 15:21:19 +02:00
|
|
|
"main": "''",
|
|
|
|
"scripts": {
|
2017-04-04 16:51:30 +02:00
|
|
|
"stats": "webpack --config config/webpack.production.config.js --profile --json > stats.json",
|
|
|
|
"build": "webpack --config config/webpack.production.config.js --progress --profile --colors",
|
2019-10-16 10:56:26 +02:00
|
|
|
"profiling-build": "webpack --config config/webpack.profiling.config.js --progress --profile --colors",
|
2018-01-17 17:53:42 +01:00
|
|
|
"test": "cross-env NODE_ENV=test wdio config/wdio.conf.js",
|
|
|
|
"test-watch": "cross-env NODE_ENV=test wdio config/wdio.conf.js --watch",
|
2017-11-03 12:04:15 +01:00
|
|
|
"start": "webpack-dev-server --progress --profile --colors --config config/webpack.config.js",
|
2020-02-21 09:06:01 +01:00
|
|
|
"lint-js": "eslint --ext js --ext jsx src test",
|
|
|
|
"lint-css": "stylelint \"src/styles/*.scss\"",
|
|
|
|
"lint": "npm run lint-js && npm run lint-css"
|
2015-06-15 15:21:19 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-20 13:51:54 +02:00
|
|
|
"url": "https://github.com/maputnik/editor"
|
2015-06-15 15:21:19 +02:00
|
|
|
},
|
2016-09-08 19:50:27 +02:00
|
|
|
"author": "Lukas Martinelli",
|
2015-06-15 15:21:19 +02:00
|
|
|
"license": "MIT",
|
2016-09-20 13:51:54 +02:00
|
|
|
"homepage": "https://github.com/maputnik/editor#readme",
|
2015-06-15 15:21:19 +02:00
|
|
|
"dependencies": {
|
2020-02-17 20:38:01 +01:00
|
|
|
"@babel/runtime": "^7.8.4",
|
2019-10-09 23:06:59 +02:00
|
|
|
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
|
2020-02-21 10:07:25 +01:00
|
|
|
"@mapbox/mapbox-gl-style-spec": "^13.12.0",
|
2020-03-28 13:53:46 +01:00
|
|
|
"@mdi/react": "^1.3.0",
|
2020-04-06 15:18:41 +02:00
|
|
|
"array-move": "^2.2.1",
|
2018-10-06 17:01:34 +02:00
|
|
|
"classnames": "^2.2.6",
|
2020-02-21 10:07:25 +01:00
|
|
|
"codemirror": "^5.52.0",
|
2019-10-09 23:06:59 +02:00
|
|
|
"color": "^3.1.2",
|
2020-03-28 09:33:57 +01:00
|
|
|
"detect-browser": "^5.0.0",
|
2019-10-09 20:51:57 +02:00
|
|
|
"file-saver": "^2.0.2",
|
2020-03-08 19:38:32 +01:00
|
|
|
"json-to-ast": "^2.1.0",
|
2020-03-08 20:00:36 +01:00
|
|
|
"jsonlint": "github:josdejong/jsonlint#85a19d7",
|
2019-10-12 11:10:33 +02:00
|
|
|
"lodash": "^4.17.15",
|
2016-12-28 16:48:49 +01:00
|
|
|
"lodash.capitalize": "^4.2.1",
|
2018-05-22 22:16:46 +02:00
|
|
|
"lodash.clamp": "^4.0.3",
|
2016-12-20 20:21:35 +01:00
|
|
|
"lodash.clonedeep": "^4.5.0",
|
2019-06-01 09:28:22 +02:00
|
|
|
"lodash.get": "^4.4.2",
|
2017-11-07 11:11:42 +01:00
|
|
|
"lodash.isequal": "^4.5.0",
|
2016-12-19 22:13:22 +01:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2020-03-28 09:33:57 +01:00
|
|
|
"mapbox-gl": "^1.9.0",
|
2018-04-13 14:24:39 +02:00
|
|
|
"mapbox-gl-inspect": "^1.3.1",
|
2020-02-17 19:52:16 +01:00
|
|
|
"maputnik-design": "github:maputnik/design#f7a2b4d",
|
2020-02-17 20:38:01 +01:00
|
|
|
"ol": "^6.2.1",
|
|
|
|
"ol-mapbox-style": "^6.0.1",
|
2019-10-09 23:06:59 +02:00
|
|
|
"prop-types": "^15.7.2",
|
2020-01-19 17:39:41 +01:00
|
|
|
"react": "^16.12.0",
|
2020-03-28 13:53:46 +01:00
|
|
|
"react-accessible-accordion": "^3.0.1",
|
2020-02-17 20:38:01 +01:00
|
|
|
"react-aria-menubutton": "^6.3.0",
|
2019-10-09 20:51:57 +02:00
|
|
|
"react-aria-modal": "^4.0.0",
|
2018-08-22 10:33:01 +02:00
|
|
|
"react-autobind": "^1.0.6",
|
2018-10-06 17:01:34 +02:00
|
|
|
"react-autocomplete": "^1.8.1",
|
2020-01-18 23:03:29 +01:00
|
|
|
"react-collapse": "^5.0.1",
|
2020-01-19 17:39:41 +01:00
|
|
|
"react-color": "^2.18.0",
|
|
|
|
"react-dom": "^16.12.0",
|
2018-10-06 17:01:34 +02:00
|
|
|
"react-file-reader-input": "^2.0.0",
|
|
|
|
"react-icon-base": "^2.1.2",
|
2020-02-17 20:38:01 +01:00
|
|
|
"react-icons": "^3.9.0",
|
2017-11-07 11:11:42 +01:00
|
|
|
"react-motion": "^0.5.2",
|
2020-02-17 20:38:01 +01:00
|
|
|
"react-sortable-hoc": "^1.11.0",
|
|
|
|
"reconnecting-websocket": "^4.4.0",
|
2020-01-19 17:39:41 +01:00
|
|
|
"slugify": "^1.3.6",
|
2017-01-05 19:34:32 +01:00
|
|
|
"url": "^0.11.0"
|
2015-06-15 15:21:19 +02:00
|
|
|
},
|
2016-09-08 19:47:29 +02:00
|
|
|
"jshintConfig": {
|
|
|
|
"esversion": 6
|
|
|
|
},
|
2017-01-12 11:23:06 +01:00
|
|
|
"stylelint": {
|
2018-04-17 15:55:13 +02:00
|
|
|
"extends": "stylelint-config-recommended-scss",
|
|
|
|
"rules": {
|
2018-05-10 17:30:23 +02:00
|
|
|
"no-descending-specificity": null,
|
|
|
|
"media-feature-name-no-unknown": [
|
|
|
|
true,
|
|
|
|
{
|
|
|
|
"ignoreMediaFeatureNames": [
|
|
|
|
"prefers-reduced-motion"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2018-04-17 15:55:13 +02:00
|
|
|
}
|
2017-01-12 11:23:06 +01:00
|
|
|
},
|
2016-09-08 19:47:29 +02:00
|
|
|
"eslintConfig": {
|
2016-09-20 18:10:57 +02:00
|
|
|
"plugins": [
|
|
|
|
"react"
|
|
|
|
],
|
2017-11-08 09:47:36 +01:00
|
|
|
"extends": [
|
2016-09-08 19:47:29 +02:00
|
|
|
"plugin:react/recommended"
|
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"node": true,
|
|
|
|
"es6": true
|
|
|
|
},
|
2016-09-20 18:10:57 +02:00
|
|
|
"parser": "babel-eslint",
|
2016-09-08 19:47:29 +02:00
|
|
|
"parserOptions": {
|
|
|
|
"ecmaVersion": 6,
|
|
|
|
"sourceType": "module",
|
|
|
|
"ecmaFeatures": {
|
2016-09-09 11:29:18 +02:00
|
|
|
"impliedStrict": true,
|
|
|
|
"experimentalObjectRestSpread": true,
|
2016-09-08 19:47:29 +02:00
|
|
|
"jsx": true
|
|
|
|
}
|
2020-03-30 10:57:14 +02:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"react": {
|
|
|
|
"version": "detect"
|
|
|
|
}
|
2016-09-20 18:10:57 +02:00
|
|
|
}
|
2016-09-08 19:47:29 +02:00
|
|
|
},
|
2015-06-15 15:21:19 +02:00
|
|
|
"devDependencies": {
|
2020-02-17 20:38:01 +01:00
|
|
|
"@babel/core": "^7.8.4",
|
2019-10-09 23:06:59 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
|
|
|
"@babel/preset-env": "^7.6.3",
|
2018-10-06 22:05:33 +02:00
|
|
|
"@babel/preset-flow": "^7.0.0",
|
2019-10-09 23:06:59 +02:00
|
|
|
"@babel/preset-react": "^7.6.3",
|
2020-03-28 09:33:57 +01:00
|
|
|
"@mdi/js": "^5.0.45",
|
|
|
|
"@wdio/cli": "^6.0.5",
|
|
|
|
"@wdio/local-runner": "^6.0.5",
|
|
|
|
"@wdio/mocha-framework": "^6.0.4",
|
|
|
|
"@wdio/selenium-standalone-service": "^6.0.4",
|
|
|
|
"@wdio/spec-reporter": "^6.0.4",
|
|
|
|
"@wdio/sync": "^6.0.1",
|
2019-10-09 23:06:59 +02:00
|
|
|
"babel-eslint": "^10.0.3",
|
2020-03-28 09:33:57 +01:00
|
|
|
"babel-loader": "^8.1.0",
|
2020-02-17 20:38:01 +01:00
|
|
|
"babel-plugin-istanbul": "^6.0.0",
|
2019-10-09 23:06:59 +02:00
|
|
|
"babel-plugin-static-fs": "^3.0.0",
|
2020-02-17 20:38:01 +01:00
|
|
|
"copy-webpack-plugin": "^5.1.1",
|
2019-10-09 23:06:59 +02:00
|
|
|
"cors": "^2.8.5",
|
2020-02-17 20:38:01 +01:00
|
|
|
"cross-env": "^7.0.0",
|
|
|
|
"css-loader": "^3.4.2",
|
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-plugin-react": "^7.18.3",
|
2019-06-08 18:10:54 +02:00
|
|
|
"express": "^4.17.1",
|
2020-03-28 09:33:57 +01:00
|
|
|
"file-loader": "^6.0.0",
|
2020-02-17 19:52:16 +01:00
|
|
|
"html-webpack-inline-svg-plugin": "^1.3.0",
|
2018-04-17 11:45:24 +02:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2019-06-08 18:10:54 +02:00
|
|
|
"is-docker": "^2.0.0",
|
2018-01-05 18:45:55 +01:00
|
|
|
"istanbul": "^0.4.5",
|
2020-02-17 20:38:01 +01:00
|
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
|
|
"mkdirp": "^1.0.3",
|
|
|
|
"mocha": "^7.0.1",
|
|
|
|
"node-sass": "^4.13.1",
|
|
|
|
"react-hot-loader": "^4.12.19",
|
|
|
|
"sass-loader": "^8.0.2",
|
|
|
|
"selenium-standalone": "^6.17.0",
|
|
|
|
"style-loader": "^1.1.3",
|
|
|
|
"stylelint": "^13.2.0",
|
|
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
|
|
|
"stylelint-scss": "^3.14.2",
|
2020-02-17 16:39:54 +01:00
|
|
|
"svg-inline-loader": "^0.8.2",
|
2017-11-07 11:11:42 +01:00
|
|
|
"transform-loader": "^0.2.4",
|
2020-03-28 09:33:57 +01:00
|
|
|
"uuid": "^7.0.2",
|
|
|
|
"webdriverio": "^6.0.5",
|
2020-02-17 20:38:01 +01:00
|
|
|
"webpack": "^4.41.6",
|
|
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
2017-11-07 12:05:30 +01:00
|
|
|
"webpack-cleanup-plugin": "^0.5.1",
|
2020-02-17 20:38:01 +01:00
|
|
|
"webpack-cli": "^3.3.11",
|
|
|
|
"webpack-dev-server": "^3.10.3"
|
2015-06-15 15:21:19 +02:00
|
|
|
}
|
|
|
|
}
|