-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.55 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
{
"name": "childright",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "vitest",
"test:e2e": "playwright test",
"typecheck": "vitest typecheck",
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepare": "husky install"
},
"type": "module",
"prisma": {
"seed": "node --loader ts-node/esm prisma/seed.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.299.0",
"@aws-sdk/s3-request-presigner": "^3.299.0",
"@bbbtech/storybook-formik": "^2.5.0",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^2.0.16",
"@mantine/core": "^5.10.4",
"@mantine/dates": "^5.10.4",
"@mantine/dropzone": "^6.0.1",
"@mantine/hooks": "^5.10.4",
"@mantine/next": "^5.10.4",
"@mantine/notifications": "^5.10.5",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.8.0",
"@react-google-maps/api": "^2.18.1",
"@rive-app/react-canvas": "^3.0.36",
"@tanstack/react-query": "^4.20.0",
"@tanstack/react-query-devtools": "^4.24.10",
"@trpc/client": "^10.8.1",
"@trpc/next": "^10.8.1",
"@trpc/react-query": "^10.8.1",
"@trpc/server": "^10.8.1",
"@upstash/ratelimit": "^0.4.1",
"@upstash/redis": "^1.20.2",
"axios": "^1.3.4",
"class-variance-authority": "^0.4.0",
"dayjs": "^1.11.7",
"formik": "^2.2.9",
"formik-devtools-extension": "^0.1.8",
"formik-mantine": "^0.14.0",
"framer-motion": "^9.0.3",
"next": "13.1.2",
"next-auth": "^4.22.0",
"nodemailer": "^6.9.1",
"pino": "^8.11.0",
"pino-logflare": "^0.3.12",
"pusher": "^5.1.2",
"pusher-js": "^8.0.2",
"react": "18.2.0",
"react-date-picker": "^9.2.0",
"react-dom": "18.2.0",
"superjson": "1.9.1",
"zod": "^3.20.2",
"zustand": "^4.3.7"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@mermaid-js/mermaid-cli": "^10.1.0",
"@playwright/test": "^1.32.2",
"@prisma/generator-helper": "^4.13.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^7.0.5",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^7.0.5",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.11.18",
"@types/nodemailer": "^6.4.7",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-c8": "^0.30.1",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.3.0",
"eslint": "^8.36.0",
"eslint-config-next": "13.1.2",
"husky": "^8.0.3",
"i": "^0.3.7",
"lint-staged": "^13.2.0",
"mime-types": "^2.1.35",
"npm": "^9.4.2",
"postcss": "^8.4.14",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^4.8.0",
"prisma-erd-generator": "^1.5.4",
"tailwindcss": "^3.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vitest": "^0.29.8",
"vitest-mock-extended": "^1.1.3",
"yup": "^1.0.0"
},
"ct3aMetadata": {
"initVersion": "7.3.2"
}
}