generated from anomalyco/monorepo-template
-
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.54 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.54 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": "convex-drive",
"private": true,
"version": "0.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/domi-ninja/convex-drive"
},
"scripts": {
"dev": "npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "node convert-colors.js && vite --open --port 5173 --host 0.0.0.0",
"dev:backend": "convex dev",
"predev": "convex dev --until-success && convex dashboard",
"build": "tsc -p tsconfig.app.json && vite build",
"lint": "tsc && tsc -p convex/tsconfig.json && eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"test:once": "vitest run",
"test:debug": "vitest --inspect-brk --no-file-parallelism",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@auth/core": "^0.39.1",
"@convex-dev/auth": "^0.0.80",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@react-email/components": "^0.0.20-canary.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"convex": "^1.12.2",
"convex-drive": "link:",
"input-otp": "^1.2.4",
"jszip": "^3.10.1",
"next-themes": "^0.3.0",
"oslo": "^1.2.1",
"react": "^18.3.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.0",
"react-router-dom": "^7.6.1",
"resend": "3.2.0",
"sonner": "^2.0.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"test-example": "link:",
"tslib": "^2.8.1",
"twilio": "^5.2.0"
},
"devDependencies": {
"@edge-runtime/vm": "^3.2.0",
"@types/node": "^20.12.12",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"cheerio": "^1.0.0-rc.12",
"convex-test": "^0.0.32",
"eslint": "^8.57.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vitest": "^1.5.2"
}
}