-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 910 Bytes
/
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
{
"name": "bdmendes.github.io",
"description": "The personal website of Bruno Mendes.",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check --tsconfig tsconfig.json",
"build": "astro check --tsconfig tsconfig.json && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"astro": "^5.1.9",
"astro-icon": "^1.1.4",
"daisyui": "^4.4.10",
"dayjs": "^1.11.9",
"lichess-pgn-viewer": "^2.3.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.7.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/typography": "^0.5.10"
},
"packageManager": "[email protected]"
}