mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-03-08 12:12:16 +01:00
Reset npm dependencies to Laravel defaults with a vue3 stack
This commit is contained in:
parent
c765bfdb4b
commit
af5ed76342
9794
package-lock.json
generated
9794
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
43
package.json
43
package.json
@ -1,40 +1,17 @@
|
||||
{
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kirschbaum-development/laravel-translations-loader": "^1.3.2",
|
||||
"laravel-mix": "^6.0.39",
|
||||
"resolve-url-loader": "^4.0.0",
|
||||
"sass": "^1.44.0",
|
||||
"sass-loader": "^12.3.0",
|
||||
"vue-loader": "^15.9.8",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
||||
"@fortawesome/vue-fontawesome": "^2.0.6",
|
||||
"axios": "^1.1.0",
|
||||
"bulma": "^0.9.3",
|
||||
"bulma-checkradio": "^2.1.2",
|
||||
"bulma-switch": "^2.0.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"object-equals": "^0.3.0",
|
||||
"v-clipboard": "^2.2.3",
|
||||
"vue": "^2.6.14",
|
||||
"vue-axios": "~3.4.0",
|
||||
"vue-i18n": "^8.26.7",
|
||||
"vue-notification": "^1.3.20",
|
||||
"vue-qrcode-reader": "^3.0.6",
|
||||
"vue-router": "^3.5.3",
|
||||
"vue2-storage": "^6.1.3",
|
||||
"vuedraggable": "^2.24.3"
|
||||
"@vitejs/plugin-vue": "^4.3.4",
|
||||
"axios": "^1.1.2",
|
||||
"laravel-vite-plugin": "^0.8.0",
|
||||
"pinia": "^2.1.6",
|
||||
"vite": "^4.4.9",
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user