-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "jeroen.wtf",
"type": "module",
"version": "3.0.0",
"scripts": {
"dev": "npm run generate-build-info && astro dev",
"start": "npm run generate-build-info && astro dev",
"build": "npm run generate-build-info && astro build",
"generate-build-info": "node get-build-info.js",
"update-notes": "node update-notes.js",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.2",
"@besomwebcraft/astro-healthcheck": "^1.0.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource/merriweather": "^5.1.0",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.14",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"remark-wiki-link": "github:landakram/remark-wiki-link",
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"astro-themes": "^0.2.5",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
}
}