Experimental port to Firebase hosting
This commit is contained in:
4744
functions/package-lock.json
generated
Normal file
4744
functions/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
50
functions/package.json
Normal file
50
functions/package.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "functions",
|
||||
"description": "Cloud Functions for Firebase",
|
||||
"scripts": {
|
||||
"serve": "firebase serve --only functions",
|
||||
"shell": "firebase functions:shell",
|
||||
"start": "npm run shell",
|
||||
"deploy": "firebase deploy --only functions",
|
||||
"logs": "firebase functions:log"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-syntax-export-default-from": "^7.2.0",
|
||||
"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
|
||||
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"cors": "^2.8.5",
|
||||
"date-fns": "^1.30.1",
|
||||
"etag": "^1.8.1",
|
||||
"express": "^4.16.4",
|
||||
"firebase-admin": "^6.0.0",
|
||||
"firebase-functions": "^2.1.0",
|
||||
"gunzip-maybe": "^1.4.1",
|
||||
"invariant": "^2.2.4",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
"lru-cache": "^5.1.1",
|
||||
"mime": "^2.4.0",
|
||||
"ndjson": "^1.5.0",
|
||||
"node-forge": "^0.7.6",
|
||||
"pretty-bytes": "^5.1.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.7.0",
|
||||
"react-dom": "^16.7.0",
|
||||
"semver": "^5.6.0",
|
||||
"sort-by": "^1.2.0",
|
||||
"sri-toolbox": "^0.2.0",
|
||||
"tar-stream": "^1.6.2",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"warning": "^4.0.2",
|
||||
"whatwg-url": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": "8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user