mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
816d2fd095
* Update composer phpcs * Minor Fixes found while working. ALlow user_id to be nullable in category model validation Point to the correct route in accessoriespresenter datatable. Also add name() method Add a translated category name Fix typo in translation * Add a method to the asset presenter to show deployed when asset is deployed. Fixes #3114
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp watch"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap-sass": "^3.3.7",
|
|
"gulp": "^3.9.1",
|
|
"jquery": "^3.1.0",
|
|
"laravel-elixir": "^6.0.0-11",
|
|
"laravel-elixir-codeception-standalone": "^0.1.0",
|
|
"laravel-elixir-phpcs": "^1.0.0-4",
|
|
"laravel-elixir-vue-2": "^0.2.0",
|
|
"laravel-elixir-webpack-official": "^1.0.2",
|
|
"lodash": "^4.16.2",
|
|
"vue": "^2.0.1",
|
|
"vue-resource": "^1.0.3"
|
|
},
|
|
"dependencies": {
|
|
"laravel-elixir-codeception": "^0.2.0"
|
|
}
|
|
}
|