UNPKG

kara-module-downloader

Version:

kara module download

97 lines (96 loc) 2.89 kB
{ "name": "kara-module-downloader", "version": "0.0.6", "description": "kara module download", "main": "lib/index.js", "scripts": { "start": "cross-env DEV=true node ./example/app.js", "build": "webpack --config webpack.production.config.js -p" }, "repository": { "type": "", "url": "" }, "keywords": [ "kara", "file-download" ], "author": "mazm", "license": "MIT", "devDependencies": { "autoprefixer": "^8.6.3", "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.1", "babel-plugin-import": "^1.3.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "babel-preset-react-app": "^3.0.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.25.0", "case-sensitive-paths-webpack-plugin": "^2.1.1", "clean-webpack-plugin": "^0.1.19", "cross-env": "^5.0.5", "cross-spawn": "^5.1.0", "css-loader": "^0.28.4", "eslint": "^4.4.0", "eslint-config-airbnb": "^15.1.0", "eslint-config-react-app": "^1.0.5", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.9.0", "eslint-plugin-flowtype": "^2.35.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.1.0", "eventsource-polyfill": "^0.9.6", "extract-text-webpack-plugin": "^3.0.0", "html-webpack-plugin": "^2.30.1", "node-sass": "^4.5.3", "postcss": "^6.0.9", "postcss-flexbugs-fixes": "^3.2.0", "postcss-loader": "^2.0.6", "postcss-pxtorem": "^4.0.1", "postcss-utilities": "^0.7.0", "precss": "^2.0.0", "promise": "^8.0.1", "react-dev-utils": "^3.0.2", "react-error-overlay": "^1.0.9", "react-router": "^4.1.2", "resolve-url-loader": "^2.1.0", "sass-loader": "^6.0.6", "style-loader": "^0.18.2", "stylelint": "^8.0.0", "stylelint-config-standard": "^17.0.0", "stylelint-webpack-plugin": "^0.9.0", "url-loader": "^0.5.9", "webpack": "^4.12.0", "webpack-dev-middleware": "^1.12.0", "webpack-dev-server": "^2.6.1", "webpack-hot-middleware": "^2.18.2" }, "dependencies": { "classnames": "^2.2.5", "event-emitter": "^0.3.5", "exif-js": "^2.3.0", "express": "^4.16.3", "file-loader": "^1.1.11", "file-saver": "^1.3.8", "mini-css-extract-plugin": "^0.4.0", "normalize.css": "^7.0.0", "pdfjs-dist": "^2.0.489", "photoswipe": "^4.1.2", "postcss-smart-import": "^0.7.6", "prop-types": "^15.5.10", "react": "^16.3.2", "react-dom": "^16.3.2", "react-redux": "^5.0.7", "redux": "^4.0.0", "spark-md5": "^3.0.0", "uglifyjs-webpack-plugin": "^1.2.7", "webpack-cli": "^3.0.8" } }