astro/www/package.json
Matthew Phillips 397b7145cc
Add prism and skeleton www page (#49)
* Add prism and skeleton www page

This adds a Prism plugin, a Prism component, and the skeleton of our www site (just for testing the Prism component at the moment).

* Remove debugging
2021-04-01 15:16:29 -04:00

18 lines
366 B
JSON

{
"name": "www",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "astro dev .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"astro": "file:../",
"prism-astro": "file:../prism-astro/",
"prismjs": "^1.23.0"
}
}