-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "website",
"type": "module",
"version": "3.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src/",
"format": "prettier --write src/"
},
"dependencies": {
"@catppuccin/tailwindcss": "^1.0.0",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@iconify-json/catppuccin": "^1.2.17",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/simple-icons": "^1.2.68",
"@iconify-json/tabler": "^1.2.26",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"astro-icon": "^1.1.5",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.54.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2"
},
"packageManager": "pnpm@10.28.2"
}