1 Star 1 Fork 0

rude-guy/music-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
rude-guy 提交于 2023-03-22 19:43 . fix: prettier format code
{
"name": "music-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.19",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.22",
"axios": "^0.24.0",
"better-scroll": "^2.4.2",
"good-storage": "^1.1.1",
"lyric-parser": "^1.0.1",
"react": "^17.0.2",
"react-activation": "^0.10.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"react-transition-group": "^4.4.2",
"typescript": "^4.5.4",
"web-vitals": "^2.1.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@types/good-storage": "^1.1.0",
"@types/lyric-parser": "^1.0.1",
"@types/react-router-dom": "^5.3.2",
"@types/react-transition-group": "^4.4.2",
"@welldone-software/why-did-you-render": "^6.2.3",
"antd": "^4.18.2",
"craco-less": "^2.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.8.6"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yax2064825358/music-react.git
[email protected]:yax2064825358/music-react.git
yax2064825358
music-react
music-react
master

搜索帮助