OpenPBL/web/package.json

69 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "openpbl-landing",
"version": "0.1.0",
"private": true,
"dependencies": {
2021-07-19 13:50:00 +08:00
"@ant-design/icons": "^4.6.2",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@craco/craco": "^6.2.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
2021-07-22 18:27:27 +08:00
"ali-oss": "^6.16.0",
2021-07-19 13:50:00 +08:00
"antd": "^4.16.6",
"antd-img-crop": "^3.14.2",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"craco-less": "^1.18.0",
"echarts": "^5.1.2",
"echarts-for-react": "^3.0.1",
"enquire-js": "^0.2.1",
"localStorage": "^1.0.4",
2021-07-22 18:27:27 +08:00
"lodash": "^4.17.21",
2021-07-19 13:50:00 +08:00
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"rc-banner-anim": "^2.4.5",
"rc-queue-anim": "^1.8.5",
"rc-scroll-anim": "^2.7.6",
"rc-tween-one": "^2.7.3",
"react": "^17.0.2",
2021-07-19 13:50:00 +08:00
"react-document-title": "^2.0.3",
"react-dom": "^17.0.2",
2021-07-19 13:50:00 +08:00
"react-github-button": "^0.1.11",
2021-07-22 18:27:27 +08:00
"react-lz-editor": "^0.12.1",
2021-07-19 13:50:00 +08:00
"react-pdf": "^5.3.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
2021-07-19 13:50:00 +08:00
"serve": "^12.0.0",
"web-vitals": "^1.0.1"
},
"scripts": {
2021-07-19 13:50:00 +08:00
"start": "craco start",
2021-07-27 18:14:30 +08:00
"build": "craco build",
2021-07-19 13:50:00 +08:00
"test": "craco 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"
]
2021-07-19 13:50:00 +08:00
},
"devDependencies": {
"rc-animate": "^3.1.1"
}
}