cozy/package.json
Ayo Ayco da643ae46e
devops: move deployment to vercel (#93)
* devops: add vercel integration

* chore: announce move of deployment

* chore: update readme about move to netlify
2023-10-06 20:46:06 +02:00

30 lines
752 B
JSON

{
"name": "@ayco/cozy",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/ayoayco/cozy"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://cozy-reader.netlify.app",
"scripts": {
"start": "astro dev",
"build": "astro build",
"publish:patch": "npm version patch && npm publish --access public",
"publish:minor": "npm version minor && npm publish --access public"
},
"devDependencies": {
"astro": "^3.2.0"
},
"dependencies": {
"@astrojs/prefetch": "^0.4.0",
"@astrojs/vercel": "^5.0.2",
"@ayco/astro-resume": "^0.3.9",
"@extractus/article-extractor": "^8.0.2",
"astro-iconify": "^1.2.0",
"sass": "^1.68.0",
"ultrahtml": "^1.5.2"
}
}