Files
homepage/package.json
T
siujamo dbaf28ad98 feat: add tags to articles, full i18n coverage, and Tailwind CSS setup
- Add tag frontmatter to all 6 blog articles (3 articles × 2 locales)
- Complete i18n.json with all 26 text keys for en-gb and zh-hans
- Install and configure Tailwind CSS v4 with PostCSS
- Create Tags component using Tailwind utility classes
- Inject Tags into DocLayout via theme override
- Fix zh-hans homepage icon extension
2026-05-20 03:39:59 -05:00

31 lines
708 B
JSON

{
"name": "rspress-doc-template",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rspress build",
"dev": "rspress dev",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "rspress preview"
},
"dependencies": {
"@rspress/core": "^2.0.10"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^22.8.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"globals": "^17.5.0",
"prettier": "^3.8.2",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwindcss": "^4.3.0",
"typescript-eslint": "^8.58.1"
}
}