Advertisement
Guest User

Untitled

a guest
Jul 9th, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. {
  2. "name": "demo",
  3. "version": "1.0.0",
  4. "description": "WIP",
  5. "main": "index.js",
  6. "type": "module",
  7. "scripts": {
  8. "dev": "next dev",
  9. "build": "next build",
  10. "start": "next start"
  11. },
  12. "keywords": [],
  13. "author": "Supermancho",
  14. "license": "UNLICENSED",
  15. "repository": {},
  16. "dependencies": {
  17. "@apollo/client": "^3.10.8",
  18. "@loadable/component": "^5.16.4",
  19. "@next/eslint-plugin-next": "^14.2.4",
  20. "body-parser": "^1.20.1",
  21. "child_process": "^1.0.2",
  22. "eslint": "^8.33.0",
  23. "graphql": "^16.9.0",
  24. "http": "^0.0.1-security",
  25. "https": "^1.0.0",
  26. "lodash": "^4.17.21",
  27. "next": "^14.2.4",
  28. "nextjs-cors": "^2.2.0",
  29. "pg": "^8.9.0",
  30. "postgres": "^3.3.5",
  31. "prop-types": "^15.8.1",
  32. "react": "^18.3.1",
  33. "react-dom": "^18.3.1",
  34. "react-query": "^3.39.3",
  35. "redis": "^4.6.4",
  36. "simpleflakes": "^2.2.2"
  37. },
  38. "devDependencies": {
  39. "@babel/eslint-parser": "^7.24.7",
  40. "@getify/eslint-plugin-proper-ternary": "^3.1.1",
  41. "@types/node": "20.14.9",
  42. "@types/react": "18.3.3",
  43. "typescript": "5.5.3"
  44. },
  45. "engines": {
  46. "npm": ">=7.0.0",
  47. "node": ">=16.0.0"
  48. },
  49. "browser": {
  50. "child_process": false
  51. }
  52. }
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement