package.json 2.89 KB
{
  "_from": "rc-upload@~3.3.1",
  "_id": "rc-upload@3.3.1",
  "_inBundle": false,
  "_integrity": "sha512-KWkJbVM9BwU8qi/2jZwmZpAcdRzDkuyfn/yAOLu+nm47dyd6//MtxzQD3XZDFkC6jQ6D5FmlKn6DhmOfV3v43w==",
  "_location": "/rc-upload",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-upload@~3.3.1",
    "name": "rc-upload",
    "escapedName": "rc-upload",
    "rawSpec": "~3.3.1",
    "saveSpec": null,
    "fetchSpec": "~3.3.1"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-3.3.1.tgz",
  "_shasum": "ad8658b2a796031930b35d2b07ab312b7cd4c9ed",
  "_spec": "rc-upload@~3.3.1",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "bugs": {
    "url": "http://github.com/react-component/upload/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.5",
    "rc-util": "^5.2.0"
  },
  "deprecated": false,
  "description": "upload ui component for react",
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "@types/react": "^16.9.2",
    "@types/react-dom": "^16.9.0",
    "@umijs/fabric": "^2.0.0",
    "axios": "^0.20.0",
    "co-busboy": "^1.3.0",
    "coveralls": "^3.0.3",
    "cross-env": "^7.0.0",
    "enzyme": "^3.1.1",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^7.1.0",
    "father": "^2.22.0",
    "fs-extra": "^9.0.0",
    "gh-pages": "^3.0.0",
    "np": "^6.5.0",
    "raf": "^3.4.0",
    "rc-tools": "8.x",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "sinon": "^9.0.2",
    "typescript": "^4.0.2",
    "vinyl-fs": "^3.0.3"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "http://github.com/react-component/upload",
  "jest": {
    "collectCoverageFrom": [
      "src/*"
    ],
    "coveragePathIgnorePatterns": [
      "src/IframeUploader.jsx"
    ],
    "transform": {
      "\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js",
      "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
    }
  },
  "keywords": [
    "react",
    "react-component",
    "react-upload",
    "upload"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-upload",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/upload.git"
  },
  "scripts": {
    "build": "father doc build --storybook",
    "compile": "father build",
    "coverage": "father test --coverage",
    "gh-pages": "npm run build && father doc deploy",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "postpublish": "npm run gh-pages",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "test": "father test"
  },
  "version": "3.3.1"
}