Advertisement
Guest User

5: package.json

a guest
Oct 15th, 2021
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.     "license": "UNLISCENCED",
  3.     "private": true,
  4.     "name": "ORG-global",
  5.     "version": "1.0.0",
  6.     "devDependencies": {
  7.         "@types/draft-js": "^0.10.45",
  8.         "typescript": "^4.2.4"
  9.     },
  10.     "scripts": {
  11.         "build": "yarn tsc --build",
  12.         "count": "yarn build && yarn node -e 'require(\\\"./build/count.js\\\").count()'"
  13.     },
  14.     "dependencies": {
  15.         "@firebase/app": "0.7.3",
  16.         "@firebase/auth": "0.18.2",
  17.         "@firebase/firestore": "3.1.0",
  18.         "@firebase/storage": "0.8.3",
  19.         "draft-js": "0.11.7",
  20.         "firebase": "9.1.2",
  21.         "react": "17.0.1",
  22.         "react-dom": "17.0.1",
  23.         "stripe": "^8.154.0"
  24.     }
  25. }
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement