forked from kontent-ai/integration-example-recombee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "kontent-recombee-sync",
"version": "1.0.0",
"author": "Rosta Striz <rosta.striz@kentico.com>",
"license": "MIT",
"description": "",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/strizr/kontent-recombee-sync.git"
},
"bugs": {
"url": "https://github.com/strizr/kontent-recombee-sync/issues"
},
"homepage": "https://github.com/strizr/kontent-recombee-sync#readme",
"dependencies": {
"@kentico/kontent-delivery": "^10.3.0",
"@kentico/kontent-management": "^0.4.10",
"@kentico/kontent-webhook-helper": "^1.1.0",
"@netlify/functions": "^0.7.2",
"@types/core-js": "^2.5.4",
"@types/lodash": "^4.14.172",
"axios": "^0.21.1",
"crypto": "^1.0.1",
"encoding": "^0.1.13",
"lodash": "^4.17.21",
"netlify-cli": "^6.1.1",
"recombee-api-client": "^3.2.0",
"rxjs": "^6.6.7"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.10.4",
"@types/aws-lambda": "^8.10.59",
"@types/node": "^16.3.2",
"babel-loader": "^8.2.2",
"netlify-lambda": "^2.0.1",
"prettier": "^2.0.5",
"typescript": "^3.9.7",
"webpack": "^4.46.0"
},
"scripts": {
"build": "netlify-lambda build src/lambda",
"ts-check": "tsc --noEmit --lib ES2015"
}
}