-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 997 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
35
36
{
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "run-s --continue-on-error \"lint:*\"",
"lint:astro": "astro check",
"lint:lint": "deno lint",
"lint:prettier": "deno fmt && prettier . --cache --write --list-different"
},
"dependencies": {
"@deno/astro-adapter": "^0.1.5",
"@fontsource/fira-sans": "^5.0.11",
"@fontsource/fira-sans-condensed": "^5.0.8",
"clsx": "^2.0.0",
"simple-icons-astro": "^13.16.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/preact": "^3.5.3",
"@astrojs/tailwind": "^5.1.2",
"@total-typescript/tsconfig": "^1.0.4",
"astro": "^4.16.10",
"npm-run-all": "^4.1.5",
"preact": "^10.24.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}