UNPKG

chi-react-keyed-file-browser

Version:

Folder based file browser given a flat keyed list of objects, powered by React.

76 lines (75 loc) 2.77 kB
{ "name": "chi-react-keyed-file-browser", "version": "1.4.5", "description": "Folder based file browser given a flat keyed list of objects, powered by React.", "main": "index.js", "scripts": { "publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages; git checkout -b gh-pages; cd demo-site; yarn; npm run build; cd ..; git add .; git add -f demo-site/dist; git add -f demo-site/node_modules/uptick-demo-site/dist; git commit -m \"Demo site build\"; git push origin gh-pages; git checkout master; git push origin `git subtree split --prefix demo-site gh-pages`:gh-pages --force;", "test": "echo \"Error: no test specified\" && exit 1", "build-js": "./node_modules/webpack/bin/webpack.js", "build-css": "./node_modules/node-sass/bin/node-sass src/browser.sass dist/chi-react-keyed-file-browser.css", "build": "npm run build-js; npm run build-css", "prepublish": "npm run build", "storybook": "start-storybook -p 9001 -c .storybook" }, "repository": { "type": "git", "url": "git+https://github.com/uptick/react-keyed-file-browser.git" }, "keywords": [ "react", "keyed", "file", "document", "browser", "s3" ], "author": "Uptick Pty Ltd", "license": "MIT", "bugs": { "url": "https://github.com/uptick/react-keyed-file-browser/issues" }, "homepage": "https://github.com/uptick/react-keyed-file-browser#readme", "dependencies": { "classnames": "^2.2.3", "moment": "^2.17.0", "prop-types": "^15.5.8", "react-dnd": "^2.1.4", "react-dnd-html5-backend": "^2.1.2" }, "peerDependencies": { "react": "0.14.x || 15.x || 16.x", "react-dom": "0.14.x || 15.x || 16.x" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.3.0", "@babel/plugin-proposal-decorators": "^7.3.0", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/preset-env": "^7.3.1", "@babel/preset-react": "^7.0.0", "@storybook/react": "^4.1.11", "babel-cli": "^6.6.4", "babel-eslint": "^9.0.0", "babel-loader": "^8.0.5", "eslint": "^5.5.0", "eslint-config-standard": "^12.0.0", "eslint-config-standard-jsx": "^6.0.2", "eslint-config-standard-react": "^7.0.2", "eslint-plugin-babel": "^5.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-react": "^7.11.1", "eslint-plugin-standard": "^4.0.0", "font-awesome": "^4.7.0", "node-sass": "^4.11.0", "react": "^0.14.8", "react-dom": "^0.14.8", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "webpack": "^4.29.1", "webpack-cli": "^3.2.3", "webpack-node-externals": "^1.5.4" } }