38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@ayco/cozy",
|
|
"version": "0.3.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ayoayco/cozy"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"homepage": "https://ayco.io/gh/cozy",
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"build:preview": "astro build && node ./server.mjs",
|
|
"publish:patch": "npm version patch && npm publish --access public",
|
|
"publish:minor": "npm version minor && npm publish --access public",
|
|
"deploy:client": "astro build && scp -r dist/client/ ayo@ayco.io:~/cozy/dist/"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.2",
|
|
"@astrojs/mdx": "^3.1.3",
|
|
"@astrojs/node": "^8.3.3",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"@astrojs/sitemap": "^3.1.6",
|
|
"@ayco/astro-resume": "^0.4.2",
|
|
"@ayco/astro-sw": "^0.5.1",
|
|
"@extractus/article-extractor": "^8.0.10",
|
|
"@fastify/middie": "^8.3.1",
|
|
"@fastify/static": "^7.0.4",
|
|
"astro": "^4.14.2",
|
|
"astro-iconify": "^1.2.0",
|
|
"fastify": "^4.28.1",
|
|
"sass": "^1.77.8",
|
|
"typescript": "^5.5.4",
|
|
"ultrahtml": "^1.5.3"
|
|
}
|
|
}
|