2017-02-12 15:06:01 +01:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2022-06-18 09:36:57 +02:00
|
|
|
"eslint": "^8.18.0",
|
|
|
|
"grunt": "~1.5.3",
|
2021-11-13 10:42:07 +01:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2021-06-16 09:16:02 +02:00
|
|
|
"grunt-contrib-cssmin": "^4.0.0",
|
2021-05-17 17:26:24 +02:00
|
|
|
"grunt-contrib-less": "~3.0.0",
|
2022-04-22 11:28:01 +02:00
|
|
|
"grunt-contrib-uglify": "~5.2.1",
|
2021-11-07 16:45:00 +01:00
|
|
|
"grunt-xmlmin": "~0.1.8",
|
2018-08-09 16:13:50 +02:00
|
|
|
"grunt-contrib-watch": "~1.1.0",
|
2021-10-22 09:10:35 +02:00
|
|
|
"grunt-eslint": "^24.0.0",
|
2021-11-13 10:42:07 +01:00
|
|
|
"grunt-stylelint": "^0.16.0",
|
2021-11-14 13:26:12 +01:00
|
|
|
"grunt-image": "^6.4.0",
|
2022-06-18 09:36:57 +02:00
|
|
|
"ionicons": "^6.0.2",
|
|
|
|
"less": "^4.1.3",
|
2021-06-22 13:33:05 +02:00
|
|
|
"less-plugin-clean-css": "^1.5.1",
|
2022-09-09 09:11:11 +02:00
|
|
|
"sharp": "^0.31.0",
|
2021-06-22 13:33:05 +02:00
|
|
|
"stylelint": "^13.13.1",
|
2021-11-13 10:42:07 +01:00
|
|
|
"stylelint-config-standard": "^22.0.0",
|
2022-06-18 09:36:57 +02:00
|
|
|
"ejs": "^3.1.8",
|
2022-10-28 09:13:58 +02:00
|
|
|
"svgo": "^3.0.0"
|
2017-02-12 15:06:01 +01:00
|
|
|
},
|
2021-06-16 12:13:37 +02:00
|
|
|
"dependencies": {
|
|
|
|
"autocomplete-js": "2.7.1",
|
2022-06-18 09:36:57 +02:00
|
|
|
"leaflet": "^1.8.0",
|
2021-06-17 17:39:44 +02:00
|
|
|
"normalize.css": "^8.0.1"
|
2021-06-16 12:13:37 +02:00
|
|
|
},
|
2017-02-12 15:06:01 +01:00
|
|
|
"scripts": {
|
2021-06-16 15:39:32 +02:00
|
|
|
"all": "npm install && grunt",
|
|
|
|
"build": "grunt",
|
2021-12-14 07:50:53 +01:00
|
|
|
"test": "grunt test",
|
2021-08-01 16:04:19 +02:00
|
|
|
"eslint": "grunt eslint",
|
2021-11-23 18:16:23 +01:00
|
|
|
"eslint-fix": "grunt eslint --fix",
|
2021-06-16 15:51:43 +02:00
|
|
|
"watch": "grunt watch",
|
2022-06-18 09:36:57 +02:00
|
|
|
"clean": "rm -Rf node_modules package-lock.json",
|
2021-06-22 13:33:05 +02:00
|
|
|
"stylelint": "grunt stylelint",
|
|
|
|
"stylelint-fix": "grunt stylelint --fix"
|
2021-06-16 12:13:37 +02:00
|
|
|
}
|
2017-02-12 15:06:01 +01:00
|
|
|
}
|