Advertisement
chukwuyem

package

Dec 12th, 2020
1,312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.69 KB | None | 0 0
  1. {
  2.   "name": "my-app",
  3.   "version": "0.1.0",
  4.   "private": true,
  5.   "scripts": {
  6.     "dev": "next dev",
  7.     "build": "next build",
  8.     "start": "next start"
  9.   },
  10.   "dependencies": {
  11.     "@apollo/client": "^3.3.4",
  12.     "@nexus/schema": "^0.19.2",
  13.     "@prisma/client": "^2.12.1",
  14.     "apollo-server-micro": "^2.19.0",
  15.     "date-fns": "^2.16.1",
  16.     "firebase": "^8.1.1",
  17.     "gray-matter": "^4.0.2",
  18.     "jsonwebtoken": "^8.5.1",
  19.     "next": "10.0.2",
  20.     "next-auth": "^3.1.0",
  21.     "nexus-plugin-prisma": "^0.25.0",
  22.     "react": "17.0.1",
  23.     "react-dom": "17.0.1",
  24.     "remark": "^13.0.0",
  25.     "remark-html": "^13.0.1"
  26.   },
  27.   "devDependencies": {
  28.     "@prisma/cli": "^2.12.1"
  29.   }
  30. }
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement