2017-02-12 14:06:01 +00:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2021-06-16 07:16:02 +00:00
|
|
|
"grunt-cli": "^1.4.3",
|
|
|
|
"grunt": "~1.4.1",
|
2021-06-16 10:13:37 +00:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2021-10-20 16:25:45 +00:00
|
|
|
"grunt-contrib-concat": "~2.0.0",
|
2021-06-16 07:16:02 +00:00
|
|
|
"grunt-contrib-cssmin": "^4.0.0",
|
2021-10-08 07:05:58 +00:00
|
|
|
"grunt-contrib-jshint": "~3.1.1",
|
2021-05-17 15:26:24 +00:00
|
|
|
"grunt-contrib-less": "~3.0.0",
|
2021-06-16 07:16:02 +00:00
|
|
|
"grunt-contrib-uglify": "~5.0.1",
|
2018-08-09 14:13:50 +00:00
|
|
|
"grunt-contrib-watch": "~1.1.0",
|
2021-06-22 11:33:05 +00:00
|
|
|
"grunt-stylelint": "^0.16.0",
|
2021-08-01 14:04:19 +00:00
|
|
|
"grunt-eslint": "^23.0.0",
|
2021-06-16 07:16:02 +00:00
|
|
|
"grunt-webfont": "^1.7.2",
|
2017-02-12 14:06:01 +00:00
|
|
|
"ionicons-npm": "^2.0.1",
|
2021-10-15 07:08:24 +00:00
|
|
|
"eslint": "^8.0.1",
|
2021-06-16 07:16:02 +00:00
|
|
|
"less": "^4.1.1",
|
2021-06-22 11:33:05 +00:00
|
|
|
"less-plugin-clean-css": "^1.5.1",
|
|
|
|
"stylelint": "^13.13.1",
|
|
|
|
"stylelint-config-standard": "^22.0.0"
|
2017-02-12 14:06:01 +00:00
|
|
|
},
|
2021-06-16 10:13:37 +00:00
|
|
|
"dependencies": {
|
|
|
|
"autocomplete-js": "2.7.1",
|
2021-06-17 15:39:44 +00:00
|
|
|
"leaflet": "^1.7.1",
|
|
|
|
"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-08-01 14:04:19 +00:00
|
|
|
"eslint": "grunt eslint",
|
2021-06-16 13:51:43 +00:00
|
|
|
"watch": "grunt watch",
|
2021-06-18 15:33:56 +00:00
|
|
|
"webfont": "grunt webfont",
|
2021-06-22 11:33:05 +00:00
|
|
|
"clean": "rm -Rf node_modules package-lock.json ion.less",
|
|
|
|
"stylelint": "grunt stylelint",
|
|
|
|
"stylelint-fix": "grunt stylelint --fix"
|
2021-06-16 10:13:37 +00:00
|
|
|
}
|
2017-02-12 14:06:01 +00:00
|
|
|
}
|