Dynamic realtime profile ReadMe linked with spotify
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1000 B

5 years ago
  1. {
  2. "name": "novatorem",
  3. "private": true,
  4. "version": "1.0.0",
  5. "description": "Github profile",
  6. "main": "index.js",
  7. "dependencies": {
  8. "faunadb": "^2.14.2",
  9. "isomorphic-unfetch": "^3.0.0",
  10. "querystring": "^0.2.0",
  11. "react": "^16.13.1",
  12. "react-dom": "^16.13.1",
  13. "typescript": "^3.9.6"
  14. },
  15. "devDependencies": {
  16. "@types/node": "^14.0.22",
  17. "@types/react": "^16.9.42",
  18. "@types/react-dom": "^16.9.8",
  19. "@vercel/node": "^1.7.2",
  20. "husky": "^4.2.5",
  21. "lint-staged": "^10.2.11",
  22. "prettier": "^2.0.5"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/novatorem/novatorem.git"
  27. },
  28. "keywords": [],
  29. "author": "Andrew Novac",
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/novatorem/novatorem/issues"
  33. },
  34. "homepage": "https://github.com/novatorem/novatorem#readme",
  35. "husky": {
  36. "hooks": {
  37. "pre-commit": "lint-staged"
  38. }
  39. },
  40. "lint-staged": {
  41. "*.{js,css,md}": "prettier --write"
  42. }
  43. }