-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
136 lines (136 loc) · 4.58 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
{
"name": "next-auth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "jest",
"start": "next start",
"lint": "next lint",
"crud": "ts-node ./scripts/crud.ts && ts-node ./scripts/model-loader.ts",
"db:start": "docker-compose up",
"db:migrate": "npx prisma generate && npx prisma migrate dev",
"db:studio": "npx prisma studio",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test:e2e": "npx playwright test",
"test:unit": "jest --testPathPattern=tests/unit",
"test:integration": "jest --testPathPattern=tests/integration",
"test:backend": "jest --testPathPattern=tests/backend"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.16",
"@hookform/resolvers": "^3.3.4",
"@prisma/client": "^5.8.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.51.11",
"babel-plugin-react-compiler": "^0.0.0-experimental-938cd9a-20240601",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.1.7",
"http-status-codes": "^2.3.0",
"input-otp": "^1.2.4",
"jsonwebtoken": "^9.0.2",
"ky": "latest",
"lucide-react": "^0.456.0",
"next": "latest",
"next-auth": "^4.24.5",
"next-intl": "^3.5.0",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.8",
"pusher-js": "8.4.0-rc2",
"react": "latest",
"react-day-picker": "^9.0.2",
"react-dom": "latest",
"react-hook-form": "latest",
"react-icons": "latest",
"react-resizable-panels": "^2.0.22",
"recharts": "^2.12.7",
"sonner": "^1.4.41",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"zod": "latest",
"zsa": "^0.5.1",
"zsa-react": "^0.2.2"
},
"devDependencies": {
"@anatine/zod-openapi": "^2.2.3",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@playwright/experimental-ct-react": "^1.41.2",
"@playwright/test": "^1.41.2",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.10",
"@storybook/nextjs": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/test": "^7.6.10",
"@tanstack/eslint-plugin-query": "^4.36.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.3",
"@types/mocha": "^10.0.7",
"@types/node": "latest",
"@types/nodemailer": "^6.4.11",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/supertest": "^6.0.2",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-plugin-storybook": "^0.6.15",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"miragejs": "^0.1.48",
"nextjs-http-supertest": "^1.0.13",
"node-mocks-http": "^1.14.1",
"postcss": "latest",
"prisma": "^5.3.1",
"react-test-renderer": "^18.2.0",
"storybook": "^7.6.10",
"supertest": "^6.3.4",
"tailwindcss": "latest",
"ts-node": "^10.9.2",
"typescript": "latest",
"zod-openapi": "^2.12.0",
"zod-prisma": "^0.5.4"
}
}