forked from llamaworkspace/llamaworkspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.88 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "joia",
"version": "0.1.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"preinstall": "npx only-allow npm",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"prisma:dev": "npm run prisma migrate dev --name",
"prisma:push": "npm run prisma db push",
"prisma:deploy": "prisma migrate deploy",
"db:deploy": "npm run prisma:deploy && tsx src/server/dataMigrations/dataMigrator.ts up",
"production:build": "prisma generate && npm run build && npm run db:deploy",
"test:prepare": "env-cmd -f .env.test prisma db push --force-reset",
"test": "jest --watch",
"test:ci": "jest --ci",
"prepare": "husky install",
"prettier": "prettier --config prettier.config.mjs --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
"cloak:generate": "npx cloak generate | grep 'CLOAK_MASTER_KEY' | cut -d '=' -f2",
"datamigrate": "env-cmd -f .env tsx src/server/dataMigrations/dataMigrator.ts",
"datamigrate:create": "env-cmd -f .env tsx src/server/dataMigrations/dataMigrator.ts create --name",
"datamigrate:up": "env-cmd -f .env tsx src/server/dataMigrations/dataMigrator.ts up",
"datamigrate:down": "env-cmd -f .env tsx src/server/dataMigrations/dataMigrator.ts down"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.16.1",
"@aws-sdk/client-bedrock-runtime": "^3.481.0",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@huggingface/inference": "^2.6.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.3.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.6.1",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^4.35.0",
"@tanstack/react-table": "^8.10.7",
"@trpc/client": "^10.38.1",
"@trpc/next": "^10.38.1",
"@trpc/react-query": "^10.38.1",
"@trpc/server": "^10.38.1",
"ai": "^3.0.5",
"bluebird": "^3.7.2",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"emoji-picker-react": "^4.7.14",
"final-form": "^4.20.10",
"framer-motion": "^10.16.4",
"gpt-tokenizer": "^2.1.1",
"http-errors": "^2.0.0",
"immer": "^10.0.2",
"jest-mock-extended": "^3.0.5",
"joi": "^17.10.2",
"lodash": "^4.17.21",
"micro": "^10.0.1",
"next": "^14.1.3",
"next-api-middleware": "^2.0.1",
"next-auth": "^4.24.7",
"next-joi": "^2.2.1",
"nodemailer": "^6.9.9",
"openai": "^4.26.1",
"postcss-nesting": "^12.0.4",
"prisma": "^5.3.1",
"prisma-field-encryption": "^1.5.0",
"react": "^18.2.0",
"react-contenteditable": "3.3.7",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-final-form": "^6.5.9",
"react-markdown": "^8.0.7",
"sanitize-html": "^2.12.1",
"superjson": "^1.13.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"underscore": "^1.13.6",
"usehooks-ts": "^2.15.1",
"zod": "^3.22.3"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/bluebird": "^3.5.38",
"@types/eslint": "^8.44.2",
"@types/http-errors": "^2.0.1",
"@types/jest": "^29.5.4",
"@types/joi": "^17.2.3",
"@types/node": "^20.5.9",
"@types/nodemailer": "^6.4.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/sanitize-html": "^2.9.0",
"@types/underscore": "^1.11.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.0.0",
"husky": ">=6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": ">=10",
"pg": "^8.11.3",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"sequelize": "^6.37.1",
"tailwindcss": "^3.3.3",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"umzug": "^3.7.0"
},
"ct3aMetadata": {
"initVersion": "7.19.0"
},
"engines": {
"node": ">=18.19"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs}": [
"prettier --write"
]
}
}