2020-fronted-nx/package.json

43 lines
978 B
JSON

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^3.26.11",
"axios": "^0.19.2",
"enquire-js": "^0.2.1",
"rc-queue-anim": "^1.8.3",
"rc-scroll-anim": "^2.7.4",
"rc-texty": "^0.2.0",
"react": "^16.12.0",
"react-confirm-alert": "^2.4.1",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}