edX Hackathon 4/13/2017 Project: Insights Courses Page in Server-side Rendered React

package.json 884B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "insights-react",
  3. "version": "1.0.0",
  4. "description": "Hackathon 2017-04-13 Project: Insights Courses Page in React",
  5. "main": "index.js",
  6. "dependencies": {
  7. "autoprefixer": "^6.7.7",
  8. "babel-plugin-module-resolver": "^2.7.0",
  9. "babel-plugin-wrap-in-js": "^1.1.1",
  10. "glob": "^7.1.1",
  11. "immutable": "^3.8.1",
  12. "isomorphic-fetch": "^2.2.1",
  13. "moment": "^2.18.1",
  14. "next": "^2.1.1",
  15. "postcss-easy-import": "^2.0.0",
  16. "postcss-loader": "^1.3.3",
  17. "prop-types": "^15.5.8",
  18. "raw-loader": "^0.5.1",
  19. "react": "^15.5.4",
  20. "react-dom": "^15.5.4",
  21. "react-virtualized": "^9.7.3"
  22. },
  23. "devDependencies": {},
  24. "scripts": {
  25. "dev": "next",
  26. "build": "next build",
  27. "start": "next start",
  28. "test": "echo \"Error: no test specified\" && exit 1"
  29. },
  30. "author": "Tyler Hallada <thallada@edx.org>",
  31. "license": "MIT"
  32. }