site: start of basic site using astro, character select implemented
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "zenno",
|
||||
"version": "0.0.1",
|
||||
"description": "Zenno Rob Roy: She's read all about Umamusume, and she's always happy to share her knowledge and give recommendations!",
|
||||
"main": "index.js",
|
||||
"directories": {},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.sunturtle.xyz:zephyr/horse.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Branden J Brown <zephyrtronium@hey.com>",
|
||||
"license": "none",
|
||||
"dependencies": {
|
||||
"astro": "^6.0.8",
|
||||
"nanostores": "^1.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user