{
  "name": "@vtmn/react",
  "version": "4.2.0",
  "description": "Decathlon Design System - Vitamin React components library",
  "keywords": [
    "design-system",
    "ui-kit",
    "libraries",
    "react",
    "vitamin"
  ],
  "homepage": "https://github.com/Decathlon/vitamin-web/tree/main/packages/sources/react",
  "bugs": {
    "url": "https://github.com/Decathlon/vitamin-web/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Decathlon/vitamin-web.git"
  },
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "jsnext:main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "shx rm -rf dist && rollup -c",
    "lint": "eslint src --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
    "start": "npm run build -- -w"
  },
  "dependencies": {
    "@vtmn/icons": "^1.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.17.12",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/plugin-syntax-flow": "^7.17.12",
    "@babel/plugin-transform-react-jsx": "^7.17.12",
    "@rollup/plugin-commonjs": "^23.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^9.0.0",
    "@rollup/plugin-url": "^8.0.0",
    "@svgr/rollup": "^6.2.1",
    "@types/react": "^18.0.5",
    "@types/react-dom": "^18.0.4",
    "@typescript-eslint/eslint-plugin": "^5.24.0",
    "@typescript-eslint/parser": "^5.24.0",
    "@vtmn/css-accordion": "^1.1.7",
    "@vtmn/css-alert": "^1.1.4",
    "@vtmn/css-badge": "^1.1.4",
    "@vtmn/css-breadcrumb": "^1.1.4",
    "@vtmn/css-button": "^1.1.4",
    "@vtmn/css-card": "^1.1.4",
    "@vtmn/css-checkbox": "^1.1.4",
    "@vtmn/css-chip": "^2.0.1",
    "@vtmn/css-link": "^1.1.4",
    "@vtmn/css-list": "^1.1.4",
    "@vtmn/css-loader": "^1.1.4",
    "@vtmn/css-modal": "^1.1.4",
    "@vtmn/css-navbar": "^2.0.3",
    "@vtmn/css-popover": "^1.1.4",
    "@vtmn/css-price": "^1.1.4",
    "@vtmn/css-progressbar": "^1.1.4",
    "@vtmn/css-quantity": "^1.1.5",
    "@vtmn/css-radio-button": "^1.1.4",
    "@vtmn/css-rating": "^1.1.7",
    "@vtmn/css-search": "^1.1.10",
    "@vtmn/css-select": "^1.1.4",
    "@vtmn/css-skeleton": "^1.1.4",
    "@vtmn/css-snackbar": "^1.1.4",
    "@vtmn/css-tabs": "^1.1.4",
    "@vtmn/css-tag": "^1.1.4",
    "@vtmn/css-text-input": "^1.1.4",
    "@vtmn/css-toast": "^1.1.4",
    "@vtmn/css-toggle": "^1.1.5",
    "@vtmn/css-tooltip": "^1.1.4",
    "autoprefixer": "^10.3.6",
    "eslint": "8.25.0",
    "eslint-config-prettier": "^8.2.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.22.0",
    "postcss": "^8.4.6",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-scripts": "5.0.1",
    "rollup": "^2.73.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "shx": "^0.3.4",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "gitHead": "fea8215137bd878486efe1062b2c5418f5490629"
}
