-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.82 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
{
"name": "vita",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"drizzle-kit": "drizzle-kit",
"drizzle:apply-migration": "tsx src/db/migrate.ts",
"drizzle:generate-migration": "drizzle-kit generate",
"drizzle:seed": "tsx src/db/seed.ts",
"lint": "next lint",
"lint:fix": "next lint --fix",
"sst-dev": "NO_BUN=true sst dev next dev",
"prepare": "husky ./.husky || true",
"start": "next start",
"test": "vitest",
"test:ci": "vitest run --coverage",
"cypress:open": "cypress open"
},
"dependencies": {
"@aws-sdk/client-rds-data": "^3.588.0",
"@aws-sdk/client-s3": "^3.588.0",
"@aws-sdk/s3-request-presigner": "^3.588.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google/generative-ai": "^0.9.0",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.4.2",
"@mui/icons-material": "^5.15.19",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.14.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@sparticuz/chromium": "^123.0.1",
"@types/recharts": "^1.8.29",
"axios": "^1.7.2",
"axios-mock-adapter": "^1.22.0",
"bcrypt": "^5.1.1",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cypress-split": "^1.23.7",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.0",
"embla-carousel-react": "^8.1.3",
"formidable": "^3.5.1",
"headlessui": "^0.0.0",
"init": "^0.1.2",
"lucide-react": "^0.356.0",
"mv": "^2.1.1",
"next": "14.1.0",
"next-auth": "^4.24.7",
"next-navigation": "^1.0.6",
"openai": "^4.47.3",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"puppeteer": "^22.10.0",
"puppeteer-core": "^22.10.0",
"raw-body": "^2.5.2",
"reacharts": "^0.4.5",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"react-responsive": "^10.0.0",
"react-speech-recognition": "^3.10.0",
"recharts": "^2.12.7",
"sst": "^3.0.32",
"stripe": "^15.9.0",
"sweetalert2": "^11.11.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"yup": "^1.4.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/bcrypt": "^5.0.2",
"@types/formidable": "^3.4.5",
"@types/node": "^20.13.0",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@types/react-speech-recognition": "^3.9.5",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"cypress": "^13.10.0",
"drizzle-kit": "^0.22.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.5",
"msw": "^2.3.1",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}