-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.56 KB
/
package.json
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
48
49
50
51
52
53
54
55
{
"name": "marvin-digital",
"version": "6.4.2",
"description": "Portfolio of and by Marvin Heilemann (@muuvmuuv)",
"repository": "[email protected]:muuvmuuv/portfolio.git",
"license": "UNLICENSED",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "biome check .",
"format": "biome check --write --unsafe .",
"pwa-assets": "pwa-assets-generator --preset minimal public/favicon.svg"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"animejs": "^3.2.2",
"dayjs": "^1.11.13",
"three": "0.136.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@release-it/conventional-changelog": "^9.0.3",
"@types/animejs": "^3.1.12",
"@types/node": "^22.10.2",
"@types/three": "^0.136.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"lefthook": "^1.9.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"release-it": "^17.10.0",
"sass": "^1.83.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.1.10"
}
}