forked from dittofeed/dittofeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.58 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
{
"name": "dittofeed",
"version": "0.0.3",
"description": "Developer first, open source customer engagement platform.",
"repository": "[email protected]:ideamarketinc/marketing-automation.git",
"author": "Max Gurewitz <[email protected]>, Chandler Craig <[email protected]>",
"private": true,
"scripts": {
"deploy:worker:staging": "./scripts/deploy.sh worker staging",
"deploy:worker:production": "./scripts/deploy.sh worker production",
"deploy:temporal:staging": "./scripts/deploy.sh temporal staging",
"deploy:temporal:production": "./scripts/deploy.sh temporal production",
"deploy:api:staging": "./scripts/deploy.sh api staging",
"deploy:api:production": "./scripts/deploy.sh api production",
"deploy:dashboard:staging": "./scripts/deploy.sh dashboard staging",
"deploy:dashboard:production": "./scripts/deploy.sh dashboard production",
"deploy:clickhouse:staging": "./scripts/deploy.sh clickhouse staging",
"deploy:clickhouse:production": "./scripts/deploy.sh clickhouse production",
"deploy:admin-cli:staging": "./scripts/deploy.sh admin-cli staging",
"deploy:admin-cli:production": "./scripts/deploy.sh admin-cli production"
},
"workspaces": [
"packages/*"
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.4.0",
"jest-expect-message": "^1.1.3",
"prettier": "3.2.5",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"resolutions": {
"@fastify/type-provider-typebox": "4.0.0",
"fastify": "4.23.2",
"fastify-raw-body": "4.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "0.39.2",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.41.2",
"@opentelemetry/exporter-trace-otlp-grpc": "0.41.2",
"@opentelemetry/resources": "1.12.0",
"@opentelemetry/sdk-metrics": "1.12.0",
"@opentelemetry/sdk-node": "0.38.0",
"@opentelemetry/semantic-conventions": "1.12.0"
}
}