-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.81 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
{
"name": "glossary",
"type": "module",
"version": "0.0.1",
"description": "My personal website built with Astro, Qwik, Tailwind CSS, MDX, and the Github API",
"private": true,
"repository": "git@github.com:princemuel/glossary.git",
"author": "princemuel <vansomecsam@gmail.com>",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"build:dev": "astro check && astro build -- --force",
"preview": "astro preview",
"astro": "astro",
"typecheck": "tsc --noEmit",
"lint": "biome check --fix --unsafe --no-errors-on-unmatched --files-ignore-unknown=true ."
},
"dependencies": {
"outvariant": "^1.4.3",
"tailwind-variants": "^0.2.1"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/vercel": "^7.8.2",
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@fontsource-variable/inconsolata": "^5.1.0",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/lora": "^5.1.0",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/forms": "^0.5.9",
"@total-typescript/ts-reset": "^0.6.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/astro": "^0.4.3",
"@vite-pwa/workbox-window": "^8.0.0",
"astro": "^4.16.13",
"astro-icon": "^1.1.1",
"autoprefixer": "^10.4.20",
"lefthook": "^1.8.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}