Skip to content

Commit

Permalink
Update and fix asset bundling to working condition
Browse files Browse the repository at this point in the history
  • Loading branch information
miracuthbert committed Jan 26, 2023
1 parent cebfb8d commit 658c38a
Show file tree
Hide file tree
Showing 14 changed files with 14,715 additions and 184,937 deletions.
23,948 changes: 14,466 additions & 9,482 deletions package-lock.json

Large diffs are not rendered by default.

48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,39 @@
"private": true,
"scripts": {
"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",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"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"
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.18",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"bootstrap": "^4.1.3",
"cross-env": "^5.2.0",
"jquery": "^3.2",
"laravel-mix": "^2.1.14",
"lodash": "^4.17.11",
"popper.js": "^1.14.4",
"axios": "^1.2.4",
"bootstrap": "^4.6.2",
"jquery": "^3.6.3",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.4.21",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"vue": "^2.5.17",
"webpack-livereload-plugin": "^1.2.0"
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"bootswatch": "^4.1.3",
"bootswatch": "^4.6.2",
"font-awesome": "^4.7.0",
"moment": "^2.22.2",
"moment": "^2.29.4",
"pace-progress": "^1.0.2",
"query-string": "^5.1.1",
"simple-line-icons": "^2.4.1",
"tempusdominus-bootstrap-4": "^5.0.1",
"query-string": "^8.1.0",
"simple-line-icons": "^2.5.5",
"tempusdominus-bootstrap-4": "^5.39.2",
"toastr": "^2.1.4",
"vue-router": "^3.0.1",
"vue-scrollto": "^2.13.0",
"vue-strap": "github:wffranco/vue-strap",
"vue-timeago": "^3.4.4"
"vue-router": "^3.6.5",
"vue-scrollto": "^2.20.0",
"vue-timeago": "^5.1.3"
}
}
Loading

0 comments on commit 658c38a

Please sign in to comment.