-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 952 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 952 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
34
35
36
{
"name": "novalance-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview --host"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@vueuse/core": "^10.11.0",
"@vueuse/motion": "^2.2.3",
"axios": "^1.6.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/node": "^22.10.7",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "~5.6.2",
"vite": "^4.4.5",
"vue-tsc": "^2.2.0"
}
}