cozy/package.json
2024-12-25 23:58:30 +01:00

52 lines
1.5 KiB
JSON

{
"name": "@ayco/cozy",
"version": "0.3.3",
"repository": {
"type": "git",
"url": "https://github.com/ayoayco/cozy"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://cozy.pub",
"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/",
"test": "vitest",
"prepare": "husky",
"lint": "eslint . --config eslint.config.mjs",
"format": "prettier . --write"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/node": "^8.3.4",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@ayco/astro-sw": "^0.8.14",
"@eslint/js": "^9.17.0",
"@extractus/article-extractor": "^8.0.10",
"@fastify/middie": "^8.3.1",
"@fastify/static": "^7.0.4",
"astro": "^4.16.7",
"astro-eslint-parser": "^1.1.0",
"astro-iconify": "^1.2.0",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"fastify": "^4.28.1",
"globals": "^15.14.0",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"typescript-eslint": "^8.18.2",
"ultrahtml": "^1.5.3",
"vitest": "^2.1.4"
}
}