forked from dittofeed/dittofeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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": "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,
"workspaces": [
"packages/*"
],
"scripts": {
"admin": "yarn workspace admin-cli cli \"$@\""
},
"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"
},
"packageManager": "[email protected]"
}