-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.31 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.31 KB
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host=127.0.0.1",
"build": "vite build",
"rebuild": "vite build --watch"
},
"devDependencies": {
"@2fauth/formcontrols": "file:../2FAuth-Components/packages/formcontrols",
"@2fauth/stores": "file:../2FAuth-Components/packages/stores",
"@2fauth/styles": "file:../2FAuth-Components/packages/styles",
"@2fauth/ui": "file:../2FAuth-Components/packages/ui",
"@eslint/js": "^9.23.0",
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@kyvg/vue3-notification": "^3.4.2",
"@vitejs/plugin-vue": "^6.0.4",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"axios": "^1.13.5",
"eslint-plugin-vue": "^10.7.0",
"file-saver": "^2.0.5",
"laravel-vite-plugin": "^2.1.0",
"lucide-vue-next": "^0.563.0",
"php-parser": "^3.2.5",
"pinia": "^3.0.4",
"sass": "^1.97.3",
"sortablejs": "^1.15.6",
"typescript": "^5.9.3",
"unimport": "^5.6.0",
"unplugin-auto-import": "^21.0.0",
"vite": "^7.3.1",
"vue": "^3.5.28",
"vue-i18n": "^11.2.8",
"vue-qrcode-reader": "^5.7.3",
"vue-router": "^5.0.2"
}
}