forked from dittofeed/dittofeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.64 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.64 KB
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
{
"name": "dittofeed",
"version": "0.0.3",
"description": "Developer first, open source customer engagement platform.",
"repository": "git@github.com:ideamarketinc/marketing-automation.git",
"author": "Max Gurewitz <max@dittofeed.com>, Chandler Craig <chandler@dittofeed.com>",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"admin": "yarn workspace admin-cli cli \"$@\""
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/node": "20.14.8",
"@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.2.5",
"ts-node": "10.9.1",
"typescript": "5.6.3"
},
"resolutions": {
"@fastify/type-provider-typebox": "4.1.0",
"@sinclair/typebox": "0.34.37",
"@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",
"@types/react": "18.3.1",
"axios": "1.7.9",
"fastify": "4.23.2",
"fastify-raw-body": "4.2.0",
"immer": "9.0.21",
"neverthrow": "6.2.1",
"prosemirror-changeset": "2.2.1",
"prosemirror-collab": "1.3.1",
"prosemirror-commands": "1.6.0",
"prosemirror-gapcursor": "1.3.2",
"prosemirror-history": "1.4.1",
"prosemirror-inputrules": "1.4.0",
"prosemirror-keymap": "1.2.2",
"prosemirror-markdown": "1.13.0",
"prosemirror-menu": "1.2.4",
"prosemirror-model": "1.22.3",
"prosemirror-schema-basic": "1.2.3",
"prosemirror-schema-list": "1.4.1",
"prosemirror-state": "1.4.3",
"prosemirror-tables": "1.5.0",
"prosemirror-trailing-node": "3.0.0",
"prosemirror-transform": "1.10.0",
"prosemirror-view": "1.37.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"date-fns-tz": "2.0.0",
"@fastify/cookie": "9.0.4",
"dotenv": "16.0.3"
},
"packageManager": "yarn@4.1.1"
}