加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.65 KB
一键复制 编辑 原始数据 按行查看 历史
houjinhui 提交于 2023-12-20 09:26 . feat: threejs 曲线测试 并打包
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"homepage": "./",
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint-staged": "lint-staged",
"lint": "eslint src/**/*.{ts,tsx,js,jsx} --fix",
"lint:stylelint": "stylelint src/**/*.{css,less} --fix",
"prettify": "prettier --write src/",
"prepare": "husky install",
"commit": "git add . && git-cz"
},
"dependencies": {
"@ant-design/pro-components": "^2.6.43",
"@antv/x6": "^2.16.1",
"@antv/x6-react-shape": "^2.2.2",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tweenjs/tween.js": "^18.6.4",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.61",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"ahooks": "^3.7.8",
"antd": "^5.11.1",
"axios": "^1.6.2",
"craco-less": "^3.0.1",
"dayjs": "^1.11.10",
"immer": "^10.0.3",
"less": "^4.2.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"three": "^0.159.0",
"typescript": "^4.9.5",
"umi-request": "^1.4.0",
"use-immer": "^0.9.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cz-commitlint": "^18.4.3",
"@craco/craco": "^7.1.0",
"@craco/types": "^7.1.0",
"@types/lodash": "^4.14.202",
"@types/three": "^0.159.0",
"commitizen": "^4.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"http-proxy-middleware": "^2.0.6",
"husky": "^8.0.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"stylelint": "^15.11.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^4.1.0",
"stylelint-webpack-plugin": "^4.1.1"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"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"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化