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",
|
2021-02-19 23:23:59 +08:00
|
|
|
"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",
|
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",
|
2021-02-19 23:23:59 +08:00
|
|
|
"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": {
|
2021-03-26 23:18:24 +08:00
|
|
|
"start": "set PORT=7001 && craco start",
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|