mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Attempts at un-fscking package.json for laravel mix
This commit is contained in:
parent
1992906790
commit
1b55d38c63
41
package.json
41
package.json
|
@ -1,33 +1,28 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prod": "gulp --production",
|
||||
"dev": "gulp watch"
|
||||
"dev": "npm run development",
|
||||
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"watch-poll": "npm run watch -- --watch-poll",
|
||||
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"prod": "npm run production",
|
||||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"all-contributors-cli": "^4.0.1",
|
||||
"blueimp-file-upload": "^9.14.2",
|
||||
"axios": "^0.15.3",
|
||||
"bootstrap-sass": "^3.3.7",
|
||||
"gulp": "^3.9.1",
|
||||
"jquery": "^3.1.0",
|
||||
"jquery-ui": "^1.12.1",
|
||||
"laravel-elixir": "^6.0.0-11",
|
||||
"laravel-elixir-browserify": "^0.8.1",
|
||||
"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",
|
||||
"select2": "^4.0.3",
|
||||
"vue": "=2.1.6",
|
||||
"vue-loader": "^10.0.2",
|
||||
"vue-resource": "^1.0.3",
|
||||
"vue-strap": "github:wffranco/vue-strap.git",
|
||||
"vue-template-compiler": "=2.1.6"
|
||||
"cross-env": "^3.2.4",
|
||||
"jquery": "^3.1.1",
|
||||
"laravel-mix": "0.12.1",
|
||||
"lodash": "^4.17.4",
|
||||
"vue": "2.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"bower": "^1.8.0",
|
||||
"jquery": "^3.1.1",
|
||||
"laravel-elixir-codeception": "^0.2.0"
|
||||
"blueimp-file-upload": "^9.18.0",
|
||||
"jquery-ui": "^1.12.1",
|
||||
"select2": "^4.0.3",
|
||||
"vue-resource": "^1.3.3",
|
||||
"vue-strap": "^1.1.37"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue