Left file: appwork-v1_2_2/laravel-starter/package.json  
Right file: appwork-v1_3_0/laravel-starter/package.json  
1 { = 1 {
2     "name": "appwork-laravel-starter",   2     "name": "appwork-laravel-starter",
3     "version": "1.2.2", <> 3     "version": "1.3.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"      
14     }, = 13     },
15     "devDependencies": {   14     "devDependencies": {
16         "cross-env": "~5.2.0",   15         "cross-env": "~5.2.0",
17         "laravel-mix": "~2.1.14", <> 16         "laravel-mix": "~4.0.15",
      17         "node-sass": "~4.11.0",
      18         "resolve-url-loader": "2.3.1",
      19         "sass-loader": "7.*",
      20         "sass": "^1.17.3",
      21         "vue-template-compiler": "^2.6.9",
18         "@claviska/jquery-minicolors": "~2.3.2", = 22         "@claviska/jquery-minicolors": "~2.3.2",
19         "animate.css": "~3.7.0",   23         "animate.css": "~3.7.0",
20         "blueimp-gallery": "~2.33.0",   24         "blueimp-gallery": "~2.33.0",
21         "bootstrap": "~4.1.1", <> 25         "bootstrap": "~4.3.1",
22         "bootstrap-duallistbox": "~3.0.6", = 26         "bootstrap-duallistbox": "~3.0.6",
23         "bootstrap-markdown": "~2.10.0",   27         "bootstrap-markdown": "~2.10.0",
24         "bootstrap-multiselect": "~0.9.13-1",   28         "bootstrap-multiselect": "~0.9.13-1",
25         "bootstrap-select": "~1.13.1",   29         "bootstrap-select": "~1.13.1",
26         "bootstrap-slider": "~10.2.0", <> 30         "bootstrap-slider": "~10.6.1",
27         "bootstrap-sortable": "git+https://github.com/drvic10k/bootstrap-sortable.git", = 31         "bootstrap-sortable": "git+https://github.com/drvic10k/bootstrap-sortable.git",
28         "bootstrap-table": "~1.12.1", <> 32         "bootstrap-table": "~1.14.2",
29         "bootstrap-tour": "git+https://github.com/sorich87/bootstrap-tour.git#master",      
30         "chartist": "~0.11.0", = 33         "chartist": "~0.11.0",
31         "cropper": "~4.0.0-beta",   34         "cropper": "~4.0.0-beta",
32         "datatables.net-bs4": "~1.10.16",   35         "datatables.net-bs4": "~1.10.16",
33         "dragula": "~3.7.2",   36         "dragula": "~3.7.2",
34         "jquery.growl": "~1.3.5",   37         "jquery.growl": "~1.3.5",
35         "jstree": "~3.3.5",   38         "jstree": "~3.3.5",
36         "ladda": "~2.0.0",   39         "ladda": "~2.0.0",
37         "perfect-scrollbar": "~1.4.0",   40         "perfect-scrollbar": "~1.4.0",
38         "photoswipe": "~4.1.2",   41         "photoswipe": "~4.1.2",
39         "plyr": "~2.0.18",   42         "plyr": "~2.0.18",
40         "select2": "~4.0.6-rc.1",   43         "select2": "~4.0.6-rc.1",
41         "spinkit": "~1.2.5",   44         "spinkit": "~1.2.5",
    <> 45         "sweetalert2": "~8.7.0",
42         "swiper": "~4.4.1",   46         "swiper": "~4.5.0",
43         "toastr": "~2.1.4", = 47         "toastr": "~2.1.4",
44         "vegas": "~2.4.0"   48         "vegas": "~2.4.0"
45     },   49     },
46     "resolutions": { <> 50     "browserslist": [
      51         ">= 1%",
47         "laravel-mix/node-sass": "4.7.2"   52         "last 2 versions",
      53         "not dead",
      54         "Chrome >= 45",
      55         "Firefox >= 38",
      56         "Edge >= 12",
      57         "Explorer >= 10",
      58         "iOS >= 9",
      59         "Safari >= 9",
      60         "Android >= 4.4",
      61         "Opera >= 30"
      62     ],
      63     "babel": {
      64         "presets": [
      65             ["@babel/env", {
      66                 "targets": {
      67                     "browsers": [
      68                         ">= 1%",
      69                         "last 2 versions",
      70                         "not dead",
      71                         "Chrome >= 45",
      72                         "Firefox >= 38",
      73                         "Edge >= 12",
      74                         "Explorer >= 10",
      75                         "iOS >= 9",
      76                         "Safari >= 9",
      77                         "Android >= 4.4",
      78                         "Opera >= 30"
      79                     ]
      80                 }
      81             }]
      82         ]
48     } = 83     }
49 }   84 }