mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
d5bd23d5f4
* devDependencies => dependencies * :global -> is:global * update lockfile * remove unneeded markdown dependency * fix remaining merge conflicts * update lockfile
13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"name": "@example/component",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro --root demo dev",
|
|
"build": "astro --root demo build",
|
|
"serve": "astro --root demo preview"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^1.1.1"
|
|
}
|
|
}
|