Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11,526 changes: 1,877 additions & 9,649 deletions package-lock.json

Large diffs are not rendered by default.

25 changes: 9 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
},
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
Expand All @@ -23,21 +19,18 @@
"bootstrap": "^4.6.1",
"bootstrap-datepicker": "^1.8.0",
"bootstrap4-tagsinput": "github:utdallasresearch/bootstrap4-tagsinput",
"corejs-typeahead": "^1.2.1",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.49",
"corejs-typeahead": "^1.3.4",
"jquery": "^3.7.1",
"laravel-vite-plugin": "^2.0.1",
"popper.js": "^1.15.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.52.3",
"sass-loader": "^8.0.2",
"sortablejs": "^1.15.0",
"trix": "^2.1.1"
"trix": "^2.1.1",
"vite": "^7.2.2"
},
"overrides": {
"laravel-mix": {
"webpack-dev-server": "^5.2.2"
}
}
"type": "module"
}
966 changes: 90 additions & 876 deletions public/css/app.css → public/build/assets/app-C3IwDnIZ.css

Large diffs are not rendered by default.

Loading
Loading