casdoor/web/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2020-10-20 21:46:44 +08:00
{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
2021-03-26 23:41:18 +08:00
"@ant-design/icons": "^4.6.2",
2021-03-26 23:18:24 +08:00
"@craco/craco": "^6.1.1",
2020-10-20 21:46:44 +08:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
2021-03-26 23:41:18 +08:00
"antd": "^4.14.1",
2021-03-14 23:08:08 +08:00
"copy-to-clipboard": "^3.3.1",
2021-03-26 23:18:24 +08:00
"craco-less": "^1.17.1",
"i18next": "^19.8.9",
2020-10-20 23:14:03 +08:00
"moment": "^2.29.1",
2021-03-26 23:18:24 +08:00
"react": "^17.0.2",
feat: added avatar tailoring and uploading Signed-off-by: Kininaru <shiftregister233@outlook.com> fixed type errors Signed-off-by: Kininaru <shiftregister233@outlook.com> fixed the wrong folder Signed-off-by: Kininaru <shiftregister233@outlook.com> rewrite login check logic, added unix time to avatar url Signed-off-by: Kininaru <shiftregister233@outlook.com> fixed a bug about strconv Signed-off-by: Kininaru <shiftregister233@outlook.com> supported oss Signed-off-by: Kininaru <shiftregister233@outlook.com> disabled oss provide qiniu Signed-off-by: Kininaru <shiftregister233@outlook.com> Fixed avatar url error Signed-off-by: Kininaru <shiftregister233@outlook.com> Fixed avatar length bug Signed-off-by: Kininaru <shiftregister233@outlook.com> Fixed avatar length bug Signed-off-by: Kininaru <shiftregister233@outlook.com> fixed oss.conf Signed-off-by: Kininaru <shiftregister233@outlook.com> Put uploading avatar into UserEditPage Signed-off-by: Kininaru <shiftregister233@outlook.com> removed avatar dir Signed-off-by: Kininaru <shiftregister233@outlook.com> removed avatar in main.go Signed-off-by: Kininaru <shiftregister233@outlook.com> Made CropperDiv a reusable component, and updated README for OSS config Signed-off-by: Kininaru <shiftregister233@outlook.com> Convert ts to js Signed-off-by: Kininaru <shiftregister233@outlook.com> removed ts Signed-off-by: Kininaru <shiftregister233@outlook.com> fix: set avatar link to string 255 Signed-off-by: Kininaru <shiftregister233@outlook.com> fix: updated yarn lock Signed-off-by: Kininaru <shiftregister233@outlook.com> add: Casbin license Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-03-14 15:50:36 +08:00
"react-cropper": "^2.1.7",
2020-10-20 22:37:38 +08:00
"react-device-detect": "^1.14.0",
2021-03-26 23:18:24 +08:00
"react-dom": "^17.0.2",
2021-02-13 14:22:49 +08:00
"react-github-corner": "^2.5.0",
"react-i18next": "^11.8.7",
2020-10-20 22:37:38 +08:00
"react-router-dom": "^5.2.0",
2021-03-29 22:11:28 +08:00
"react-scripts": "4.0.3",
"react-social-login-buttons": "^3.4.0"
2020-10-20 21:46:44 +08:00
},
"scripts": {
"start": "cross-env PORT=7001 craco start",
2021-03-26 23:18:24 +08:00
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
2020-10-20 21:46:44 +08:00
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cross-env": "^7.0.3"
2020-10-20 21:46:44 +08:00
}
}