-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "socio",
"version": "1.0.0",
"main": "index.ts",
"repository": "https://github.com/Anushil98/SOCIO.git",
"author": "Anushil98 <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "nodemon -e ts,js,graphql -r dotenv/config --watch ./src src/index.ts",
"commit": "git-cz",
"start": "ts-node src/index.ts"
},
"dependencies": {
"@hapi/joi": "^17.1.0",
"@types/ioredis": "^4.14.9",
"@types/node-cron": "^2.0.3",
"@types/uuid": "^7.0.2",
"apollo-server-express": "^2.10.1",
"aws-sdk": "^2.610.0",
"bcryptjs": "^2.4.3",
"bull": "^3.18.0",
"cors": "^2.8.5",
"date-and-time": "^0.14.2",
"date-fns": "^2.9.0",
"express": "^4.17.1",
"ffmpeg-ffprobe-static": "^4.3.1-rc.6",
"file-type": "^16.5.0",
"firebase-admin": "^9.1.1",
"fluent-ffmpeg": "^2.1.2",
"git-cz": "^4.7.1",
"graphql": "^15.5.0",
"graphql-middleware": "^4.0.2",
"graphql-redis-subscriptions": "^2.2.1",
"graphql-scalars": "^1.0.6",
"graphql-shield": "^7.0.8",
"http": "^0.0.1-security",
"ioredis": "^4.16.1",
"jsonwebtoken": "^8.5.1",
"link-preview-js": "^2.0.1",
"lodash": "^4.17.21",
"merge-graphql-schemas": "^1.7.6",
"multer": "^1.4.2",
"node-cron": "^2.0.3",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pg": "^7.3.0",
"pino": "^6.6.1",
"redis": "^3.0.2",
"reflect-metadata": "^0.1.10",
"sharp": "^0.28.3",
"shortid": "^2.2.15",
"typeorm": "0.2.25",
"uuidv4": "^6.2.2"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/bcryptjs": "^2.4.2",
"@types/bull": "^3.14.2",
"@types/express": "^4.17.2",
"@types/hapi__joi": "^16.0.8",
"@types/jsonwebtoken": "^8.3.7",
"@types/lodash": "^4.14.149",
"@types/multer": "^1.4.5",
"@types/node": "^14.14.22",
"@types/passport": "^1.0.2",
"@types/passport-facebook": "^2.1.9",
"@types/passport-google-oauth20": "^2.0.0",
"@types/passport-local": "^1.0.33",
"@types/pino": "^6.3.1",
"@types/redis": "^2.8.28",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.18.0",
"commitizen": "^4.2.2",
"cpy-cli": "^3.1.1",
"cz-conventional-changelog": "^3.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"husky": "4.2.0",
"lint-staged": "9.5.0",
"nodemon": "^2.0.2",
"pino-pretty": "^4.2.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"standard-version": "^8.0.1",
"ts-node": "3.3.0",
"typescript": "3.3.3333"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}