Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 478 Bytes

开发中

项目技术栈

下面是精简过的package.json,其中有很多测试版的库, 暂不推荐其他人使用

{
  "dependencies": {
    "@nuxt/content": "3.0.0-alpha.8",
    "@nuxt/ui": "3.0.0-alpha.10",
    "lenis": "^1.1.18",
    "nuxt": "^3.14.1592",
    "tailwindcss": "4.0.0-beta.6"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^3.11.2",
    "@tailwindcss/typography": "0.5.15",
    "typescript": "^5.7.2"
  }
}