{
  "name": "@spicy-ui/core",
  "version": "0.1.0-alpha.9",
  "description": "A themable and extensible React UI library, ready to use out of the box",
  "keywords": [
    "react",
    "react-components",
    "ui",
    "ui-components",
    "components",
    "component-library",
    "design-system",
    "library",
    "spicy",
    "spicy-ui",
    "styled-components"
  ],
  "homepage": "https://github.com/spicy-ui/core",
  "bugs": "https://github.com/spicy-ui/core/issues",
  "license": "MIT",
  "author": {
    "name": "Alex Gabites",
    "email": "hello@southpaw.co.nz",
    "url": "http://southpaw.co.nz"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/core.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/spicy-ui/core.git"
  },
  "scripts": {
    "clean": "rimraf dist storybook-static",
    "start": "tsdx watch",
    "start:storybook": "start-storybook -p 9000",
    "build": "tsdx build",
    "build:storybook": "build-storybook",
    "lint": "eslint ./src && tsc --noEmit",
    "test": "tsdx test --passWithNoTests"
  },
  "dependencies": {
    "@popperjs/core": "^2.9.3",
    "@spicy-ui/styled-system": "0.0.1-alpha.3",
    "@types/styled-components": "^5.1.12",
    "deepmerge": "^4.2.2",
    "downshift": "^6.1.7",
    "framer-motion": "^4.1.17",
    "polished": "^4.1.3",
    "react-fast-compare": "^3.2.0",
    "react-focus-lock": "^2.5.2",
    "react-icons": "^4.2.0",
    "react-popper": "^2.2.5",
    "styled-normalize": "^8.0.7"
  },
  "devDependencies": {
    "@storybook/addon-essentials": "^6.3.7",
    "@storybook/react": "^6.3.7",
    "@types/react": "^17.0.17",
    "@types/react-dom": "^17.0.9",
    "@types/react-router-dom": "^5.1.8",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-plugin-jest": "^24.4.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-json-view": "^1.21.3",
    "react-lorem-ipsum": "^1.4.9",
    "react-router-dom": "^5.2.0",
    "react-uid": "^2.3.1",
    "rimraf": "^3.0.2",
    "styled-components": "^5.3.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "4.3.5"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0",
    "styled-components": ">=5.3.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
