-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
{
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "turbo lint",
"type-check": "turbo type-check",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish",
"prisma-generate": " npx dotenv -e .env -- npx prisma generate --schema=packages/db/prisma/schema.prisma"
},
"devDependencies": {
"@repo/typescript-config": "*",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "^2.0.12",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.633.0",
"@aws-sdk/s3-request-presigner": "^3.633.0",
"@blocknote/core": "^0.15.4",
"@blocknote/mantine": "^0.15.4",
"@blocknote/react": "^0.15.4",
"@changesets/cli": "^2.27.6",
"@clerk/themes": "^2.1.20",
"@headlessui/react": "^2.1.2",
"@types/mongodb": "^4.0.7",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"aws-sdk": "^2.1672.0",
"axios": "^1.7.3",
"date-fns": "^3.6.0",
"emoji-picker-react": "^4.11.1",
"react-color": "^2.19.3",
"react-dropzone": "^14.2.3",
"react-markdown": "^9.0.1",
"react-social-icons": "^6.17.0",
"supertest": "^7.0.0",
"typescript": "^5.5.4",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"name": "deepshaswat.com"
}