{
    "name": "johnny-tools-frames-react",
    "version": "1.1.0",
    "peerDependencies": {
        "react": ">=16.8"
    },
    "scripts": {
        "start": "react-scripts start",
        "test": "react-scripts test",
        "build": "tsc"
    },
    "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"
        ]
    },
    "devDependencies": {
        "@types/classnames": "^2.2.10",
        "@types/node": "^12.0.0",
        "@types/react": "^16.9.34",
        "react": "^16.13.1",
        "react-dom": "^16.13.1",
        "react-scripts": "3.4.1",
        "typescript": "~3.7.2"
    },
    "dependencies": {
        "classnames": "^2.2.6",
        "@testing-library/jest-dom": "^5.11.0",
        "@testing-library/react": "^10.4.3"
    }
}
