mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
chore: rename website-astro to website, update gitignore
- Rename website-astro/ to website/ - Add website/dist/ and website/.astro/ to gitignore - Update generate-website-data.mjs output path
This commit is contained in:
26
website/package.json
Normal file
26
website/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "awesome-copilot-website",
|
||||
"version": "1.0.0",
|
||||
"description": "Awesome GitHub Copilot website",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"keywords": [
|
||||
"github",
|
||||
"copilot",
|
||||
"agents",
|
||||
"prompts"
|
||||
],
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/sitemap": "^3.7.0",
|
||||
"astro": "^5.16.15",
|
||||
"choices.js": "^11.1.0",
|
||||
"jszip": "^3.10.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user