-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
237 lines (237 loc) · 8.43 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
226
227
228
229
230
231
232
233
234
235
236
237
{
"name": "next14-boilerplate-with-i18n-and-next-auth",
"description": "Next.js 14 boilerplate with NextAuth.js, Next Intl, TRPC, Tailwind CSS, TypeScript, Redis, Drizzle ORM, React Query, Storybook, Playwright, Jest, Testing Library, ESLint, Prettier, Husky, Lint-staged, Commitizen, Semantic Release, Spotlight, Argon2, Luxon, Zod, Superjson, Tailwind CSS, Stylelint",
"version": "1.0.0",
"author": "Paalamugan (https://github.com/paalamugan)",
"license": "MIT",
"type": "module",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "cross-env NODE_NO_WARNINGS=1 next dev --turbo",
"dev": "run-p dev:*",
"build:prod": "cross-env NODE_NO_WARNINGS=1 next build",
"build": "npm run build:prod",
"start": "cross-env NODE_NO_WARNINGS=1 next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"clean": "rimraf .next .swc out coverage",
"deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true npm run build",
"lint:next": "cross-env NODE_NO_WARNINGS=1 next lint",
"lint:js": "eslint \"**/*.{js,mjs,ts,tsx}\" --cache --cache-strategy=content --cache-location=.eslintjscache --max-warnings 0",
"lint:md": "eslint \"**/*.md?(x)\" --cache --cache-strategy=content --cache-location=.eslintmdcache --max-warnings 0",
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache --max-warnings 0",
"lint": "turbo run lint:md lint:js lint:css",
"lint:fix": "turbo run lint:md lint:js lint:css --no-cache -- --fix",
"validate": "run-p type-check lint",
"prettier": "prettier \"**/*.{js,mjs,ts,tsx,md,mdx,json,yml,css}\" --check --cache --cache-strategy=content --cache-location=.prettiercache",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run lint:fix && npm run prettier:fix",
"type-check": "tsc --noEmit --pretty",
"test:unit": "cross-env NODE_NO_WARNINGS=1 jest",
"test:watch": "npm run test:unit -- --watch",
"test": "turbo test:unit",
"test:e2e": "playwright test",
"test:e2e:ui": "npm run test:e2e -- --ui",
"db:generate": "dotenv -c -- drizzle-kit generate --name init_db",
"db:migrate": "dotenv -c -- drizzle-kit migrate",
"db:studio": "dotenv -c -- drizzle-kit studio",
"db:push": "dotenv -c -- drizzle-kit push --config=drizzle.config.ts",
"storybook": "npm run storybook:open -- --quiet --no-open",
"storybook:open": "cross-env NODE_NO_WARNINGS=1 storybook dev -p 6006",
"storybook:build": "cross-env NODE_NO_WARNINGS=1 storybook build --quiet --webpack-stats-json",
"storybook:serve": "http-server storybook-static --port 6006 --silent",
"serve-storybook": "run-s storybook:build storybook:serve",
"test-storybook:ci": "start-server-and-test serve-storybook http://127.0.0.1:6006 test-storybook",
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"commit": "cz"
},
"dependencies": {
"@heroicons/react": "^2.1.4",
"@hookform/resolvers": "^3.6.0",
"@libsql/client": "^0.7.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@sentry/nextjs": "^8.13.0",
"@spotlightjs/spotlight": "^2.0.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query-devtools": "^5.49.2",
"@trpc/client": "11.0.0-rc.370",
"@trpc/next": "11.0.0-rc.370",
"@trpc/react-query": "11.0.0-rc.370",
"@trpc/server": "11.0.0-rc.370",
"argon2": "^0.40.3",
"checkly": "^4.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.31.2",
"glob": "^10.4.2",
"ioredis": "^5.4.1",
"luxon": "^3.4.4",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"next-intl": "^3.15.3",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"path-to-regexp": "^7.0.0",
"postcss-calc": "^10.0.0",
"postcss-import": "^16.1.0",
"postcss-mixins": "^10.0.1",
"postcss-simple-vars": "^7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"redis-memory-server": "^0.10.0",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"superjson": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@faker-js/faker": "^8.4.1",
"@next/bundle-analyzer": "^14.2.4",
"@percy/cli": "1.28.8",
"@percy/playwright": "^1.0.6",
"@playwright/test": "^1.45.0",
"@savvywombat/tailwindcss-grid-areas": "^4.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-themes": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/icons": "^1.2.9",
"@storybook/nextjs": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/test-runner": "^0.19.0",
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cssnano": "^7.0.3",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.22.8",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.9",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-playwright": "^1.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-unused-imports": "^3.2.0",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fail-on-console": "^3.3.0",
"jiti": "^1.21.6",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-embed": "^0.4.15",
"prettier-plugin-sql": "^0.18.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"rimraf": "^5.0.7",
"semantic-release": "^24.0.0",
"start-server-and-test": "^2.0.4",
"storybook": "^8.1.11",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-selector-bem-pattern": "^4.0.0",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.0",
"turbo": "^2.0.9",
"typescript": "^5.5.2",
"user-agent-data-types": "^0.4.2"
},
"engines": {
"node": ">=20.12.2",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.1.1",
"repository": {
"type": "git",
"url": "https://github.com/paalamugan/next14-boilerplate-with-i18n-and-next-auth"
},
"homepage": "https://github.com/paalamugan/next14-boilerplate-with-i18n-and-next-auth",
"keywords": [
"next",
"nextjs",
"next.js",
"next-intl",
"next-auth",
"i18n",
"trpc",
"boilerplate",
"template",
"starter",
"typescript",
"tailwindcss",
"tailwind",
"prisma",
"postgres",
"sql",
"orm",
"drizzle",
"trpc",
"react-query",
"react",
"eslint",
"prettier",
"husky",
"lint-staged",
"storybook",
"playwright",
"jest",
"testing-library",
"commitizen",
"semantic-release",
"spotlight",
"argon2",
"ioredis",
"redis",
"luxon",
"zod",
"superjson",
"tailwindcss",
"tailwind",
"stylelint"
]
}