mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 08:27:45 +01:00
98 lines
2.6 KiB
JSON
98 lines
2.6 KiB
JSON
{
|
|
"name": "mapolo",
|
|
"version": "0.0.1",
|
|
"description": "A MapboxGL visual style editor",
|
|
"main": "''",
|
|
"scripts": {
|
|
"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",
|
|
"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-geomicons": "^2.0.5",
|
|
"react-height": "^2.1.1",
|
|
"react-icons": "^2.2.1",
|
|
"react-mapbox-gl": "^0.11.0",
|
|
"react-motion": "^0.4.4",
|
|
"react-scrollbar": "^0.4.1",
|
|
"react-tap-event-plugin": "^1.0.0",
|
|
"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"
|
|
}
|
|
}
|