1 Star 1 Fork 0

白雾茫茫丶/next-daily-hot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
白雾茫茫丶 提交于 2024-06-24 10:05 . chore: Release v1.6.2
{
"name": "next-daily-hot",
"version": "1.6.2",
"private": true,
"author": {
"name": "baiwumm",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev -p 6688",
"build": "next build",
"start": "next start",
"lint": "eslint src --fix --ext .ts,.tsx,.js,.jsx --max-warnings 0",
"pre-commit": "lint-staged",
"commitlint": "commitlint --config commitlint.config.cjs -e -V",
"release": "release-it"
},
"dependencies": {
"@next/third-parties": "^14.2.3",
"@nextui-org/react": "^2.3.6",
"ahooks": "^3.7.11",
"cheerio": "1.0.0-rc.12",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"framer-motion": "^11.1.9",
"lunar-typescript": "^1.7.5",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sonner": "^1.4.41"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@release-it/conventional-changelog": "^8.0.1",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"release-it": "^17.2.1",
"sass": "^1.77.1",
"tailwindcss": "^3.4.3",
"typescript": "5.2.2"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
"npm run lint",
"prettier --write"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/baiwumm/next-daily-hot.git
[email protected]:baiwumm/next-daily-hot.git
baiwumm
next-daily-hot
next-daily-hot
main

搜索帮助