2015-03-12 10:44:39 +10:00
|
|
|
{
|
|
|
|
|
"private": true,
|
|
|
|
|
"devDependencies": {
|
2015-04-12 12:58:28 +03:00
|
|
|
"grunt": "~0.4.4",
|
2016-01-07 09:08:30 +02:00
|
|
|
"grunt-contrib-concat": "~0.4.0",
|
2015-04-12 12:58:28 +03:00
|
|
|
"grunt-contrib-jshint": "~0.6.3",
|
|
|
|
|
"grunt-contrib-nodeunit": "~0.2.0",
|
|
|
|
|
"grunt-contrib-uglify": "~0.2.2",
|
2016-01-07 09:08:30 +02:00
|
|
|
"grunt-dump-dir": "^0.1.2",
|
2019-01-30 22:00:26 +11:00
|
|
|
"gulp": "^3.9.1",
|
2016-08-14 23:56:03 +02:00
|
|
|
"laravel-elixir": "^6.0.0-10"
|
2015-04-13 12:23:43 +03:00
|
|
|
},
|
2019-01-30 22:00:26 +11:00
|
|
|
"scripts": {
|
|
|
|
|
"update": "git checkout master && git pull origin master && composer install && composer dump-autoload --optimize && php artisan optimize --force && php artisan migrate --force && php artisan db:seed --class=UpdateSeeder --force && wget -q --spider $(grep -oP '(?<=APP_URL=).*' '.env')'/update?clear_cache=true'"
|
|
|
|
|
},
|
2015-04-13 12:23:43 +03:00
|
|
|
"dependencies": {
|
|
|
|
|
"grunt-dump-dir": "^0.1.2"
|
2015-03-12 10:44:39 +10:00
|
|
|
}
|
|
|
|
|
}
|