-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 Bytes
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
{
"name": "@example/blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^3.1.2",
"@astrojs/mdx": "^0.11.5",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^2.1.2",
"@astrojs/vercel": "^2.3.3",
"@tryghost/content-api": "^1.11.4",
"@tryghost/helpers": "^1.1.74",
"astro": "^1.6.0",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
"svelte": "^3.52.0",
"svelte-icons": "^2.1.0",
"tailwindcss": "^3.2.2"
},
"devDependencies": {
"@types/tryghost__content-api": "^1.3.11"
}
}