{ "name": "scinote-web", "version": "1.0.0", "description": "![sciNote logo](http://scinote.net/wp-content/uploads/2015/10/logo_sciNote_final.png)", "main": "application.js", "repository": { "type": "git", "url": "git+https://github.com/biosistemika/scinote-web.git" }, "author": "SEE AUTHORS AT https://github.com/biosistemika/scinote-web/graphs/contributors", "license": "SEE LICENSE IN LICENSE.txt", "bugs": { "url": "https://scinote.atlassian.net/" }, "homepage": "https://github.com/biosistemika/scinote-web#readme", "files": [ ".eslintrc.json" ], "scripts": { "lint": "eslint ." }, "devDependencies": { "babel-eslint": "^7.2.3", "eslint": "^3.7.1", "eslint-config-airbnb": "^15.1.0", "eslint-config-google": "^0.5.0", "eslint-config-prettier": "^2.3.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-prettier": "^2.1.2", "eslint-plugin-react": "^7.1.0", "prettier": "^1.7.0", "webpack-dev-server": "^2.5.1" }, "dependencies": { "autoprefixer": "^7.1.2", "axios": "^0.16.2", "babel-core": "^6.25.0", "babel-loader": "7.x", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "coffee-loader": "^0.7.3", "coffee-script": "^1.12.6", "compression-webpack-plugin": "^0.4.0", "css-loader": "^0.28.4", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.11.2", "glob": "^7.1.2", "immutability-helper": "^2.3.0", "js-yaml": "^3.9.0", "lodash": "^4.17.4", "moment": "^2.18.1", "node-sass": "^4.5.3", "path-complete-extname": "^0.1.0", "postcss-loader": "^2.0.6", "postcss-smart-import": "^0.7.5", "precss": "^2.0.0", "prettysize": "^0.1.0", "prop-types": "^15.5.10", "rails-erb-loader": "^5.0.2", "react": "^15.6.1", "react-bootstrap": "^0.31.1", "react-bootstrap-table": "^4.0.0", "react-bootstrap-timezone-picker": "^1.0.11", "react-data-grid": "^2.0.2", "react-tagsinput": "^3.17.0", "react-transition-group": "^2.2.0", "react-dom": "^15.6.1", "react-intl": "^2.3.0", "react-intl-redux": "^0.6.0", "react-moment": "^0.6.4", "react-redux": "^5.0.5", "react-router-bootstrap": "^0.24.2", "react-router-dom": "^4.1.2", "react-router-prop-types": "^0.0.1", "react-timezone": "^0.2.0", "redux": "^3.7.2", "redux-thunk": "^2.2.0", "resolve-url-loader": "^2.1.0", "sass-loader": "^6.0.6", "shortid": "^2.2.8", "style-loader": "^0.18.2", "styled-components": "^2.1.1", "webpack": "^3.2.0", "webpack-manifest-plugin": "^1.1.2", "webpack-merge": "^4.1.0" } }