pashto-dictionary/account/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2021-08-18 09:25:08 +00:00
{
"name": "lingdocs-account",
2021-08-18 09:25:08 +00:00
"version": "1.0.0",
"description": "",
2023-11-26 10:01:34 +00:00
"main": "dist/account/src/index.js",
2021-08-18 09:25:08 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev --files src/index.ts",
2023-11-26 10:01:34 +00:00
"build": "tsc",
"start": "NODE_ENV=production node ."
2021-08-18 09:25:08 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
2024-01-08 07:34:34 +00:00
"@lingdocs/inflect": "7.0.9",
2021-08-18 09:25:08 +00:00
"base64url": "^3.0.1",
"bcryptjs": "^2.4.3",
"connect-redis": "^6.0.0",
"cors": "^2.8.5",
2022-11-02 05:28:14 +00:00
"cron": "^2.1.0",
2021-08-18 09:25:08 +00:00
"crypto": "^1.0.1",
"ejs": "^3.1.6",
2023-11-26 10:01:34 +00:00
"express": "^4.17.2",
2021-08-18 09:25:08 +00:00
"express-session": "^1.17.2",
2022-11-01 19:03:58 +00:00
"lokijs": "^1.5.12",
2021-08-18 09:25:08 +00:00
"nano": "^9.0.3",
2023-07-27 14:18:01 +00:00
"next": "^13.4.12",
2022-11-01 18:51:51 +00:00
"node-fetch": "^2.6.7",
2021-08-18 09:25:08 +00:00
"nodemailer": "^6.6.3",
"passport": "^0.4.1",
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"pug": "^3.0.2",
"redis": "^3.1.2",
"session-file-store": "^1.5.0",
2022-10-12 18:36:20 +00:00
"stripe": "^10.13.0",
2021-08-18 09:25:08 +00:00
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/base64url": "^2.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
2022-11-02 05:28:14 +00:00
"@types/cron": "^2.0.0",
2021-08-18 09:25:08 +00:00
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
2023-07-27 14:18:01 +00:00
"@types/lokijs": "^1.5.8",
2021-08-18 09:25:08 +00:00
"@types/node": "^16.6.0",
"@types/node-fetch": "^2.5.12",
"@types/nodemailer": "^6.4.4",
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth": "^1.0.42",
"@types/passport-local": "^1.0.34",
"@types/passport-twitter": "^1.0.37",
"@types/redis": "^2.8.31",
"@types/uuid": "^8.3.1",
"ts-node": "^10.1.0",
2022-10-15 06:30:53 +00:00
"ts-node-dev": "^2.0.0",
2023-11-26 10:01:34 +00:00
"typescript": "^5.3.2"
2021-08-18 09:25:08 +00:00
}
2023-12-03 16:53:17 +00:00
}