-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 780 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 780 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
{
"name": "@test/loaders",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ascorbic/airtable-loader": "workspace:^",
"@ascorbic/bluesky-loader": "workspace:^",
"@ascorbic/csv-loader": "workspace:^",
"@ascorbic/feed-loader": "workspace:^",
"@ascorbic/mock-loader": "workspace:^",
"@ascorbic/youtube-loader": "workspace:^",
"@astro-community/astro-embed-bluesky": "^0.1.3",
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^6.5.3",
"@atproto/api": "^0.13.31",
"@unpic/astro": "^1.0.0",
"astro": "^5.12.4",
"typescript": "^5.7.3"
}
}