{
  "name": "@gulw/components",
  "version": "0.8.17",
  "description": "Mobile UI for Hyperapp",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "dist",
    "lib",
    "es"
  ],
  "scripts": {
    "start": "parcel kitchen-sink/app.html --out-dir .ksdist --no-autoinstall --no-cache",
    "pub": "npm version patch && npm publish --access=public && git push",
    "build:ks": "git rm site/kitchen-sink -r && parcel build kitchen-sink/app.html -d site/kitchen-sink --public-url ./ --out-file index",
    "build:prod": "git rm dist/ -r && rollup -c && parcel build components/index.less --no-minify --no-source-maps --out-file f7-components.css && gulp lib && gulp es",
    "build:custom": "rollup --config scripts/custom.config.js && parcel build scripts/custom.less --no-minify --no-source-maps --out-file f7c.custom.css",
    "release:ks": "npm run build:ks && git add site/kitchen-sink/ && git commit -m \"ks build\" && git push && node scripts/gh-pages",
    "release:prod": "npm run build:prod && git add dist/ && git commit -m \"prod build\" && npm run pub"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/venecy/f7c.git"
  },
  "keywords": [
    "hyperapp",
    "ui",
    "views",
    "components",
    "mobile",
    "animation"
  ],
  "author": "gulewei",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/venecy/f7c/issues"
  },
  "homepage": "https://github.com/venecy/f7c#readme",
  "engines": {
    "node": ">= 4.0.0",
    "npm": ">= 3.0.0"
  },
  "browserslist": [
    "iOS >= 7",
    "Android >= 4.1"
  ],
  "devDependencies": {
    "@types/classnames": "^2.2.6",
    "autoprefixer": "^8.6.5",
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^5.7.0",
    "eslint-plugin-react": "^7.11.1",
    "fastclick": "^1.0.6",
    "gh-pages": "^2.0.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.1",
    "gulp-less": "^4.0.1",
    "history": "^4.7.2",
    "hyperapp": "^1.2.9",
    "hyperapp-hoa-router": "^0.2.7",
    "less": "^3.8.1",
    "parcel-bundler": "^1.9.7",
    "postcss-import": "^11.1.0",
    "rollup": "^0.64.1",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^9.1.6",
    "rollup-plugin-node-resolve": "^3.4.0",
    "through2": "^2.0.3"
  },
  "peerDependencies": {
    "hyperapp": "^1.2.6"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "babel-runtime": "^6.26.0"
  }
}
