a30f2f3de4
* fix: move `node:` libs out of utils * fix: node -> default * chore: remove kleur from markdoc ex (why was this there??) * chore: lock * chore: changeset
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"name": "@example/with-markdoc",
|
|
"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/markdoc": "^0.3.0",
|
|
"astro": "^2.6.2"
|
|
}
|
|
}
|