Begin development
This commit is contained in:
commit
7fd01eaf43
12 changed files with 224 additions and 0 deletions
49
package.json
Normal file
49
package.json
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "project-pandora-charm",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"license": "GPL-3.0-only",
|
||||
"author": {
|
||||
"name": "SudoVanilla"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
"url": "https://liberapay.com/SudoVanilla/"
|
||||
}
|
||||
],
|
||||
"homepage": "https://ark.sudovanilla.org/Korbs/project-pandora-charm/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://ark.sudovanilla.org/Korbs/project-pandora-charm/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://ark.sudovanilla.org/Korbs/project-pandora-charm/issues",
|
||||
"email": "support@sudovanilla.org"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"docker:start": "docker compose up -d",
|
||||
"docker:stop": "docker compose down",
|
||||
"docker:build": "docker build -t ark.sudovanilla.org/korbs/project-pandora-butterly:amd64 .",
|
||||
"docker:push": "docker push ark.sudovanilla.org/korbs/project-pandora-butterly:amd64"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.0.1",
|
||||
"@astrojs/partytown": "^2.1.0",
|
||||
"@astrojs/prism": "^3.1.0",
|
||||
"@iconoir/vue": "^7.7.0",
|
||||
"@keystatic/astro": "^5.0.0",
|
||||
"@keystatic/core": "^0.5.18",
|
||||
"astro": "^4.9.3",
|
||||
"astro-analytics": "^2.7.0",
|
||||
"astro-breadcrumbs": "^2.3.1",
|
||||
"astro-seo": "^0.8.4",
|
||||
"markdoc": "^0.1.3",
|
||||
"react": "^18.3.1",
|
||||
"sass": "^1.77.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue