mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
c164b5e9ea
Bump @tailwindcss/typography from 0.5.13 to 0.5.15 Bump @types/react from 18.3.3 to 18.3.6 Bump @typescript-eslint/parser from 8.1.0 to 8.5.0 Bump astro from 4.15.4 to 4.15.6 Bump astro-eslint-parser from 1.0.2 to 1.0.3 Bump eslint from 9.9.0 to 9.10.0 Bump eslint-plugin-astro from 1.2.3 to 1.2.4 Bump prettier-plugin-tailwindcss from 0.6.5 to 0.6.6 Bump satori from 0.10.14 to 0.11.0 Bump tailwindcss from 3.4.6 to 3.4.11 Bump typescript-eslint from 8.1.0 to 8.5.0
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "astro-paper",
|
|
"version": "4.4.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"sync": "astro sync",
|
|
"astro": "astro",
|
|
"format:check": "prettier --check . --plugin=prettier-plugin-astro",
|
|
"format": "prettier --write . --plugin=prettier-plugin-astro",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.3",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"@resvg/resvg-js": "^2.6.2",
|
|
"astro": "^4.15.6",
|
|
"fuse.js": "^7.0.0",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"remark-collapse": "^0.1.2",
|
|
"remark-toc": "^9.0.0",
|
|
"satori": "^0.11.0",
|
|
"tailwindcss": "^3.4.11",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^3.6.2",
|
|
"@astrojs/sitemap": "^3.1.6",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/github-slugger": "^1.3.0",
|
|
"@types/lodash.kebabcase": "^4.1.9",
|
|
"@types/react": "^18.3.6",
|
|
"@typescript-eslint/parser": "^8.5.0",
|
|
"astro-eslint-parser": "^1.0.3",
|
|
"eslint": "^9.10.0",
|
|
"eslint-plugin-astro": "^1.2.4",
|
|
"globals": "^15.9.0",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"typescript-eslint": "^8.5.0"
|
|
}
|
|
}
|