{
  "name": "@arvinxu/page-loading",
  "version": "1.3.4",
  "files": [
    "lib",
    "es"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "homepage": "https://github.com/arvinxx/components/tree/master/packages/page-loading#readme",
  "repository": "git+https://github.com/arvinxx/components.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "license": "MIT",
  "dependencies": {
    "multi-nprogress": "^0.3.5",
    "classnames": "^2.2.6",
    "insert-css": "^2.0.0",
    "@arvinxu/preloader": "1.0.2"
  },
  "devDependencies": {
    "@types/nprogress": "^0.2.0",
    "@types/insert-css": "^2.0.0"
  },
  "scripts": {
    "build": "father-build && yarn webpack",
    "webpack": "webpack",
    "test": "jest",
    "test:update": "jest -u",
    "prepublishOnly": "yarn build",
    "cov": "jest --coverage",
    "clean": "rm -rf es lib dist build coverage .umi"
  }
}
