dave-rennes-react-xhr-uploader
Version:
ReactJS component for XHR (level 2) file upload. Mine adds a try catch we needed.
98 lines (97 loc) • 3.18 kB
JSON
{
"name": "dave-rennes-react-xhr-uploader",
"description": "ReactJS component for XHR (level 2) file upload. Mine adds a try catch we needed.",
"author": "Harun Hasdal & David Renne (hotfixes)",
"user": "davidrenne",
"version": "0.3.15",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./webpack.config.babel.js --inline --hot",
"test:lint": "eslint . --ext .js --ext .jsx",
"test": "mocha --require tests/setup.js --compilers js:node_modules/babel-core/register tests/**/*.spec.js",
"test:watch": "npm test -- -w",
"gh-pages": "webpack",
"gh-pages:deploy": "gh-pages -d gh-pages",
"gh-pages:stats": "webpack --profile --json > stats.json",
"dist": "webpack",
"dist:min": "webpack",
"dist:modules": "babel ./src --out-dir ./dist-modules",
"pretest": "npm run test:lint",
"preversion": "npm run test && npm run dist && npm run dist:min && git commit --allow-empty -am \"Update dist\"",
"prepublish": "npm run dist:modules",
"postpublish": "npm run gh-pages && npm run gh-pages:deploy"
},
"main": "dist-modules/index.js",
"peerDependencies": {
"react": "^16.14.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.1",
"babel-preset-airbnb": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.4.3",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.7",
"cross-env": "^2.0.1",
"css-loader": "^0.25.0",
"enzyme": "^2.4.1",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-loader": "^1.2.1",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"git-prepush-hook": "^1.0.1",
"highlight.js": "^9.1.0",
"html-webpack-plugin": "^2.7.2",
"isparta-instrumenter-loader": "^1.0.0",
"jsdom": "9.11.0",
"json-loader": "^0.5.4",
"mocha": "^3.0.2",
"purecss": "^0.6.0",
"react": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2",
"react-hot-loader": "^3.0.0-beta.3",
"remark": "^3.2.2",
"remark-react": "^1.1.0",
"style-loader": "^0.13.0",
"sync-exec": "^0.6.2",
"system-bell-webpack-plugin": "^1.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/davidrenne/react-xhr-uploader"
},
"homepage": "https://rma-consulting.github.io/react-xhr-uploader/",
"bugs": {
"url": "https://github.com/rma-consulting/react-xhr-uploader/issues"
},
"keywords": [
"react",
"reactjs",
"xhr",
"file-upload",
"XMLHTTPRequest",
"blob-upload",
"large-file-upload",
"react-component"
],
"license": "LICENCE",
"pre-push": [],
"dependencies": {
"prop-types": "^15.8.1",
"react-transition-group": "^4.1.1"
}
}