This commit is contained in:
Eleanor Mao
2024-04-11 17:17:37 +08:00
parent cd269b82b3
commit 6a0362e18f
11 changed files with 502 additions and 98 deletions

View File

@ -18,6 +18,7 @@
"@types/node": "^16.18.95",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"axios": "^1.6.8",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.8",
@ -52,6 +53,7 @@
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prompts": "^2.4.2",
"qs": "^6.12.0",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
@ -102,6 +104,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.0",
"@types/qs": "^6.9.14",
"monaco-editor-webpack-plugin": "^7.1.0"
},
"jest": {
@ -159,5 +162,6 @@
"presets": [
"react-app"
]
}
},
"proxy": "http://rcw-mock-lab02.lab.nordigy.ru:8080"
}