You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "wundertiles",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --mode production",
|
|
|
|
"dev": "webpack --mode development --watch",
|
|
|
|
"lint": "eslint '**/*.js'",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"css-loader": "^2.1.1",
|
|
|
|
"eslint": "^5.16.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-import": "^2.17.2",
|
|
|
|
"eslint-plugin-node": "^8.0.1",
|
|
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
"less": "^3.9.0",
|
|
|
|
"less-loader": "^4.1.0",
|
|
|
|
"style-loader": "^0.23.1",
|
|
|
|
"url-loader": "^1.1.2",
|
|
|
|
"webpack": "^4.30.0",
|
|
|
|
"webpack-cli": "^3.3.1",
|
|
|
|
"webpack-dev-server": "^3.3.1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"leaflet": "^1.4.0"
|
|
|
|
}
|
|
|
|
}
|