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.
46 lines
1019 B
46 lines
1019 B
{
|
|
"name": "chengduskp-ar-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"dependencies": {
|
|
"antd-mobile": "^2.3.4",
|
|
"axios": "^0.21.1",
|
|
"fuse.js": "^6.6.2",
|
|
"html5-qrcode": "^2.3.0",
|
|
"node-sass": "^8.0.0",
|
|
"qrcodejs2": "^0.0.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-lazy-load-image-component": "^1.5.1",
|
|
"react-modal": "^3.12.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",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
|