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