astro/smoke/astro.build-main/package.json
Fred K. Schott 918f1ea4f7
Make smoke tests more deterministic (#2618)
* sync first remote smoke tests

* update smoke test scripts
2022-02-28 21:38:17 -08:00

27 lines
668 B
JSON

{
"name": "astro.build",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev --experimental-static-build",
"dev": "astro dev",
"build": "astro build --experimental-static-build",
"preview": "astro preview",
"update-contributors": "node ./update-contributors.mjs"
},
"devDependencies": {
"astro": "0.23.0-next.10",
"astro-icon": "^0.6.0"
},
"volta": {
"node": "14.18.3"
},
"dependencies": {
"date-fns": "^2.28.0",
"quicklink": "^2.2.0",
"rehype-autolink-headings": "^6.1.0",
"remark-autolink-headings": "^7.0.1",
"remark-smartypants": "^2.0.0",
"smartypants": "^0.1.6"
}
}