{
    "name": "@sb1/ffe-datepicker-react",
    "version": "101.0.5",
    "license": "MIT",
    "author": "SpareBank 1",
    "files": [
        "lib",
        "es",
        "types"
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "types": "types/index.d.ts",
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "ssh://git@github.com:SpareBank1/designsystem.git"
    },
    "scripts": {
        "build": "ffe-buildtool tsc",
        "build:es": "ffe-buildtool tsc --es",
        "lint": "echo \"Linting handled at root level with oxlint\"",
        "test": "ffe-buildtool jest",
        "test:watch": "ffe-buildtool jest --watch"
    },
    "dependencies": {
        "@sb1/ffe-datepicker": "^101.0.5",
        "@sb1/ffe-dropdown-react": "^101.0.5",
        "@sb1/ffe-form": "^101.0.5",
        "@sb1/ffe-form-react": "^101.0.5",
        "@sb1/ffe-icons-react": "^101.0.5",
        "classnames": "^2.5.1",
        "lodash.debounce": "^4.0.8"
    },
    "devDependencies": {
        "@sb1/ffe-buildtool": "^101.0.5",
        "@testing-library/react": "^16.3.2",
        "@types/lodash.debounce": "^4.0.9",
        "eslint": "^10.2.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    },
    "peerDependencies": {
        "react": ">=18.2.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "9ba3bf0099a187565dbf52b0bbeeb4dfb73c63dc"
}
