Files
goTorrent/goTorrentWebUI/node_modules/react-dropzone/package.json

172 lines
4.7 KiB
JSON

{
"_from": "react-dropzone",
"_id": "react-dropzone@4.2.8",
"_inBundle": false,
"_integrity": "sha512-L/q6ySfhdG9Md3P21jFumzlm92TxRT0FtYX6G793Nf8bt7Fzpwx6gJsPk0idV094koj/Y5vRpp0q9+e0bdsjxw==",
"_location": "/react-dropzone",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-dropzone",
"name": "react-dropzone",
"escapedName": "react-dropzone",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-4.2.8.tgz",
"_shasum": "27ce163544d92c75734b0e1e54c471979587e737",
"_spec": "react-dropzone",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Param Aggarwal"
},
"bugs": {
"url": "https://github.com/react-dropzone/react-dropzone/issues"
},
"bundleDependencies": false,
"config": {
"commitizen": {
"path": "@commitlint/prompt"
}
},
"contributors": [
{
"name": "Andrey Okonetchnikov",
"email": "andrey@okonet.ru",
"url": "http://okonet.ru"
},
{
"name": "Mike Olson",
"email": "me@mwolson.org"
},
{
"name": "Param Aggarwal"
},
{
"name": "Tyler Waters",
"email": "tyler.waters@gmail.com"
},
{
"name": "Rick Markins",
"email": "rmarkins@gmail.com"
}
],
"dependencies": {
"attr-accept": "^1.0.3",
"prop-types": "^15.5.7"
},
"deprecated": false,
"description": "Simple HTML5 drag-drop zone with React.js",
"devDependencies": {
"@commitlint/cli": "^3.2.0",
"@commitlint/config-angular": "^3.0.3",
"@commitlint/prompt": "^3.2.0",
"@commitlint/prompt-cli": "^3.2.0",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^21.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.9.0",
"commitizen": "^2.9.6",
"cross-env": "^5.1.3",
"css-loader": "^0.28.7",
"enzyme": "^2.6.0",
"eslint": "^4.6.1",
"eslint-config-okonet": "^5.0.1",
"eslint-config-prettier": "^2.4.0",
"eslint-plugin-prettier": "^2.2.0",
"husky": "^0.14.3",
"imagemin-cli": "^3.0.0",
"imagemin-pngquant": "^5.0.0",
"jest": "^21.0.1",
"jest-enzyme": "^3.8.2",
"lint-staged": "^4.1.0",
"markdownlint-cli": "^0.3.1",
"prettier": "^1.6.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-styleguidist": "^6.0.23",
"react-test-renderer": "^15.6.1",
"rimraf": "^2.5.2",
"semantic-release": "^7.0.2",
"sinon": "^3.2.1",
"size-limit": "^0.11.0",
"style-loader": "^0.18.2",
"webpack": "^3.5.5"
},
"homepage": "https://github.com/react-dropzone/react-dropzone",
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/testSetup.js"
},
"keywords": [
"react-component",
"react",
"drag",
"drop",
"upload"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.{svg,png}": [
"imagemin",
"git add"
]
},
"main": "dist/index.js",
"module": "dist/es/index.js",
"name": "react-dropzone",
"peerDependencies": {
"react": ">=0.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-dropzone/react-dropzone.git"
},
"scripts": {
"build": "npm run clean && npm run build:umd && npm run build:es",
"build:es": "cross-env BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore spec.js",
"build:umd": "cross-env NODE_ENV=production webpack -p",
"ci": "git-cz",
"clean": "rimraf ./dist",
"commitmsg": "commitlint -e",
"eslint:src": "eslint ./src ./examples ./*.js",
"imagemin": "imagemin --out-dir=logo --plugin=pngquant --plugin=svgo",
"logo": "cd logo && sketchtool export artboards logo.sketch",
"precommit": "lint-staged",
"prepublish": "npm run build && npm run test:umd && npm run test:es",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"size": "size-limit",
"size:why": "size-limit --why",
"start": "styleguidist server",
"styleguide": "styleguidist build",
"test": "npm run eslint:src && jest --coverage && npm run size",
"test:es": "cross-env JEST_TARGET=../dist/es/index jest --coverage",
"test:umd": "cross-env JEST_TARGET=../dist/index jest --coverage"
},
"size-limit": [
{
"path": "dist/index.js",
"limit": "5.5 KB"
},
{
"path": "dist/es/index.js",
"limit": "3 KB"
}
],
"version": "4.2.8"
}