Install dayjs and AstroJS/React
This commit is contained in:
parent
0caf584e74
commit
09b80dac50
1 changed files with 9 additions and 5 deletions
14
package.json
14
package.json
|
@ -28,23 +28,27 @@
|
|||
"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"
|
||||
"docker:build": "docker build --platform linux/arm64 -t ark.sudovanilla.org/korbs/project-pandora-butterly:arm64 .",
|
||||
"docker:push": "docker push ark.sudovanilla.org/korbs/project-pandora-butterly:arm64"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.0.1",
|
||||
"@astrojs/node": "^8.2.5",
|
||||
"@astrojs/partytown": "^2.1.0",
|
||||
"@astrojs/prism": "^3.1.0",
|
||||
"@iconoir/vue": "^7.7.0",
|
||||
"@astrojs/react": "^3.5.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-feelback": "^0.3.4",
|
||||
"astro-seo": "^0.8.4",
|
||||
"markdoc": "^0.1.3",
|
||||
"react": "^18.3.1",
|
||||
"dayjs": "^1.11.11",
|
||||
"iconoir-react": "^7.7.0",
|
||||
"markdoc": "^0.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.77.4"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue