-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
38
39
40
41
42
{
"name": "blog",
"private": true,
"description": "My personal site and some random thoughts about software development",
"version": "0.1.0",
"author": "Bruno Arueira <contato@brunoarueira.com>",
"bugs": {
"url": "https://github.com/brunoarueira/blog/issues"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "5.15.9",
"astro-feather": "^1.0.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"rehype-prism-plus": "^2.0.0",
"sanitize-html": "^2.16.0"
},
"devDependencies": {
"@astrojs/check": "^0.9",
"@astrojs/mdx": "4.2.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "6.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.1",
"tailwindcss": "^3.4.15",
"markdown-it": "^14.1.1",
"mdast-util-to-string": "^4.0.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"sharp-ico": "^0.1.5",
"stylelint": "^16.10.0",
"typescript": "^5.7.2",
"@types/node": "^22.14.1"
}
}