{ "name": "musare-frontend", "version": "1.0.0", "description": "A modern, open-source, collaborative music app https://musare.com", "main": "app/js/index.js", "author": "Musare Team", "repository": "https://github.com/Musare/MusareNode", "scripts": { "dev": "webpack --watch", "production-windows": "NODE_ENV=production&& webpack", "production-linux": "export NODE_ENV=production&& webpack", "lint": "eslint ./app/js ./webpack.config.js -f table --ext .js --ext .jsx || true" }, "devDependencies": { "autoprefixer": "^6.5.3", "babel-core": "^6.7.2", "babel-eslint": "^7.2.3", "babel-loader": "^6.2.4", "babel-plugin-syntax-decorators": "^6.13.0", "babel-plugin-transform-class-properties": "^6.6.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.6.0", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.5.0", "babel-preset-react-hmre": "^1.1.1", "babel-preset-stage-0": "^6.16.0", "babel-runtime": "^6.6.1", "clean-webpack-plugin": "^0.1.16", "css-loader": "0.14.5", "eslint": "^3.10.1", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.7.1", "extract-text-webpack-plugin": "^2.0.0", "file-loader": "^0.9.0", "html-webpack-plugin": "^2.24.1", "node-sass": "^4.6.0", "postcss-loader": "^1.1.1", "prepush": "^3.1.11", "react-trigger-change": "^1.0.2", "redux-devtools": "^3.3.1", "redux-devtools-dock-monitor": "^1.1.1", "redux-devtools-filter-actions": "^1.2.2", "redux-devtools-log-monitor": "^1.1.1", "redux-logger": "^2.7.4", "sass-loader": "^4.0.2", "style-loader": "^0.13.0", "url-loader": "^0.5.7", "webpack": "^2.7.0", "webpack-dashboard": "^0.2.0", "webpack-dev-server": "^2.2.1" }, "dependencies": { "async": "^2.5.0", "babel-polyfill": "^6.23.0", "dom-serializer": "^0.1.0", "domelementtype": "^1.3.0", "es6-promise": "^3.3.1", "i18next": "^8.4.3", "i18next-xhr-backend": "^1.4.2", "immutable": "^3.8.1", "isomorphic-fetch": "^2.2.1", "lodash": "^4.17.4", "prop-types": "^15.5.10", "react": "^15.5.4", "react-async-component": "^1.0.0-beta.3", "react-dom": "^15.5.4", "react-i18next": "^4.8.0", "react-redux": "^4.4.8", "react-router-dom": "^4.1.2", "redux": "^3.6.0", "redux-thunk": "^2.2.0" } }