mirror of https://github.com/longtai-cn/hippo4j
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.9 KiB
76 lines
1.9 KiB
{
|
|
"name": "threadpool-console",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"ahooks": "^3.7.8",
|
|
"antd": "^5.4.7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.11.1",
|
|
"react-scripts": "5.0.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint -c .eslintrc.js src --ext .ts,.tsx,.js,.jsx --fix",
|
|
"prepare": "husky install"
|
|
},
|
|
"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": {
|
|
"@craco/craco": "^7.1.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^16.18.26",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"craco-alias": "^3.0.1",
|
|
"craco-css-modules": "^1.0.5",
|
|
"craco-less": "^2.0.0",
|
|
"craco-sass-resources-loader": "^1.1.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"husky": "^8.0.0",
|
|
"less-loader": "^11.1.0",
|
|
"lint-staged": "^13.2.2",
|
|
"prettier": "^2.8.8",
|
|
"styled-components": "^6.0.0-rc.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"cracoConfig": "./craco.config.js",
|
|
"lint-staged": {
|
|
"src/**/*.{ts,tsx,js,jsx}": [
|
|
"eslint -c .eslintrc.js --fix"
|
|
]
|
|
}
|
|
}
|