generated from Princesseuh/component-template
-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 758 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@astro-community/astro-embed-demo",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astro-community/astro-embed-baseline-status": "workspace:*",
"@astro-community/astro-embed-bluesky": "workspace:*",
"@astro-community/astro-embed-gist": "workspace:*",
"@astro-community/astro-embed-link-preview": "workspace:*",
"@astro-community/astro-embed-mastodon": "workspace:*",
"@astro-community/astro-embed-vimeo": "workspace:*",
"@astro-community/astro-embed-youtube": "workspace:*",
"@astrojs/mdx": "^4.3.13",
"astro": "^5.18.0",
"astro-embed": "workspace:*"
}
}