astro/examples/framework-solid/package.json
2021-09-06 08:25:23 +00:00

29 lines
662 B
JSON

{
"name": "@example/framework-solid",
"keywords": [
"framework",
"template",
"astro"
],
"private": true,
"version": "0.0.1",
"description": "See how to seamlessly use Solid UI to develop Web Components within Astro",
"repository": {
"directory": "/examples/framework-solid",
"type": "github",
"url": "https://github.com/snowpackjs/astro/tree/main"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {
"workspaceRoot": "../.."
}
}