study_xxqg/web/xxqg/package.json

54 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2022-04-20 13:31:46 +00:00
{
"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",
2022-09-25 15:58:04 +00:00
"monaco-editor": "^0.34.0",
2022-09-26 11:57:35 +00:00
"monaco-yaml": "^4.0.2",
2022-11-09 05:38:11 +00:00
"qrcode.react": "^3.1.0",
2022-04-20 13:31:46 +00:00
"react": "17.x",
"react-dom": "17.x",
2022-09-25 15:58:04 +00:00
"react-monaco-editor": "^0.50.1",
2022-09-26 11:57:35 +00:00
"react-router-dom": "6",
2022-04-20 13:31:46 +00:00
"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/"
}