2 Star 0 Fork 0

上海语忆信息技术有限公司/管理端WEB前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
李俊 提交于 2024-07-19 20:22 . init
{
"name": "base",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"antd": "4.24.12",
"axios": "^1.6.7",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"file-power-boundle": "^3.3.1",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-router-dom": "^6.22.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "cross-env REACT_APP_ENV=local craco start",
"start:mock": "cross-env REACT_APP_ENV=mock craco start",
"build:test": "cross-env REACT_APP_ENV=test craco build",
"build:prod": "cross-env REACT_APP_ENV=prod craco build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.9",
"@craco/craco": "^7.1.0",
"@types/crypto-js": "^4.2.2",
"babel-plugin-import": "^1.13.8",
"craco-less": "^3.0.1",
"cross-env": "^7.0.3",
"mockjs": "^1.1.0",
"typescript": "^5.3.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shyyxx/management-front-end.git
git@gitee.com:shyyxx/management-front-end.git
shyyxx
management-front-end
管理端WEB前端
develop

搜索帮助