mirror of
https://codeberg.org/HPCesia/AstralHalo.git
synced 2025-04-08 17:34:27 +08:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "astral-halo",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"lint": "prettier -w . && eslint . --fix && stylelint \"**/*.{css,scss}\" --fix && tsc --noEmit && astro check"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/tailwind": "^5.1.4",
|
|
"@iconify-json/material-symbols": "^1.2.12",
|
|
"astro": "^5.1.7",
|
|
"astro-compress": "2.3.5",
|
|
"astro-icon": "^1.1.5",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss-load-config": "^6.0.1",
|
|
"sass": "^1.83.4",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/ts-plugin": "^1.10.4",
|
|
"@eslint/js": "^9.18.0",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|
|
"@typescript-eslint/parser": "^8.21.0",
|
|
"astro-eslint-parser": "^1.1.0",
|
|
"eslint": "^9.18.0",
|
|
"eslint-plugin-astro": "^1.3.1",
|
|
"globals": "^15.14.0",
|
|
"postcss-html": "^1.8.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-astro-organize-imports": "^0.4.11",
|
|
"prettier-plugin-tailwindcss": "^0.6.10",
|
|
"stylelint": "^16.13.2",
|
|
"stylelint-config-html": "^1.1.0",
|
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
"typescript-eslint": "^8.20.0"
|
|
}
|
|
}
|