-
Notifications
You must be signed in to change notification settings - Fork 609
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 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
41
42
43
44
45
46
47
{
"name": "vuejs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@microsoft/signalr": "^10.0.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuepic/vue-datepicker": "^12.0.5",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"bootstrap-vue-next": "^0.40.9",
"font-awesome": "^4.7.0",
"oidc-client-ts": "^3.4.1",
"vue": "^3.5.25",
"vue-router": "^4.6.3",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.6.2",
"npm-run-all2": "^8.0.4",
"prettier": "^3.7.3",
"typescript": "~5.9.3",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.2.4",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.1.5"
}
}