-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
{
"name": "cloudcontext",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.740.0",
"@aws-sdk/s3-request-presigner": "^3.740.0",
"@babel/parser": "7.26.7",
"@babel/traverse": "7.26.7",
"@bull-board/api": "6.7.4",
"@bull-board/express": "6.7.4",
"@eslint/js": "9.19.0",
"@faker-js/faker": "9.4.0",
"@headlessui/react": "2.2.0",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
"@prisma/client": "5.19.1",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@types/babel__traverse": "7.20.6",
"@types/cors": "^2.8.5",
"@types/license-checker": "25.0.6",
"@types/madge": "5.0.3",
"@types/semver": "7.5.8",
"apexcharts": "4.4.0",
"axios": "^1.4.0",
"bullmq": "5.40.0",
"chalk": "5.4.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"eslint": "9.19.0",
"eslint-plugin-react": "7.37.4",
"express": "~4.21.0",
"globals": "15.14.0",
"license-checker": "25.0.1",
"madge": "8.0.0",
"react": "^18.2.0",
"react-apexcharts": "1.7.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.5.1",
"react-icons": "5.4.0",
"react-router-dom": "^6.26.2",
"react-toastify": "11.0.3",
"semver": "7.7.0",
"simple-git": "3.27.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "3.4.17",
"typescript-eslint": "8.22.0",
"wasp": "file:.wasp/out/sdk/wasp",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/react": "^18.0.37",
"prisma": "5.19.1",
"typescript": "^5.1.0",
"vite": "4.5.9"
}
}