-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 971 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 971 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
{
"version": "1.3.0",
"description": "My Portfolio",
"author": "flx-sta <50131232+flx-sta@users.noreply.github.com>",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-4",
"@headlessui/vue": "^1.3.0",
"chart.js": "^3.4.0",
"vue": "^3.0.5",
"vue-i18n": "^9.1.6"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^2.3.0",
"@types/node": "^22.15.17",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"prettier": "2.3.2",
"tailwindcss": "^2.2.4",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vue-tsc": "^0.0.24"
}
}