pashto-dictionary/functions/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2021-08-18 11:54:00 +00:00
{
"name": "functions",
"scripts": {
"build": "tsc",
"serve": "npm run build && firebase emulators:start --only functions",
"shell": "npm run build && firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "12"
},
"main": "lib/functions/src/index.js",
"dependencies": {
"@google-cloud/storage": "^5.8.1",
2022-07-23 18:32:50 +00:00
"@lingdocs/pashto-inflector": "3.4.9",
2021-08-18 11:54:00 +00:00
"@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2",
"cors": "^2.8.5",
"firebase-admin": "^9.2.0",
"firebase-functions": "^3.11.0",
"google-spreadsheet": "^3.1.15",
"nano": "^9.0.3",
2021-08-24 10:24:53 +00:00
"node-fetch": "^2.6.1",
2021-08-18 11:54:00 +00:00
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/jest": "^26.0.20",
2021-08-24 10:24:53 +00:00
"@types/node-fetch": "^2.5.12",
2021-08-18 11:54:00 +00:00
"firebase-functions-test": "^0.2.0",
2022-04-09 13:52:26 +00:00
"typescript": "^4.6.3"
2021-08-18 11:54:00 +00:00
},
2022-02-16 11:41:18 +00:00
"private": true,
"peerDependencies": {
2022-07-23 18:32:50 +00:00
"@lingdocs/pashto-inflector": "3.4.9"
2022-02-16 11:41:18 +00:00
}
2021-08-18 11:54:00 +00:00
}