You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
{
|
|
"name": "qmgo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"antd-mobile": "^2.3.4",
|
|
"axios": "^0.21.1",
|
|
"graphql": "^15.5.0",
|
|
"node-sass": "^8.0.0",
|
|
"qrcodejs2": "^0.0.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-infinite-scroller": "^1.2.6",
|
|
"react-lazy-load-image-component": "^1.5.1",
|
|
"react-modal": "^3.12.1",
|
|
"react-qr-reader": "^3.0.0-beta-1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"vconsole": "^3.4.0",
|
|
"web-vitals": "^1.0.1"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
|