-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.31 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "site",
"homepage": "https://martinmiglio.dev/",
"author": "Martin Miglio",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "run-p dev:icons \"dev:vite {@}\" --",
"dev:vite": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "run-p dev:icons preview:vite --",
"preview:vite": "vite preview",
"build:icons": "tsx icons/generate.ts",
"dev:icons": "tsx watch icons/generate.ts",
"build-only": "vite-ssg build && pnpm build:icons",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@napi-rs/canvas": "^0.1.65",
"@unhead/vue": "^1.11.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jspdf": "^2.5.2",
"lucide-vue-next": "^0.454.0",
"mini-svg-data-uri": "^1.4.4",
"radix-vue": "^1.8.0",
"satori": "^0.10.14",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.37",
"vue-router": "^4.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unhead/addons": "^1.11.11",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.13",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"tailwindcss": "^3.4.16",
"tsx": "^4.19.2",
"typescript": "~5.7.2",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.5.4",
"vite-plugin-webfont-dl": "^3.9.4",
"vite-ssg": "^0.23.8",
"vite-ssg-sitemap": "^0.8.1",
"vue-tsc": "^2.0.21"
}
}