{
  "name": "framework7",
  "version": "6.3.16",
  "description": "Full featured mobile HTML framework for building iOS & Android apps",
  "main": "cjs/framework7.js",
  "module": "esm/framework7.js",
  "jsnext:main": "esm/framework7.js",
  "typings": "framework7.d.ts",
  "sideEffects": [
    "*.less",
    "*.css",
    "cjs/utils/dom7.js",
    "esm/utils/dom7.js"
  ],
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/framework7io/framework7.git"
  },
  "keywords": [
    "mobile",
    "framework",
    "framework7",
    "cordova",
    "ios",
    "iphone",
    "ipad",
    "apple",
    "phonegap",
    "native",
    "touch",
    "appstore",
    "app",
    "f7",
    "material",
    "android",
    "google",
    "googleplay"
  ],
  "author": "Vladimir Kharlampidi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/framework7io/framework7/issues"
  },
  "homepage": "https://framework7.io/",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/framework7"
  },
  "dependencies": {
    "dom7": "^3.0.0",
    "htm": "^3.1.0",
    "path-to-regexp": "^6.2.0",
    "skeleton-elements": "^3.5.0",
    "ssr-window": "^3.0.0",
    "swiper": "^6.8.4"
  }
}