75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "4.2.0",
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build && jampack ./dist",
|
|
"preview": "astro preview",
|
|
"sync": "astro sync",
|
|
"astro": "astro",
|
|
"format:check": "prettier --check . --plugin=prettier-plugin-astro",
|
|
"format": "prettier --write . --plugin=prettier-plugin-astro",
|
|
"cz": "cz",
|
|
"prepare": "husky install",
|
|
"lint": "eslint .",
|
|
"siyuan": "node src/utils/siyuan.mjs",
|
|
"joplin": "node src/utils/joplin.mjs",
|
|
"upload": "node src/utils/upload.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.7.0",
|
|
"@astrojs/rss": "^4.0.2",
|
|
"@iconify-json/fa6-brands": "^1.1.19",
|
|
"@iconify-json/simple-icons": "^1.1.105",
|
|
"@resvg/resvg-js": "^2.6.0",
|
|
"astro": "^4.2.1",
|
|
"astro-icon": "^1.1.0",
|
|
"bulma": "^1.0.1",
|
|
"fuse.js": "^7.0.0",
|
|
"github-slugger": "^2.0.0",
|
|
"marked": "^13.0.2",
|
|
"react-bulma-components": "^4.1.0",
|
|
"remark-collapse": "^0.1.2",
|
|
"remark-toc": "^9.0.0",
|
|
"sass": "^1.77.2",
|
|
"satori": "^0.10.11",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.4.5",
|
|
"webdav": "^5.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^3.0.9",
|
|
"@astrojs/sitemap": "^3.0.5",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@divriots/jampack": "^0.23.2",
|
|
"@iconify-json/fa6-solid": "^1.2.3",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/github-slugger": "^1.3.0",
|
|
"@types/react": "^18.2.48",
|
|
"@typescript-eslint/parser": "^6.19.0",
|
|
"astro-eslint-parser": "^0.16.2",
|
|
"commitizen": "^4.3.0",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"dotenv": "^16.4.7",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-astro": "^0.31.3",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^15.2.0",
|
|
"prettier": "^3.2.4",
|
|
"prettier-plugin-astro": "^0.13.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,md,mdx,json,astro}": [
|
|
"prettier --write --plugin=prettier-plugin-astro"
|
|
]
|
|
}
|
|
}
|