chore: various improvements
This commit is contained in:
parent
8949b155d7
commit
13bc88a4fe
2 changed files with 1072 additions and 1016 deletions
38
package.json
38
package.json
|
@ -13,48 +13,48 @@
|
|||
"start": "astro dev",
|
||||
"dev": "astro dev",
|
||||
"build": "astro telemetry disable && astro build",
|
||||
"build:preview": "astro build && node ./server.mjs",
|
||||
"build:preview": "npm run 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/",
|
||||
"deploy:client": "npm run build && scp -r dist/client/ ayo@ayco.io:~/cozy/dist/",
|
||||
"test": "vitest",
|
||||
"prepare": "husky && husky install",
|
||||
"lint": "eslint . --config eslint.config.mjs --cache",
|
||||
"format": "prettier . --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.2.0",
|
||||
"@astrojs/sitemap": "^3.3.0",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/node": "^9.2.2",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@astrojs/sitemap": "^3.4.1",
|
||||
"@ayco/astro-resume": "^0.4.4",
|
||||
"@ayco/astro-sw": "^0.8.14",
|
||||
"@fastify/middie": "^9.0.3",
|
||||
"@fastify/static": "^8.1.1",
|
||||
"astro": "^5.7.4",
|
||||
"@fastify/static": "^8.2.0",
|
||||
"astro": "^5.9.4",
|
||||
"astro-iconify": "^1.2.0",
|
||||
"fastify": "^5.3.2",
|
||||
"fastify": "^5.4.0",
|
||||
"ultrahtml": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@eslint/compat": "^1.2.8",
|
||||
"@eslint/js": "^9.25.0",
|
||||
"@extractus/article-extractor": "^8.0.17",
|
||||
"@eslint/compat": "^1.3.0",
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@extractus/article-extractor": "^8.0.19",
|
||||
"astro-eslint-parser": "^1.2.2",
|
||||
"eslint": "^9.25.0",
|
||||
"eslint-config-prettier": "^10.1.2",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.2.6",
|
||||
"globals": "^16.0.0",
|
||||
"eslint-plugin-prettier": "^5.5.0",
|
||||
"globals": "^16.2.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.5.1",
|
||||
"lint-staged": "^16.1.2",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"sass": "^1.86.3",
|
||||
"sass": "^1.89.2",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.30.1",
|
||||
"vitest": "^3.1.1"
|
||||
"typescript-eslint": "^8.34.1",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,mjs,astro,ts}": [
|
||||
|
|
2050
pnpm-lock.yaml
2050
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue