-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 854 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": "samedwardes.com",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.2",
"@astrojs/netlify": "^5.3.3",
"@astrojs/node": "^8.3.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@notionhq/client": "^2.2.15",
"astro": "^4.11.3",
"astro-expressive-code": "^0.37.0",
"marked": "^12.0.2",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vue": "^3.4.27"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.12",
"daisyui": "^4.12.2",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.13.0"
}
}