53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "xxqg",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.1.1",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^16.11.27",
|
|
"@types/react": "17.x",
|
|
"@types/react-dom": "^18.0.1",
|
|
"antd-mobile": "^5.10.2",
|
|
"axios": "^0.26.1",
|
|
"http-proxy-middleware": "^2.0.5",
|
|
"monaco-editor": "^0.34.0",
|
|
"monaco-yaml": "^4.0.2",
|
|
"react": "17.x",
|
|
"react-dom": "17.x",
|
|
"react-monaco-editor": "^0.50.1",
|
|
"react-router-dom": "6",
|
|
"react-scripts": "5.0.1",
|
|
"react-uuid": "^1.0.2",
|
|
"typescript": "^4.6.3",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"homepage": "/static/xxqg/build/"
|
|
}
|