-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
148 lines (148 loc) · 5.02 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
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "marketplace-frontend",
"version": "2.0.0",
"scripts": {
"dev": "next dev -p 5173",
"build": "scripts/generate-api-types.sh && next build",
"start": "next start -p 5173",
"test": "vitest",
"lint": "eslint '**/*.{js,jsx,json,ts,tsx}' --max-warnings=0 --fix",
"test:coverage": "vitest --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"serve-storybook": "storybook start",
"generate": "graphql-codegen --config codegen/config.ts",
"gen:types": "scripts/generate-api-types.sh",
"postbuild": "scripts/upload-sourcemaps.sh",
"dependency-cruiser": "depcruise --config .dependency-cruiser.js src",
"update-languages": "scripts/generate-github-languages-file.sh",
"component": "ts-node tools/create-component.js",
"ds": "ts-node tools/create-ds.js",
"ds:adapter": "ts-node tools/add-adapter.js",
"core:domain": "ts-node tools/create-domain.js",
"hook": "ts-node tools/create-hook.js"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@datadog/browser-logs": "^5.26.0",
"@datadog/datadog-ci": "^2.4.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@fillout/react": "^1.0.1",
"@floating-ui/react-dom": "^2.0.4",
"@headlessui/tailwindcss": "^0.2.0",
"@hookform/resolvers": "^3.3.2",
"@next/bundle-analyzer": "^14.1.0",
"@next/third-parties": "^14.0.4",
"@nextui-org/react": "^2.3.6",
"@nivo/core": "^0.86.0",
"@nivo/pie": "^0.86.0",
"@react-pdf/renderer": "^3.3.8",
"@sumsub/websdk-react": "1.4.0",
"@tag0/use-text-width": "^1.2.0",
"@tailwindcss/typography": "^0.5.8",
"@tanstack/react-query": "^5.0.0",
"@typeform/embed-react": "^2.15.0",
"@types/react-gtm-module": "^2.0.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.6.7",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"dayjs": "^1.11.7",
"framer-motion": "^11.0.3",
"franc": "^6.2.0",
"iban": "^0.0.14",
"jwt-decode": "^3.1.2",
"keen-slider": "^6.8.6",
"lodash": "^4.17.21",
"next": "14.0.4",
"posthog-js": "^1.188.0",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.40.0",
"react-hotkeys-hook": "^4.4.1",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^8.0.4",
"react-pdf": "7.7.1",
"react-tooltip": "^5.21.5",
"react-use": "^17.4.0",
"react-virtuoso": "^4.3.2",
"recharts": "^2.12.6",
"remark-gfm": "^3.0.1",
"remixicon": "^4.3.0",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar": "^2.1.0",
"tailwind-variants": "^0.1.20",
"tailwindcss": "^3.3.1",
"talkr": "^3.3.8",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@faker-js/faker": "^8.0.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.13",
"@inquirer/prompts": "^3.3.0",
"@next/eslint-plugin-next": "^14.0.4",
"@playwright/test": "^1.41.2",
"@storybook/addon-essentials": "^8.1.7",
"@storybook/addon-interactions": "^8.1.7",
"@storybook/addon-links": "^8.1.7",
"@storybook/addon-onboarding": "^8.1.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.1.7",
"@storybook/manager-api": "^8.1.9",
"@storybook/nextjs": "^8.1.7",
"@storybook/react": "^8.1.7",
"@storybook/test": "^8.1.7",
"@storybook/theming": "^8.1.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/iban": "^0.0.32",
"@types/node": "^20.11.20",
"@types/react": "18.2.8",
"@types/react-currency-format": "^1.0.0",
"@types/react-dom": "18.0.8",
"@types/sinon": "^10.0.14",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.25.1",
"autoprefixer": "^10.4.13",
"dependency-cruiser": "^12.10.1",
"dotenv": "^16.0.3",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jsdom": "^20.0.2",
"openapi-typescript": "^6.7.0",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"sinon": "^15.0.4",
"storybook": "^8.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.1.4",
"vitest": "^0.25.1"
}
}