mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
69e6af84a0
Update astro 1.6.12 to 1.6.13, commitizen 4.2.5 to 4.2.6, lint-staged 13.0.4 to 13.1.0.
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "astro-paper",
|
|
"version": "1.2.1",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format:check": "prettier --check .",
|
|
"format": "prettier --write .",
|
|
"cz": "cz",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^1.0.3",
|
|
"astro": "^1.6.13",
|
|
"fuse.js": "^6.6.2",
|
|
"github-slugger": "^2.0.0",
|
|
"remark-collapse": "^0.1.2",
|
|
"remark-toc": "^8.0.1",
|
|
"tailwindcss": "^3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^1.2.2",
|
|
"@astrojs/sitemap": "^1.0.0",
|
|
"@astrojs/tailwind": "^2.1.3",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@types/github-slugger": "^1.3.0",
|
|
"@types/react": "^18.0.26",
|
|
"commitizen": "^4.2.6",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"husky": "^8.0.2",
|
|
"lint-staged": "^13.1.0",
|
|
"prettier": "^2.8.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*": [
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|