2021-04-15 15:55:50 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/with-markdown",
|
2021-08-10 00:24:25 +00:00
|
|
|
"description": "A demonstration on using Markdown with Astro",
|
2021-06-28 12:02:59 +00:00
|
|
|
"version": "0.0.1",
|
2021-06-28 15:46:10 +00:00
|
|
|
"private": true,
|
2021-09-06 08:25:23 +00:00
|
|
|
"keywords": [
|
|
|
|
"kitchen-sink",
|
|
|
|
"template",
|
|
|
|
"astro"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"directory": "/examples/with-markdown",
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/snowpackjs/astro/tree/main"
|
|
|
|
},
|
2021-04-15 15:55:50 +00:00
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-04-30 21:33:35 +00:00
|
|
|
"start": "astro dev",
|
2021-08-26 19:08:52 +00:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-04-15 15:55:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-01 19:58:14 +00:00
|
|
|
"astro": "^0.20.4"
|
2021-04-30 21:33:35 +00:00
|
|
|
},
|
|
|
|
"snowpack": {
|
|
|
|
"workspaceRoot": "../.."
|
2021-04-15 15:55:50 +00:00
|
|
|
}
|
|
|
|
}
|