mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
3a144b1a69
* Revert "chore: downgrade examples to not use beta releases (#12557)"
This reverts commit 6031962ab5
.
* Update blog template for new content collections
* Update portfolio template for new content collections
* Update starlog template for new content collections
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"name": "@example/toolbar-app",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"peerDependencies": {
|
|
"astro": "^4.6.1"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"exports": {
|
|
".": "./dist/integration.js",
|
|
"./app": "./dist/app.js"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^5.0.0-beta.12"
|
|
}
|
|
}
|