-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 988 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
37
{
"name": "portfolio",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"newpost": "node ./src/scripts/newpost/index.js",
"phoenix": "rm ./node_modules/ -rf && rm ./bun.lockb && ni"
},
"dependencies": {
"@astrojs/mdx": "3.1.9",
"@astrojs/preact": "^3.5.3",
"@astrojs/rss": "4.0.9",
"@astrojs/tailwind": "5.1.2",
"@vercel/og": "^0.6.2",
"astro": "4.16.13",
"astro-expressive-code": "^0.32.2",
"astro-robots-txt": "^1.0.0",
"date-fns": "^3.2.0",
"preact": "^10.24.3",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@astrojs/sitemap": "3.2.1",
"@inquirer/confirm": "2.0.17",
"@inquirer/input": "1.2.16",
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3"
}
}