-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "github-readme-streak",
"version": "1.0.0",
"description": "Display your total contributions, current streak, and longest streak on your GitHub profile README",
"main": "server.ts",
"scripts": {
"dev": "ts-node src/server.ts",
"test": "jest",
"build": "tsc",
"start": "node dist/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/luxon": "^3.2.0",
"jest": "^29.5.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@formatjs/intl": "^2.6.7",
"@types/node": "^18.14.6",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.33",
"axios": "^1.3.4",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-cache-controller": "^1.1.0",
"express-rate-limit": "^6.7.0",
"express-validator": "^6.15.0",
"fetch": "^1.1.0",
"flatted": "^3.2.7",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"helmet": "^6.0.1",
"luxon": "^3.3.0",
"react": "^18.2.0",
"redis": "^4.6.5",
"ts-pattern": "^4.2.1",
"typescript": "^4.9.5",
"xss": "^1.0.14"
}
}