-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 Bytes
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
{
"devDependencies": {
"@eslint/js": "10.0.1",
"@redocly/cli": "2.31.3",
"@types/bootstrap": "5.2.10",
"@typescript-eslint/eslint-plugin": "8.59.4",
"@typescript-eslint/parser": "8.59.4",
"@vue/tsconfig": "0.9.1",
"esbuild": "0.28.0",
"esbuild-plugin-vue3": "0.5.1",
"esbuild-sass-plugin": "3.7.0",
"eslint": "10.4.0",
"eslint-plugin-vue": "10.9.1",
"globals": "17.6.0",
"typescript": "6.0.3",
"vue-eslint-parser": "10.4.0"
},
"name": "ots",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "7.2.0",
"base64-js": "1.5.1",
"bootstrap": "5.3.8",
"qrcode": "1.5.4",
"vue": "3.5.34",
"vue-i18n": "11.4.4",
"vue-router": "5.0.7"
}
}