-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 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
40
{
"author": "muisIT",
"license": "Apache-2.0",
"version": "1.2.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch --mode=development"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"laravel-vite-plugin": "^0.6.0",
"postcss": "^8.4.6",
"rollup-plugin-copy": "^3.4.0",
"sass": "1.79",
"vite": "^3.0.0"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.2.4",
"@fortawesome/fontawesome-free": "^6.4.0",
"@muisit/cryptokey": "^1.2.4",
"@muisit/simplejwt": "^1.0.2",
"@noble/hashes": "^1.8.0",
"@sd-jwt/core": "^0.10.0",
"@sd-jwt/crypto-nodejs": "^0.10.0",
"@sd-jwt/sd-jwt-vc": "^0.10.0",
"@vitejs/plugin-vue": "^3.0.3",
"Buffer": "^0.0.0",
"bootstrap": "^5.2.1",
"element-plus": "^2.2.16",
"pinia": "^2.0.23",
"qrcode.vue": "^3.6.0",
"reset-css": "^5.0.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.7.3",
"uint8arrays": "4.0.10",
"vite-plugin-filter-replace": "^0.1.14",
"vue": "^3.2.36"
}
}