{
  "name": "cookie-test-app",
  "version": "1.0.0",
  "description": "testing",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "files": [
    "build"
  ],
  "scripts": {
    "build:publish": "rollup -c && npm publish && rm -r build",
    "build": "rollup -c",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [
    "acres",
    "meijer",
    "design system",
    "react",
    "component",
    "library"
  ],
  "author": "testing@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@testing-library/jest-dom": "^5.5.0",
    "@testing-library/react": "^11.2.3",
    "@testing-library/user-event": "^13.2.1",
    "@types/jest": "^24.0.24",
    "@types/node": "^14.14.31",
    "@types/react": "^16.9.12",
    "@types/react-dom": "^16.9.8",
    "@types/react-router": "^5.1.16",
    "@types/react-router-dom": "^5.1.8",
    "babel-loader": "^8.1.0",
    "babel-preset-react-app": "^10.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.6.3",
    "node-sass": "^5.0.0",
    "react-spring": "^8.0.27",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-typescript2": "^0.30.0",
    "sass-loader": "^10.1.1",
    "ts-jest": "^26.4.4",
    "tslib": "^2.3.0",
    "typescript": "^4.1.3"
  },
  "resolutions": {
    "**/react": "17.0.2",
    "**/react-dom": "17.0.2"
  },
  "dependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0"
  }
}
