|
@@ -1,59 +1,67 @@
|
|
|
{
|
|
{
|
|
|
- "name": "polirural-attractiveness",
|
|
|
|
|
|
|
+ "name": "polirural-attractiveness-cz",
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"description": "Rural attractiveness aplication",
|
|
"description": "Rural attractiveness aplication",
|
|
|
"main": "build/index.html",
|
|
"main": "build/index.html",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
- "build": "node node_modules/hslayers-ng/scripts/bootstrap-isolate.js && npx webpack --config ./webpack.prod.js --progress",
|
|
|
|
|
- "build-dev": "node node_modules/hslayers-ng/scripts/bootstrap-isolate.js && npx webpack --config ./webpack.dev.js --progress",
|
|
|
|
|
- "start": "npx http-server ./static -p 8080",
|
|
|
|
|
- "start-dev": "npx webpack-dev-server --config ./webpack.dev.js --watch"
|
|
|
|
|
|
|
+ "build": "webpack --config ./webpack.prod.js --progress",
|
|
|
|
|
+ "build-dev": "webpack --config ./webpack.dev.js --progress",
|
|
|
|
|
+ "start": "npx http-server ./build -p 8080",
|
|
|
|
|
+ "start-dev": "webpack-dev-server --config ./webpack.dev.js --watch"
|
|
|
},
|
|
},
|
|
|
"repository": {
|
|
"repository": {
|
|
|
"type": "git",
|
|
"type": "git",
|
|
|
- "url": "https://github.com/jmacura/polirural-attractiveness.git"
|
|
|
|
|
|
|
+ "url": "https://git.lesprojekt.cz/jmacura/rural-attractiveness-cz"
|
|
|
},
|
|
},
|
|
|
"keywords": [
|
|
"keywords": [
|
|
|
"rural",
|
|
"rural",
|
|
|
"attractiveness"
|
|
"attractiveness"
|
|
|
],
|
|
],
|
|
|
"author": "Jan Macura",
|
|
"author": "Jan Macura",
|
|
|
- "contributors": ["Raitis Bērziņš"],
|
|
|
|
|
|
|
+ "contributors": [
|
|
|
|
|
+ "Raitis Bērziņš"
|
|
|
|
|
+ ],
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"csvtojson": "^2.0.10",
|
|
"csvtojson": "^2.0.10",
|
|
|
- "hslayers-ng": "^1.16.0",
|
|
|
|
|
- "http-server": "^0.12.1"
|
|
|
|
|
|
|
+ "hslayers-ng": "^2.5.0",
|
|
|
|
|
+ "http-server": "^0.12.3"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.9.0",
|
|
|
|
|
|
|
+ "@babel/core": "^7.11.6",
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "^3.10.0",
|
|
|
|
|
+ "@typescript-eslint/parser": "^3.10.0",
|
|
|
"babel-loader": "^8.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
|
"babel-plugin-angularjs-annotate": "^0.10.0",
|
|
"babel-plugin-angularjs-annotate": "^0.10.0",
|
|
|
- "clean-webpack-plugin": "^2.0.2",
|
|
|
|
|
- "css-loader": "^2.1.1",
|
|
|
|
|
- "eslint": "^6.8.0",
|
|
|
|
|
- "eslint-config-standard": "^14.1.1",
|
|
|
|
|
- "eslint-plugin-import": "^2.20.2",
|
|
|
|
|
|
|
+ "clean-webpack-plugin": "^3.0.0",
|
|
|
|
|
+ "css-loader": "^3.6.0",
|
|
|
|
|
+ "eslint": "^7.10.0",
|
|
|
|
|
+ "eslint-config-openlayers": "^14.0.0",
|
|
|
|
|
+ "eslint-plugin-import": "^2.22.1",
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
- "eslint-plugin-standard": "^4.0.1",
|
|
|
|
|
- "extract-loader": "^3.1.0",
|
|
|
|
|
- "file-loader": "^3.0.1",
|
|
|
|
|
- "html-loader": "^0.5.5",
|
|
|
|
|
- "html-webpack-plugin": "^3.2.0",
|
|
|
|
|
- "mini-css-extract-plugin": "^0.6.0",
|
|
|
|
|
|
|
+ "extract-loader": "^5.1.0",
|
|
|
|
|
+ "file-loader": "^6.1.0",
|
|
|
|
|
+ "html-loader": "^1.3.1",
|
|
|
|
|
+ "html-webpack-plugin": "^4.5.0",
|
|
|
|
|
+ "mini-css-extract-plugin": "^0.11.3",
|
|
|
|
|
+ "ng-annotate-loader": "^0.7.0",
|
|
|
"ng-cache-loader": "0.0.26",
|
|
"ng-cache-loader": "0.0.26",
|
|
|
"npm-run-all": "^4.1.5",
|
|
"npm-run-all": "^4.1.5",
|
|
|
- "optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
|
|
|
- "postcss": "^7.0.27",
|
|
|
|
|
|
|
+ "optimize-css-assets-webpack-plugin": "^5.0.4",
|
|
|
|
|
+ "postcss": "^8.1.1",
|
|
|
"postcss-prefix-selector": "^1.7.1",
|
|
"postcss-prefix-selector": "^1.7.1",
|
|
|
- "style-loader": "^0.23.1",
|
|
|
|
|
- "url-loader": "^2.1.0",
|
|
|
|
|
- "webpack": "^4.42.1",
|
|
|
|
|
- "webpack-cli": "^3.3.11",
|
|
|
|
|
- "webpack-dev-server": "^3.10.3",
|
|
|
|
|
- "webpack-merge": "^4.2.2"
|
|
|
|
|
|
|
+ "sass": "^1.32.7",
|
|
|
|
|
+ "sass-loader": "^10.1.1",
|
|
|
|
|
+ "style-loader": "^1.3.0",
|
|
|
|
|
+ "ts-loader": "^8.0.3",
|
|
|
|
|
+ "typescript": "^3.9.8",
|
|
|
|
|
+ "url-loader": "^4.1.0",
|
|
|
|
|
+ "webpack": "^4.44.2",
|
|
|
|
|
+ "webpack-cli": "^3.3.12",
|
|
|
|
|
+ "webpack-dev-server": "^3.11.0",
|
|
|
|
|
+ "webpack-merge": "^5.1.4"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|