xuchang-new/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2023-11-09 13:36:21 +08:00
{
"name": "xuchang",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.1",
"antd": "^4.20.6",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
2023-11-09 13:39:58 +08:00
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"less": "^4.2.0",
"less-loader": "^11.1.3"
2023-11-09 13:36:21 +08:00
}
}