63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "@ayco/personal-website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"lint": "eslint . --config eslint.config.mjs --cache",
|
|
"format": "prettier . --write",
|
|
"check": "npm run format && npm run lint",
|
|
"astro": "astro",
|
|
"build:preview": "astro build && astro preview",
|
|
"deploy": "astro build && scp -r dist ayo@ayco.io:~/ayco.io-flask/",
|
|
"copy:dist": "astro build && cp -R dist ../ayco.io-flask/",
|
|
"prepare": "husky",
|
|
"prep:now": "npx jiti ./commands/prep-now.js"
|
|
},
|
|
"devDependencies": {
|
|
"@astro-reactive/form": "^0.10.1",
|
|
"@astro-reactive/validator": "^0.5.1",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@ayco/astro-sw": "^0.8.14",
|
|
"@eslint/compat": "^1.2.4",
|
|
"@eslint/js": "^9.17.0",
|
|
"@typescript-eslint/parser": "^8.19.1",
|
|
"astro": "^5.1.3",
|
|
"astro-eslint-parser": "^1.1.0",
|
|
"astro-github-stats": "^0.8.0",
|
|
"astro-iconify": "^1.2.0",
|
|
"consola": "^3.3.3",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-astro": "^1.3.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"globals": "^15.14.0",
|
|
"husky": "^9.1.7",
|
|
"jiti": "^2.4.2",
|
|
"lint-staged": "^15.3.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.1",
|
|
"tslib": "^2.8.1",
|
|
"typescript-eslint": "^8.19.1",
|
|
"unified": "^11.0.5"
|
|
},
|
|
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
|
|
"lint-staged": {
|
|
"*.{js,mjs,astro,ts}": [
|
|
"prettier --write",
|
|
"eslint --fix"
|
|
],
|
|
"*.json": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"pathe": "^2.0.0"
|
|
}
|
|
}
|