2015-06-15 15:21:19 +02:00
|
|
|
{
|
2016-09-20 13:51:54 +02:00
|
|
|
"name": "maputnik",
|
2018-07-27 14:19:14 +02:00
|
|
|
"version": "1.4.0",
|
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",
|
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",
|
2017-01-12 11:23:06 +01:00
|
|
|
"lint": "eslint --ext js --ext jsx {src,test}",
|
2018-08-22 10:33:01 +02:00
|
|
|
"lint-styles": "stylelint 'src/styles/*.scss'"
|
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": {
|
2018-08-01 21:33:33 +02:00
|
|
|
"@mapbox/mapbox-gl-rtl-text": "^0.2.0",
|
|
|
|
"@mapbox/mapbox-gl-style-spec": "^13.1.0",
|
2017-01-11 09:35:48 +01:00
|
|
|
"classnames": "^2.2.5",
|
2018-05-09 10:39:03 +02:00
|
|
|
"codemirror": "^5.37.0",
|
2018-04-17 11:45:24 +02:00
|
|
|
"color": "^3.0.0",
|
|
|
|
"file-saver": "^1.3.8",
|
2017-11-07 11:11:42 +01:00
|
|
|
"jsonlint": "github:josdejong/jsonlint#85a19d7",
|
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",
|
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",
|
2018-08-01 21:33:33 +02:00
|
|
|
"mapbox-gl": "^0.47.0",
|
2018-04-13 14:24:39 +02:00
|
|
|
"mapbox-gl-inspect": "^1.3.1",
|
2017-10-11 12:17:02 +02:00
|
|
|
"maputnik-design": "github:maputnik/design",
|
2018-02-06 09:26:53 +01:00
|
|
|
"ol-mapbox-style": "^2.10.1",
|
2018-04-17 11:45:24 +02:00
|
|
|
"ol": "^4.6.5",
|
2017-11-06 16:32:04 +01:00
|
|
|
"prop-types": "^15.6.0",
|
2018-04-17 11:45:24 +02:00
|
|
|
"react": "^16.3.2",
|
2018-05-22 22:16:46 +02:00
|
|
|
"react-aria-menubutton": "^5.1.1",
|
2018-05-11 11:55:32 +02:00
|
|
|
"react-aria-modal": "^2.12.1",
|
2018-08-22 10:33:01 +02:00
|
|
|
"react-autobind": "^1.0.6",
|
2017-11-07 11:11:42 +01:00
|
|
|
"react-autocomplete": "^1.7.2",
|
2018-04-17 11:45:24 +02:00
|
|
|
"react-codemirror2": "^4.2.1",
|
2017-10-10 23:34:16 +02:00
|
|
|
"react-collapse": "^4.0.3",
|
2018-04-17 11:45:24 +02:00
|
|
|
"react-color": "^2.14.1",
|
|
|
|
"react-dom": "^16.3.2",
|
2017-11-07 11:11:42 +01:00
|
|
|
"react-file-reader-input": "^1.1.4",
|
|
|
|
"react-icon-base": "^2.1.1",
|
|
|
|
"react-icons": "^2.2.7",
|
|
|
|
"react-motion": "^0.5.2",
|
2017-11-06 16:35:29 +01:00
|
|
|
"react-sortable-hoc": "^0.6.8",
|
2017-11-07 11:11:42 +01:00
|
|
|
"reconnecting-websocket": "^3.2.2",
|
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
|
|
|
|
}
|
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": {
|
2018-05-09 10:39:03 +02:00
|
|
|
"babel-core": "^6.26.3",
|
2018-04-17 11:45:24 +02:00
|
|
|
"babel-eslint": "^8.2.3",
|
|
|
|
"babel-loader": "7.1.4",
|
|
|
|
"babel-plugin-istanbul": "^4.1.6",
|
2017-11-07 11:11:42 +01:00
|
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
2015-06-15 15:21:19 +02:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2017-11-07 11:11:42 +01:00
|
|
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
2017-11-07 11:48:15 +01:00
|
|
|
"babel-preset-env": "^1.6.1",
|
2018-02-07 12:00:24 +01:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2018-01-25 20:12:04 +01:00
|
|
|
"babel-preset-flow": "^6.23.0",
|
2017-11-07 11:39:37 +01:00
|
|
|
"babel-preset-react": "^6.24.1",
|
2018-01-05 18:45:55 +01:00
|
|
|
"babel-register": "^6.26.0",
|
2017-11-07 11:11:42 +01:00
|
|
|
"babel-runtime": "^6.26.0",
|
2018-04-17 11:45:24 +02:00
|
|
|
"copy-webpack-plugin": "^4.5.1",
|
2018-01-05 18:45:55 +01:00
|
|
|
"cors": "^2.8.4",
|
2018-04-17 11:45:24 +02:00
|
|
|
"cross-env": "^5.1.4",
|
|
|
|
"css-loader": "^0.28.11",
|
|
|
|
"eslint": "^4.19.1",
|
2017-11-07 11:52:02 +01:00
|
|
|
"eslint-plugin-react": "^7.4.0",
|
2018-04-17 11:45:24 +02:00
|
|
|
"express": "^4.16.3",
|
2017-11-07 11:56:08 +01:00
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
2017-11-07 11:44:52 +01:00
|
|
|
"file-loader": "^1.1.5",
|
2018-04-17 11:45:24 +02:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2018-01-05 18:45:55 +01:00
|
|
|
"is-docker": "^1.1.0",
|
|
|
|
"istanbul": "^0.4.5",
|
2018-04-17 11:45:24 +02:00
|
|
|
"istanbul-lib-coverage": "^1.2.0",
|
2017-11-07 11:11:42 +01:00
|
|
|
"json-loader": "^0.5.7",
|
2018-01-05 18:45:55 +01:00
|
|
|
"mkdirp": "^0.5.1",
|
2018-05-09 10:39:03 +02:00
|
|
|
"mocha": "^5.1.1",
|
|
|
|
"node-sass": "^4.9.0",
|
2018-08-22 10:33:01 +02:00
|
|
|
"raw-loader": "^0.5.1",
|
2017-11-07 11:11:42 +01:00
|
|
|
"react-hot-loader": "^3.1.1",
|
2018-04-17 11:45:24 +02:00
|
|
|
"sass-loader": "^7.0.1",
|
|
|
|
"selenium-standalone": "^6.14.0",
|
|
|
|
"style-loader": "^0.20.3",
|
2018-04-17 15:55:13 +02:00
|
|
|
"stylelint": "^9.2.0",
|
|
|
|
"stylelint-config-recommended-scss": "^3.2.0",
|
|
|
|
"stylelint-scss": "^3.0.0",
|
2017-11-07 11:11:42 +01:00
|
|
|
"transform-loader": "^0.2.4",
|
2018-04-17 11:45:24 +02:00
|
|
|
"uglifyjs-webpack-plugin": "^1.2.4",
|
2018-01-05 18:45:55 +01:00
|
|
|
"uuid": "^3.1.0",
|
2018-04-17 11:45:24 +02:00
|
|
|
"wdio-mocha-framework": "^0.5.13",
|
|
|
|
"wdio-selenium-standalone-service": "0.0.10",
|
2017-11-07 11:11:42 +01:00
|
|
|
"wdio-spec-reporter": "^0.1.2",
|
2018-04-09 18:51:12 +02:00
|
|
|
"webdriverio": "^4.12.0",
|
2017-11-07 12:05:30 +01:00
|
|
|
"webpack": "^3.8.1",
|
2017-11-07 12:48:01 +01:00
|
|
|
"webpack-bundle-analyzer": "^2.9.0",
|
2017-11-07 12:05:30 +01:00
|
|
|
"webpack-cleanup-plugin": "^0.5.1",
|
|
|
|
"webpack-dev-server": "^2.9.4"
|
2015-06-15 15:21:19 +02:00
|
|
|
}
|
|
|
|
}
|