{
  "name": "koylu-vampir-design",
  "version": "2.0.9",
  "description": "Design System for Koylu Vampir Game",
  "keywords": [
    "react-native",
    "design-system"
  ],
  "homepage": "https://koyluvampir.com",
  "license": "MIT",
  "author": "Oktay Baskus <98oktay@gmail.com>",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && npm run copy-files",
    "watch": "npm run copy-files && tsc --watch",
    "watch:sync": "npm run copy-files && concurrently \"tsc --watch\" \"chokidar 'dist/**/*' --initial -c 'rsync -av --delete ./dist/ ${SYNC_TARGET}/node_modules/koylu-vampir-design/dist/'\"",
    "copy-files": "copyfiles -u 1 ./src/assets/*/*.* ./dist/",
    "build-storybook": "build-storybook",
    "postinstall": "patch-package",
    "lint": "eslint src --ext .ts,.tsx --cache",
    "storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
    "type-check": "tsc --noEmit",
    "storycap:all": "rm -rf ./__screenshots__ && npm run storycap http://localhost:6006 --serverCmd 'npm run storybook --ci' --viewport '414x736' --serverTimeout '200000'"
  },
  "dependencies": {
    "@react-native-community/masked-view": "^0.1.11",
    "@react-native/assets-registry": "^0.83.1",
    "deprecated-react-native-prop-types": "^5.0.0",
    "moment": "^2.29.1",
    "patch-package": "^8.0.1",
    "react-native-animatable": "^1.3.3",
    "react-native-fast-image": "^8.6.3",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-safe-area-context": "5.5.2",
    "react-native-snap-carousel": "^3.9.1",
    "react-native-svg": "^15.15.1",
    "react-native-vector-icons": "^8.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "@storybook/addon-actions": "^6.2.9",
    "@storybook/addon-docs": "^6.2.9",
    "@storybook/addon-essentials": "^6.2.9",
    "@storybook/addon-viewport": "^6.2.9",
    "@storybook/addons": "^6.2.9",
    "@storybook/react": "^6.2.9",
    "@storybook/theming": "^6.2.9",
    "@types/react-native": "^0.64.5",
    "babel-loader": "^8.1.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-expo": "^8.1.0",
    "chokidar-cli": "^3.0.0",
    "concurrently": "^8.2.2",
    "copy-webpack-plugin": "6",
    "copyfiles": "^2.4.1",
    "eslint": "^7.17.0",
    "prettier": "^2.0.5",
    "react": "19.2.0",
    "react-docgen-typescript-loader": "^3.7.2",
    "react-dom": "19.2.0",
    "react-native-web": "^0.16.5",
    "react-native-web-linear-gradient": "^1.1.2",
    "react-web-vector-icons": "^1.0.2",
    "reg-suit": "^0.10.2",
    "storybook-addon-react-docgen": "^1.2.42",
    "storybook-mobile": "^0.1.31",
    "storycap": "^3.0.1",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "react": ">=19.2.0",
    "react-dom": ">=19.2.0"
  }
}
