website/package.json

32 lines
916 B
JSON

{
"name": "reidlab-pink",
"version": "1.0.0",
"description": "reidlab.pink",
"scripts": {
"dev": "astro dev",
"build": "npm run lint && astro check && astro build",
"preview": "astro preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "reidlab",
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/sitemap": "^3.1.5",
"astro": "^5.0.4",
"astro-compress": "^2.2.28",
"astro-vtbot": "^1.7.23",
"figlet": "^1.7.0",
"modern-normalize": "^2.0.0",
"postcss-preset-env": "^9.5.14"
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
}
}