forked from Bubka/2FAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
},
"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"
}
}