mirror of
https://github.com/casdoor/casdoor.git
synced 2025-08-02 18:50:32 +08:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.2.2",
|
|
"@emotion/core": "^10.1.1",
|
|
"@emotion/styled": "^10.0.27",
|
|
"antd": "^4.7.2",
|
|
"axios": "^0.21.0",
|
|
"history": "^5.0.0",
|
|
"moment": "^2.29.1",
|
|
"react": "^17.0.1",
|
|
"react-device-detect": "^1.14.0",
|
|
"react-dom": "^17.0.1",
|
|
"react-router-dom": "^6.0.0-beta.0",
|
|
"twin.macro": "^1.12.0"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test"
|
|
},
|
|
"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": {
|
|
"@craco/craco": "^5.7.0",
|
|
"@emotion/babel-preset-css-prop": "^10.1.0",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"craco-less": "^1.17.0",
|
|
"prettier": "2.1.2",
|
|
"react-scripts": "^4.0.0",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|