2017-02-12 14:06:01 +00:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2025-01-07 13:34:50 +00:00
|
|
|
"ejs": "^3.1.10",
|
2025-01-02 06:45:46 +00:00
|
|
|
"eslint": "^9.17.0",
|
|
|
|
"grunt": "^1.6.1",
|
2021-11-13 09:42:07 +00:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2023-05-05 07:57:12 +00:00
|
|
|
"grunt-contrib-cssmin": "^5.0.0",
|
2025-01-02 06:45:46 +00:00
|
|
|
"grunt-contrib-less": "^3.0.0",
|
|
|
|
"grunt-contrib-uglify": "^5.2.2",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
|
|
"grunt-eslint": "^25.0.0",
|
2021-11-14 12:26:12 +00:00
|
|
|
"grunt-image": "^6.4.0",
|
2025-01-07 13:34:50 +00:00
|
|
|
"grunt-stylelint": "^0.20.1",
|
|
|
|
"grunt-xmlmin": "^0.1.8",
|
2025-01-02 06:45:46 +00:00
|
|
|
"ionicons": "^7.4.0",
|
|
|
|
"less": "^4.2.1",
|
|
|
|
"sharp": "^0.33.5",
|
|
|
|
"stylelint": "^16.12.0",
|
|
|
|
"stylelint-config-standard": "^36.0.0",
|
2025-01-07 13:34:50 +00:00
|
|
|
"stylelint-config-standard-less": "^3.0.1",
|
2025-01-02 06:45:46 +00:00
|
|
|
"svgo": "^3.3.2"
|
2017-02-12 14:06:01 +00:00
|
|
|
},
|
2021-06-16 10:13:37 +00:00
|
|
|
"dependencies": {
|
2025-01-02 06:45:46 +00:00
|
|
|
"autocomplete-js": "^2.7.1",
|
|
|
|
"leaflet": "^1.9.4",
|
2025-01-16 16:10:12 +00:00
|
|
|
"normalize.css": "^8.0.1",
|
|
|
|
"swiped-events": "^1.2.0"
|
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",
|
2025-01-15 16:26:45 +00:00
|
|
|
"clean": "rm -Rf node_modules",
|
2021-08-01 14:04:19 +00:00
|
|
|
"eslint": "grunt eslint",
|
2021-11-23 17:16:23 +00:00
|
|
|
"eslint-fix": "grunt eslint --fix",
|
2025-01-15 16:26:45 +00:00
|
|
|
"fix": "grunt test --fix",
|
2021-06-22 11:33:05 +00:00
|
|
|
"stylelint": "grunt stylelint",
|
2025-01-15 16:26:45 +00:00
|
|
|
"stylelint-fix": "grunt stylelint --fix",
|
|
|
|
"test": "grunt test",
|
|
|
|
"watch": "grunt watch --fix"
|
2021-06-16 10:13:37 +00:00
|
|
|
}
|
2017-02-12 14:06:01 +00:00
|
|
|
}
|