transfer.sh-web/package.json

37 lines
992 B
JSON
Raw Normal View History

2017-03-21 15:55:38 +01:00
{
"name": "transfer.sh",
"version": "0.0.0",
"dependencies": {
2019-03-30 12:35:24 +01:00
"wiredep": "^4.0.0"
2017-03-21 15:55:38 +01:00
},
"devDependencies": {
2020-10-11 19:56:47 +02:00
"grunt": ">=1.0.0",
2017-03-21 15:55:38 +01:00
"grunt-concurrent": "~1.0.0",
2020-10-11 19:56:47 +02:00
"grunt-contrib-clean": "^2.0.0",
2017-03-21 15:55:38 +01:00
"grunt-contrib-concat": "~0.5.0",
2019-03-30 12:35:24 +01:00
"grunt-contrib-connect": "^2.0.0",
2020-10-11 19:56:47 +02:00
"grunt-contrib-copy": "^1.0.0",
2019-03-30 12:35:24 +01:00
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
2022-08-23 06:22:31 +02:00
"grunt-google-fonts": "^0.5.0",
2020-10-11 19:56:47 +02:00
"grunt-include-replace": "^5.0.0",
"grunt-includes": "^1.1.0",
2019-01-19 21:48:11 +01:00
"grunt-npm-command": "^0.1.2",
2017-03-21 15:55:38 +01:00
"grunt-rev": "~0.1.0",
2019-03-30 12:35:24 +01:00
"grunt-svgmin": "^6.0.0",
"grunt-usemin": "^3.1.1",
2017-03-21 15:55:38 +01:00
"jshint-stylish": "~1.0.0",
2019-03-30 12:35:24 +01:00
"load-grunt-tasks": "^4.0.0",
"matchdep": "^2.0.0",
2017-03-21 15:55:38 +01:00
"time-grunt": "~1.0.0"
},
"engines": {
2021-01-30 19:08:35 +01:00
"node": "^10.22.1"
2017-03-21 15:55:38 +01:00
}
}