-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
225 lines (225 loc) · 7.71 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"name": "ninjasaas",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/mouadlouhichi/ninjasaas"
},
"author": {
"name": "Mouad Louhichi",
"email": "[email protected]"
},
"scripts": {
"build": "next build",
"build-storybook": "cross-env FORCE_COLOR=1 storybook build",
"check:analyze": "cross-env ANALYZE=true pnpm build",
"check:coupling-graph": "npx madge --extensions js,jsx,ts,tsx,css,md,mdx ./ --exclude '.next|tailwind.config.js|reset.d.ts|prettier.config.js|postcss.config.js|playwright.config.ts|next.config.js|next-env.d.ts|instrumentation.ts|e2e/|README.md|.storybook/|.eslintrc.js' --image graph.svg",
"check:prepare": "pnpm lint:fix & pnpm format",
"check:types": "tsc --noEmit",
"code:generate": "plop",
"code:shadcn": "pnpm dlx shadcn-ui@latest add",
"db:dev": "dotenv -e .env prisma migrate dev ",
"db:format": "npx prisma format",
"db:generate": "npx prisma generate",
"db:migrate": "npx prisma migrate dev --name \"$(date +%s)\"",
"db:prod:seed": "dotenv -e .env.production.local npx prisma db seed",
"db:push": "npx prisma db push",
"db:seed": "npx prisma db seed",
"db:studio": "dotenv -e .env npx prisma studio",
"dev": "next dev",
"dev:email": "email dev",
"dev:run-email": "email dev --dir src/data/mail -p 3001",
"e2e:headless": "playwright test",
"e2e:test-storybook": "cross-env FORCE_COLOR=1 test-storybook",
"e2e:ui": "playwright test --ui",
"format": "pnpm format:write",
"format:check": "prettier --check \"**/*.{js,ts,tsx,md,mdx,json}\" --cache",
"format:write": "prettier --write \"**/*.{js,ts,tsx,md,mdx,json}\" --cache",
"git:clean": "git clean -xdf .next",
"postinstall": "npx patch-package -y & pnpm db:generate",
"latest": "pnpm up --latest && pnpm i [email protected]",
"lint": "pnpm lint:next && pnpm lint:i18n",
"lint:fix": "next lint --fix",
"lint:i18n": "eslint --fix --ext .json --format node_modules/eslint-plugin-i18n-json/formatter.js src/i18n/messages",
"lint:next": "next lint",
"prepare": "husky install",
"prettier": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"start": "next start",
"storybook": "cross-env FORCE_COLOR=1 storybook dev -p 6006",
"test": "cross-env FORCE_COLOR=1 jest --passWithNoTests",
"ts-node": "ts-node -O \"{\\\"module\\\":\\\"commonjs\\\"}\""
},
"lint-staged": {
"*.{js,ts,tsx}": [
"cspell",
"eslint --fix",
"prettier -w"
],
"*.{md,json}": [
"prettier -w"
]
},
"dependencies": {
"@cspell/dict-ar": "^1.1.0",
"@cspell/dict-companies": "^3.1.2",
"@cspell/dict-en_us": "^4.3.23",
"@cspell/dict-fr-fr": "^2.2.2",
"@cspell/dict-fullstack": "^3.1.8",
"@cspell/dict-markdown": "^2.0.2",
"@cspell/dict-npm": "^5.0.16",
"@cspell/dict-typescript": "^3.1.5",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@faker-js/faker": "^8.1.0",
"@fullcalendar/bootstrap5": "6.1.4",
"@fullcalendar/core": "6.1.4",
"@fullcalendar/daygrid": "6.1.4",
"@fullcalendar/interaction": "6.1.4",
"@fullcalendar/list": "6.1.4",
"@fullcalendar/react": "6.1.4",
"@fullcalendar/timegrid": "6.1.4",
"@hapi/iron": "^7.0.1",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.1",
"@loglib/tracker": "^0.6.2",
"@mantine/hooks": "^7.8.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mui/material": "5.11.13",
"@next/bundle-analyzer": "^14.2.4",
"@next/mdx": "^13.5.3",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^4.16.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.36.0",
"@tanstack/react-query": "^4.35.3",
"@total-typescript/ts-reset": "^0.5.1",
"@trpc/client": "^10.38.4",
"@trpc/react-query": "^10.38.4",
"@trpc/server": "^10.38.4",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "^10.4.19",
"axios": "^1.5.1",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"client-only": "^0.0.1",
"cloudinary": "^2.0.0",
"clsx": "^2.0.0",
"cookie": "^0.6.0",
"cookies-next": "^4.0.0",
"cspell": "^8.9.0",
"cspell-ext": "link:@cspell/dic-ar/cspell-ext",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"dompurify": "^3.0.8",
"dotenv-cli": "^7.3.0",
"encoding": "^0.1.13",
"framer-motion": "^10.16.4",
"i": "^0.3.7",
"jest-environment-jsdom": "^29.7.0",
"lucide-react": "^0.419.0",
"moment": "^2.30.1",
"next": "13.5.3",
"next-cloudinary": "^5.20.0",
"next-intl": "3.0.0-beta.19",
"next-secure-headers": "^2.2.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"plop": "^3.1.2",
"rc-slider": "^10.3.0",
"react": "18.2.0",
"react-datepicker": "^6.6.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.46.2",
"react-hooks-global-state": "^2.1.0",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.5.2",
"react-loading-skeleton": "^3.3.1",
"react-mailchimp-subscribe": "^2.1.3",
"react-swipeable": "^7.0.1",
"react-use-wizard": "^2.2.3",
"remark-gfm": "^4.0.0",
"sass": "^1.68.0",
"superjson": "^1.13.1",
"tailwindcss-animate": "^1.0.7",
"ts-deepmerge": "^6.2.0",
"tsx": "^4.15.6",
"turbo": "1.13.4",
"utf-8-validate": "^5.0.10",
"uuid": "^9.0.1",
"ws": "^8.18.0",
"yup": "^0.32.11",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@faker-js/faker": "^8.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@opentelemetry/api": "^1.6.0",
"@playwright/test": "^1.38.1",
"@storybook/nextjs": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/test-runner": "^0.13.0",
"@t3-oss/env-nextjs": "^0.6.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^4.34.1",
"@testing-library/jest-dom": "^6.4.6",
"@types/cookie": "^0.6.0",
"@types/dompurify": "^3.0.5",
"@types/mdx": "^2.0.8",
"@types/node": "20.7.0",
"@types/nprogress": "^0.2.1",
"@types/react": "18.2.48",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "18.2.18",
"@types/react-mailchimp-subscribe": "^2.1.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"concurrently": "8.2.1",
"cross-env": "^7.0.3",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"http-server": "^14.1.1",
"husky": "^8.0.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"next-secure-headers": "^2.2.0",
"patch-package": "^7.0.2",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^4.16.2",
"storybook": "^8.1.11",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.4.1",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"wait-on": "^7.2.0",
"webpack": "^5.88.2"
},
"volta": {
"node": "18.19.0",
"pnpm": "8.8.0"
},
"prisma": {
"seed": "npm run ts-node --transpile-only prisma/seed.ts"
}
}