mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
22 lines
470 B
JSON
22 lines
470 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-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"
|
|
}
|
|
}
|