12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "mawen",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "bootstrap": "^4.6.0",
- "devextreme": "^21.1.3",
- "devextreme-react": "^21.1.3",
- "jquery": "^3.6.0",
- "react": "^17.0.2",
- "react-bootstrap": "^1.6.0",
- "react-dom": "^17.0.2",
- "react-router-dom": "^5.2.0",
- "react-scripts": "^4.0.3",
- "react-snap": "^1.23.0",
- "reactstrap": "^8.9.0"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "postbuild": "react-snap",
- "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"
- ]
- }
- }
|