| 1 | { | = | 1 | { |
| 2 | "name": "appwork-laravel-starter", | 2 | "name": "appwork-laravel-starter", | |
| 3 | "version": "1.1.0", | <> | 3 | "version": "1.2.0", |
| 4 | "private": true, | = | 4 | "private": true, |
| 5 | "scripts": { | 5 | "scripts": { | |
| 6 | "dev": "npm run development", | 6 | "dev": "npm run development", | |
| 7 | "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | 7 | "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | |
| 8 | "watch": "npm run development -- --watch", | 8 | "watch": "npm run development -- --watch", | |
| 9 | "watch-poll": "npm run watch -- --watch-poll", | 9 | "watch-poll": "npm run watch -- --watch-poll", | |
| 10 | "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", | 10 | "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", | |
| 11 | "prod": "npm run production", | 11 | "prod": "npm run production", | |
| 12 | "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | 12 | "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | |
| 13 | "postinstall": "npm rebuild node-sass" | 13 | "postinstall": "npm rebuild node-sass" | |
| 14 | }, | 14 | }, | |
| 15 | "devDependencies": { | 15 | "devDependencies": { | |
| 16 | "cross-env": "5.1.4", | <> | 16 | "cross-env": "~5.2.0", |
| 17 | "laravel-mix": "2.1.11", | 17 | "laravel-mix": "~2.1.14", | |
| 18 | "@claviska/jquery-minicolors": "~2.2.6", | 18 | "@claviska/jquery-minicolors": "~2.3.2", | |
| 19 | "animate.css": "~3.6.1", | 19 | "animate.css": "~3.7.0", | |
| 20 | "blueimp-gallery": "~2.33.0", | = | 20 | "blueimp-gallery": "~2.33.0", |
| 21 | "bootstrap": "~4.1.1", | 21 | "bootstrap": "~4.1.1", | |
| 22 | "bootstrap-duallistbox": "~3.0.6", | 22 | "bootstrap-duallistbox": "~3.0.6", | |
| 23 | "bootstrap-markdown": "~2.10.0", | 23 | "bootstrap-markdown": "~2.10.0", | |
| 24 | "bootstrap-multiselect": "~0.9.13-1", | 24 | "bootstrap-multiselect": "~0.9.13-1", | |
| 25 | "bootstrap-select": "~1.13.1", | 25 | "bootstrap-select": "~1.13.1", | |
| 26 | "bootstrap-slider": "~10.0.0", | <> | 26 | "bootstrap-slider": "~10.2.0", |
| 27 | "bootstrap-sortable": "git+https://github.com/drvic10k/bootstrap-sortable.git", | = | 27 | "bootstrap-sortable": "git+https://github.com/drvic10k/bootstrap-sortable.git", |
| 28 | "bootstrap-table": "~1.12.1", | 28 | "bootstrap-table": "~1.12.1", | |
| 29 | "bootstrap-tour": "git+https://github.com/sorich87/bootstrap-tour.git#master", | 29 | "bootstrap-tour": "git+https://github.com/sorich87/bootstrap-tour.git#master", | |
| 30 | "chartist": "~0.11.0", | 30 | "chartist": "~0.11.0", | |
| 31 | "cropper": "~4.0.0-beta", | 31 | "cropper": "~4.0.0-beta", | |
| 32 | "datatables.net-bs4": "~1.10.16", | 32 | "datatables.net-bs4": "~1.10.16", | |
| 33 | "dragula": "~3.7.2", | 33 | "dragula": "~3.7.2", | |
| 34 | "jquery.growl": "~1.3.5", | 34 | "jquery.growl": "~1.3.5", | |
| 35 | "jstree": "~3.3.5", | 35 | "jstree": "~3.3.5", | |
| 36 | "ladda": "~2.0.0", | 36 | "ladda": "~2.0.0", | |
| 37 | "perfect-scrollbar": "~1.4.0", | 37 | "perfect-scrollbar": "~1.4.0", | |
| 38 | "photoswipe": "~4.1.2", | 38 | "photoswipe": "~4.1.2", | |
| 39 | "plyr": "~2.0.18", | 39 | "plyr": "~2.0.18", | |
| 40 | "select2": "~4.0.6-rc.1", | 40 | "select2": "~4.0.6-rc.1", | |
| 41 | "spinkit": "~1.2.5", | 41 | "spinkit": "~1.2.5", | |
| 42 | "swiper": "~4.3.3", | <> | 42 | "swiper": "~4.4.1", |
| 43 | "toastr": "~2.1.4", | = | 43 | "toastr": "~2.1.4", |
| 44 | "vegas": "~2.4.0" | 44 | "vegas": "~2.4.0" | |
| 45 | }, | 45 | }, | |
| 46 | "resolutions": { | 46 | "resolutions": { | |
| 47 | "laravel-mix/node-sass": "4.7.2" | 47 | "laravel-mix/node-sass": "4.7.2" | |
| 48 | } | 48 | } | |
| 49 | } | 49 | } |