oss
Showing
{ | { | ||
"name": "antd-demo-js", | "name": "antd-demo-js", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "devDependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | "ali-oss": "^4.11.4", | ||
"@testing-library/react": "^9.3.2", | "chalk": "^2.3.0", | ||
"@testing-library/user-event": "^7.1.2", | "co": "^4.6.0", | ||
"react": "^16.13.1", | "progress": "^2.0.0" | ||
"react-dom": "^16.13.1", | }, | ||
"react-scripts": "3.4.1" | "dependencies": { | ||
}, | "@testing-library/jest-dom": "^4.2.4", | ||
"scripts": { | "@testing-library/react": "^9.3.2", | ||
"start": "react-scripts start", | "@testing-library/user-event": "^7.1.2", | ||
"build": "react-scripts build", | "react": "^16.13.1", | ||
"test": "react-scripts test", | "react-dom": "^16.13.1", | ||
"eject": "react-scripts eject" | "react-scripts": "3.4.1" | ||
}, | }, | ||
"eslintConfig": { | "scripts": { | ||
"extends": "react-app" | "start": "react-scripts start", | ||
}, | "build": "react-scripts build", | ||
"browserslist": { | "test": "react-scripts test", | ||
"production": [ | "eject": "react-scripts eject" | ||
">0.2%", | }, | ||
"not dead", | "eslintConfig": { | ||
"not op_mini all" | "extends": "react-app" | ||
], | }, | ||
"development": [ | "browserslist": { | ||
"last 1 chrome version", | "production": [ | ||
"last 1 firefox version", | ">0.2%", | ||
"last 1 safari version" | "not dead", | ||
] | "not op_mini all" | ||
} | ], | ||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} | } |
This diff is collapsed.
Please register or sign in to comment