forked from JoinTheAlliance/cojourney
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
48
49
50
51
{
"name": "cojourney",
"description": "Real human connection. Powered by AI.",
"version": "0.0.9",
"author": "Cojourney (https://cojourney.app)",
"repository": "https://github.com/ClioDynamics/Cojourney",
"bugs": "https://github.com/ClioDynamics/Cojourney/issues",
"license": "MIT",
"workspaces": [
"packages/*"
],
"resolutions": {
"@types/react": "^18.2.63",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"dev": "lerna run dev --ignore @cojourney/app-native --ignore @cojourney/docs",
"dev:all": "lerna run dev",
"shell": "node --no-warnings scripts/shell.mjs",
"shell:dev": "node --no-warnings scripts/shell.mjs --dev",
"build": "lerna run build",
"test": "lerna run test",
"coverage": "lerna run coverage",
"types": "lerna run types",
"lint": "lerna run lint",
"format": "lerna run format"
},
"bin": {
"cj": "./scripts/shell.mjs"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"lerna": "^8.1.2",
"wrangler": "^3.28.1"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.7",
"bgent": "^0.0.46",
"chalk": "^5.3.0",
"clsx": "^2.1.0",
"dotenv": "^16.4.1",
"inquirer": "^9.2.14"
}
}