1 Star 0 Fork 0

Thyiad/pt-vite

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
Thyiad 提交于 2023-12-20 23:01 +08:00 . feat: update dep
{
"name": "vite-project",
"version": "2.0.0",
"scripts": {
"opt": "node ./optimize.js",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"prepare": "husky install",
"lint-staged": "lint-staged"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"@ant-design/charts": "^2.0.3",
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.43",
"@loadable/component": "^5.16.2",
"@thyiad/antd-ui": "^1.0.5",
"@thyiad/util": "^1.1.31",
"antd": "^5.12.4",
"js-cookie": "^3.0.5",
"lrz": "^4.9.41",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.21.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-eslint": "^9.0.5",
"@types/node": "^18.19.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"chalk": "^4.1.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"postcss-import": "^15.1.0",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-style-import": "^2.0.0"
},
"author": "Thyiad",
"license": "ISC",
"overrides": {
"@ant-design/charts": {
"antd": "^5.0.7",
"@ant-design/icons": "^5.0.1"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Thyiad/pt-vite.git
git@gitee.com:Thyiad/pt-vite.git
Thyiad
pt-vite
pt-vite
master

搜索帮助