mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
20 lines
708 B
JSON
20 lines
708 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"grunt": "~0.4.4",
|
|
"grunt-contrib-concat": "~0.4.0",
|
|
"grunt-contrib-jshint": "~0.6.3",
|
|
"grunt-contrib-nodeunit": "~0.2.0",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-dump-dir": "^0.1.2",
|
|
"gulp": "^3.9.1",
|
|
"laravel-elixir": "^6.0.0-10"
|
|
},
|
|
"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'"
|
|
},
|
|
"dependencies": {
|
|
"grunt-dump-dir": "^0.1.2"
|
|
}
|
|
}
|