{
  "name": "@milacom/mila-components",
  "version": "4.0.16",
  "description": "React component library for Mila",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "@n8tb1t/use-scroll-position": "^1.0.43",
    "classnames": "^2.2.6",
    "credit-card-type": "^9.0.1",
    "date-fns": "^2.16.1",
    "font-awesome": "^4.7.0",
    "google-map-react": "^1.1.7",
    "ics": "^2.25.0",
    "libphonenumber-js": "^1.8.2",
    "postcss-each": "^0.10.0",
    "postcss-for": "^2.1.1",
    "postcss-mesh": "^1.1.8",
    "ramda": "^0.27.1",
    "rc-progress": "^2.6.1",
    "react-datepicker": "^2.16.0",
    "react-intl-tel-input": "^7.1.1",
    "react-lines-ellipsis": "^0.14.1",
    "react-modal": "^3.11.2",
    "react-numeric-input": "^2.2.3",
    "react-places-autocomplete": "^7.3.0",
    "react-rating": "^2.0.5",
    "react-responsive-carousel": "^3.2.10",
    "react-select": "^3.1.0",
    "react-smartbanner": "^5.1.4",
    "react-spring": "^8.0.27",
    "react-tabs": "^3.1.1",
    "react-tooltip-lite": "^1.12.0",
    "resize-observer-polyfill": "^1.5.1",
    "simplebar-react": "^2.3.0",
    "smoothscroll-polyfill": "^0.4.4"
  },
  "files": [
    "dist/**/*",
    "src/**/*"
  ],
  "keywords": [
    "react",
    "components",
    "library",
    "design-system"
  ],
  "scripts": {
    "setup-dev": "npm link ../mila-frontend/node_modules/react",
    "start": "npm run watch",
    "develop": "npm run watch",
    "test": "jest --reporters=default",
    "format": "prettier --write \"src/**/*.{js,jsx,tsx,ts,json,md}\"",
    "prepublishOnly": "NODE_ENV=production npm run build",
    "build": "rimraf dist && npm run build:js && npm run build:types && npm run build:css && npm run build:assets && npm run build:grid",
    "build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline --config-file \"./config/babel.config.prod.js\" --ignore src/**/*.stories.tsx,src/**/*.test.tsx",
    "build:types": "tsc --emitDeclarationOnly",
    "build:css": "postcss src/**/*.css --dir dist --base src/ --env 'production'",
    "build:assets": "ncp src/assets dist/assets",
    "build:grid": "postcss src/style.css --config meshgrid.config.js -u postcss-mesh  --dir dist --env 'production'",
    "watch": "rimraf dist && concurrently -n js,css,tsc \"npm run watch:js\" \"npm run watch:css\" \"npm run watch:grid\"  \"npm run watch:type-check\"",
    "watch:js": "babel --watch --config-file \"./config/babel.config.prod.js\" src --out-dir dist --extensions \".ts,.tsx\" --ignore src/**/*.stories.tsx,src/**/*.test.tsx",
    "watch:css": "postcss  --config postcss.config.js --watch src/**/[!style]*.css --dir dist --base src/",
    "watch:grid": "postcss src/style.css --config meshgrid.config.js -u postcss-mesh  --dir dist --base src/",
    "watch:type-check": "tsc --watch --emitDeclarationOnly",
    "type-check": "tsc --noEmit",
    "lint": "eslint --fix './src/**/*.{ts,tsx}' && npm run type-check",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@types/jest": "^25.2.3",
    "@types/react": "^16.9.50",
    "@types/react-dom": "^16.9.8",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-inline-react-svg": "^1.1.1",
    "babel-preset-minify": "^0.5.1",
    "concurrently": "^5.3.0",
    "cssnano": "^4.1.10",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "enzyme-to-json": "^3.6.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.21.2",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^25.5.4",
    "jest-junit": "^12.0.0",
    "ncp": "^2.0.0",
    "postcss-cli": "^7.1.2",
    "postcss-cssnext": "^3.1.0",
    "postcss-loader": "^3.0.0",
    "postcss-preset-env": "^6.7.0",
    "prettier": "^1.19.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^25.5.1",
    "typescript": "^3.9.7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/milacom/mila-components.git"
  },
  "bugs": {
    "url": "https://github.com/milacom/mila-components/issues"
  },
  "homepage": "https://github.com/milacom/mila-components#readme"
}
