mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.6.2",
|
|
"@craco/craco": "^6.1.1",
|
|
"@crowdin/cli": "^3.6.4",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"antd": "^4.15.5",
|
|
"codemirror": "^5.61.1",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"craco-less": "^1.17.1",
|
|
"i18next": "^19.8.9",
|
|
"moment": "^2.29.1",
|
|
"react": "^17.0.2",
|
|
"react-codemirror2": "^7.2.1",
|
|
"react-cropper": "^2.1.7",
|
|
"react-device-detect": "^1.14.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-github-corner": "^2.5.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-i18next": "^11.8.7",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"react-social-login-buttons": "^3.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env PORT=7001 craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "craco eject",
|
|
"crowdin:sync": "crowdin upload && crowdin download"
|
|
},
|
|
"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"
|
|
}
|
|
}
|