This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.63 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
{
"name": "katacoda-GH-actions",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:BastienFaivre/katacoda-GH-actions.git",
"license": "MIT",
"author": "",
"bugs": {
"url": "https://github.com/BastienFaivre/fastActions/issues"
},
"homepage": "https://github.com/BastienFaivre/fastActions#readme",
"scripts": {
"test": "jest",
"lint": "eslint"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"jest": "^27.5.1"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.56.0",
"@babel/preset-env": "^7.16.11",
"async": "^3.2.3",
"axios": "^0.26.1",
"babel-polyfill": "^6.26.0",
"bcrypt": "^5.0.1",
"chalk": "^5.0.1",
"colors": "^1.4.0",
"commander": "^9.1.0",
"cross-env": "^7.0.3",
"date-fns": "^2.28.0",
"dayjs": "^1.11.0",
"debug": "^4.3.4",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"fastify": "^3.27.4",
"fs-extra": "^10.0.1",
"glob": "^7.2.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"minimalist": "^1.0.0",
"mkdirp": "^1.0.4",
"mongoose": "^6.2.8",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.15",
"ora": "^6.1.0",
"passport": "^0.5.2",
"ramda": "^0.28.0",
"react": "^18.0.0",
"rimraf": "^3.0.2",
"rxjs": "^7.5.5",
"shelljs": "^0.8.5",
"socket.io": "^4.4.1",
"typescript": "^4.6.3",
"underscore": "^1.13.2",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"vue": "^3.2.31",
"winston": "^3.6.0",
"yargs": "^17.4.0",
"yup": "^0.32.11"
}
}