package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "musare-frontend",
  3. "version": "1.0.0",
  4. "description": "A modern, open-source, collaborative music app https://musare.com",
  5. "main": "app/js/index.js",
  6. "author": "Musare Team",
  7. "repository": "https://github.com/Musare/MusareNode",
  8. "scripts": {
  9. "dev": "webpack --watch",
  10. "production-windows": "NODE_ENV=production&& webpack",
  11. "production-linux": "export NODE_ENV=production&& webpack",
  12. "lint": "eslint ./app/js ./webpack.config.js -f table --ext .js --ext .jsx || true"
  13. },
  14. "devDependencies": {
  15. "autoprefixer": "^6.5.3",
  16. "babel-core": "^6.7.2",
  17. "babel-eslint": "^7.2.3",
  18. "babel-loader": "^6.2.4",
  19. "babel-plugin-syntax-decorators": "^6.13.0",
  20. "babel-plugin-transform-class-properties": "^6.6.0",
  21. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  22. "babel-plugin-transform-runtime": "^6.6.0",
  23. "babel-preset-es2015": "^6.22.0",
  24. "babel-preset-react": "^6.5.0",
  25. "babel-preset-react-hmre": "^1.1.1",
  26. "babel-preset-stage-0": "^6.16.0",
  27. "babel-runtime": "^6.6.1",
  28. "clean-webpack-plugin": "^0.1.16",
  29. "css-loader": "0.14.5",
  30. "eslint": "^3.10.1",
  31. "eslint-config-airbnb": "^13.0.0",
  32. "eslint-plugin-import": "^2.2.0",
  33. "eslint-plugin-jsx-a11y": "^2.2.3",
  34. "eslint-plugin-react": "^6.7.1",
  35. "extract-text-webpack-plugin": "^2.0.0",
  36. "file-loader": "^0.9.0",
  37. "html-webpack-plugin": "^2.24.1",
  38. "node-sass": "^3.13.0",
  39. "postcss-loader": "^1.1.1",
  40. "prepush": "^3.1.11",
  41. "react-trigger-change": "^1.0.2",
  42. "redux-devtools": "^3.3.1",
  43. "redux-devtools-dock-monitor": "^1.1.1",
  44. "redux-devtools-log-monitor": "^1.1.1",
  45. "redux-logger": "^2.7.4",
  46. "sass-loader": "^4.0.2",
  47. "style-loader": "^0.13.0",
  48. "url-loader": "^0.5.7",
  49. "webpack": "^2.7.0",
  50. "webpack-dashboard": "^0.2.0",
  51. "webpack-dev-server": "^2.2.1"
  52. },
  53. "dependencies": {
  54. "async": "^2.5.0",
  55. "babel-polyfill": "^6.23.0",
  56. "dom-serializer": "^0.1.0",
  57. "domelementtype": "^1.3.0",
  58. "es6-promise": "^3.3.1",
  59. "i18next": "^8.4.3",
  60. "i18next-xhr-backend": "^1.4.2",
  61. "immutable": "^3.8.1",
  62. "isomorphic-fetch": "^2.2.1",
  63. "lodash": "^4.17.4",
  64. "prop-types": "^15.5.10",
  65. "react": "^15.5.4",
  66. "react-async-component": "^1.0.0-beta.3",
  67. "react-dom": "^15.5.4",
  68. "react-i18next": "^4.8.0",
  69. "react-redux": "^4.4.8",
  70. "react-router-dom": "^4.1.2",
  71. "redux": "^3.6.0",
  72. "redux-thunk": "^2.2.0"
  73. }
  74. }