-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
174 lines (174 loc) · 4.93 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "serverless-website-analytics",
"version": "0.0.0",
"engines": {
"node": ">=18.*",
"npm": ">=9.*"
},
"volta": {
"node": "18.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rehanvdm/serverless-website-analytics.git"
},
"scripts": {
"build": "tsc --noEmit",
"lint-fix": "eslint '**/*.ts' --quiet --fix",
"validate": "wireit",
"pre-commit-check": "npm run lint-fix && npm run build && npm run validate",
"build-application": "wireit",
"package": "wireit",
"generate-openapi-ingest": "wireit",
"start-local-api-ingest": "wireit",
"start-local-api-front": "wireit",
"start-frontend": "cd application/src/frontend && npm run dev",
"watch-local-api-ingest-watch": "npm run start-local-api-ingest --watch",
"watch-local-api-front-watch": "npm run start-local-api-front --watch"
},
"wireit": {
"validate": {
"command": "esr ./scripts/index.ts -c validate"
},
"build-application": {
"command": "esr ./scripts/index.ts -c build-application"
},
"package": {
"command": "esr ./scripts/index.ts -c package",
"dependencies": [
"validate",
"build-application"
]
},
"start-local-api-ingest": {
"command": "esr ./scripts/index.ts -c start-local-api-ingest",
"files": [
"scripts.ts",
"src/backend/api-ingest/**/*.ts",
"src/backend/lib/**/*.ts"
]
},
"start-local-api-front": {
"command": "esr ./scripts/index.ts -c start-local-api-front",
"service": true,
"files": [
"scripts.ts",
"src/backend/api-front/**/*.ts",
"src/backend/lib/**/*.ts"
]
},
"generate-openapi-ingest": {
"command": "esr ./scripts/index.ts -c generate-openapi-ingest",
"files": [
"scripts.ts",
"src/**/*.ts",
"OpenAPI.yaml"
],
"output": [
"dist/**"
]
}
},
"author": {
"name": "rehanvdm",
"email": "[email protected]",
"organization": false
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@aws-sdk/client-athena": "^3.525.0",
"@aws-sdk/client-dynamodb": "^3.525.0",
"@aws-sdk/client-eventbridge": "^3.525.0",
"@aws-sdk/client-firehose": "^3.525.0",
"@aws-sdk/client-s3": "^3.525.0",
"@aws-sdk/client-sns": "^3.525.0",
"@maxmind/geoip2-node": "^5.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.3",
"@semantic-release/release-notes-generator": "12.1.0",
"@trpc/client": "^10.45.1",
"@trpc/server": "^10.45.1",
"@types/aws-lambda": "^8.10.134",
"@types/body-parser": "^1.19.5",
"@types/chai": "4.3.4",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.4.2",
"@types/mocha": "^10.0.6",
"@types/node": "18.19.1",
"@types/papaparse": "^5.3.14",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.8",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"amazon-cognito-identity-js": "^6.3.7",
"ansi-colors": "^4.1.3",
"aws-cdk-lib": "2.131.0",
"aws-jwt-verify": "^4.0.1",
"aws-sdk": "^2.1599.0",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"chai": "4",
"constructs": "10.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cors": "^2.8.5",
"electrodb": "^2.13.1",
"esbuild": "^0.20.1",
"esbuild-runner": "^2.2.2",
"esbuild-visualizer": "^0.6.0",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"execa": "5",
"express": "^4.18.3",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"isbot": "^5.1.1",
"js-yaml": "^4.1.0",
"luxon": "^3.4.4",
"mocha": "^10.2.0",
"node-fetch": "3.3.2",
"nodeplotlib": "^1.1.2",
"npm": "^10.5.0",
"npm-check-updates": "^16",
"open": "^10.0.4",
"p-limit": "3",
"papaparse": "^5.4.1",
"prettier": "^3.2.5",
"semantic-release": "22.0.12",
"standard-version": "^9",
"trpc-openapi": "^1.2.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"ua-parser-js": "^1.0.37",
"uuid": "^9.0.1",
"wireit": "^0.14.4",
"yargs": "^17.7.2",
"zod": "^3.22.4"
},
"peerDependencies": {
"aws-cdk-lib": "^2.79.1",
"constructs": "^10.0.5"
},
"keywords": [
"cdk"
],
"main": "infra/build/index.js",
"types": "infra/build/index.d.ts",
"license": "GPL-2.0-or-later",
"stability": "stable"
}