package.json 815 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "app",
  3. "version": "1.0.0",
  4. "description": "A user governed video platform",
  5. "homepage": "https://github.com/Joystream/atlas#readme",
  6. "license": "ISC",
  7. "main": "src/app.js",
  8. "directories": {
  9. "src": "src",
  10. "test": "__tests__"
  11. },
  12. "files": [
  13. "src"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/Joystream/atlas.git"
  18. },
  19. "scripts": {
  20. "start": "parcel public/index.html",
  21. "dev": "parcel public/index.html",
  22. "test": "echo \"Error: run tests from root\" && exit 1"
  23. },
  24. "bugs": {
  25. "url": "https://github.com/Joystream/atlas/issues"
  26. },
  27. "dependencies": {
  28. "@emotion/core": "^10.0.28",
  29. "@reach/router": "^1.3.3",
  30. "normalize.css": "^8.0.1",
  31. "packages": "^0.0.8",
  32. "react": "^16.13.1",
  33. "react-dom": "^16.13.1",
  34. "react-redux": "^7.2.0",
  35. "redux": "^4.0.5"
  36. }
  37. }