-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 857 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 857 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
30
31
32
33
{
"name": "authronom-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=8081 --mode=development --config=vite.config.js",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.7.9",
"bootstrap": "^5.3.5",
"jwt-decode": "^4.0.0",
"pinia": "^3.0.2",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@types/node": "^22.15.21",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"npm-run-all2": "^7.0.2",
"sass-embedded": "^1.86.1",
"typescript": "~5.8.3",
"vite": "^6.3.4",
"vite-plugin-vue-devtools": "^7.7.1",
"vue": "^3.5.13",
"vue-tsc": "^2.2.8"
}
}