2017-02-12 15:06:01 +01:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2021-06-16 09:16:02 +02:00
|
|
|
"grunt-cli": "^1.4.3",
|
|
|
|
"grunt": "~1.4.1",
|
2021-06-16 12:13:37 +02:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2017-02-12 15:06:01 +01:00
|
|
|
"grunt-contrib-concat": "~1.0.1",
|
2021-06-16 09:16:02 +02:00
|
|
|
"grunt-contrib-cssmin": "^4.0.0",
|
|
|
|
"grunt-contrib-jshint": "~3.0.0",
|
2021-05-17 17:26:24 +02:00
|
|
|
"grunt-contrib-less": "~3.0.0",
|
2021-06-16 09:16:02 +02:00
|
|
|
"grunt-contrib-uglify": "~5.0.1",
|
2018-08-09 16:13:50 +02:00
|
|
|
"grunt-contrib-watch": "~1.1.0",
|
2021-06-16 09:16:02 +02:00
|
|
|
"grunt-webfont": "^1.7.2",
|
2017-02-12 15:06:01 +01:00
|
|
|
"ionicons-npm": "^2.0.1",
|
2021-06-16 09:16:02 +02:00
|
|
|
"jslint": "^0.12.1",
|
|
|
|
"less": "^4.1.1",
|
2017-02-12 15:06:01 +01:00
|
|
|
"less-plugin-clean-css": "^1.5.1"
|
|
|
|
},
|
2021-06-16 12:13:37 +02:00
|
|
|
"dependencies": {
|
|
|
|
"autocomplete-js": "2.7.1",
|
2021-06-17 17:39:44 +02:00
|
|
|
"leaflet": "^1.7.1",
|
|
|
|
"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-06-16 15:51:43 +02:00
|
|
|
"watch": "grunt watch",
|
|
|
|
"clean": "rm -Rf node_modules package-lock.json ion.less"
|
2021-06-16 12:13:37 +02:00
|
|
|
}
|
2017-02-12 15:06:01 +01:00
|
|
|
}
|