This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
forked from ixartz/Next-js-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
163 lines (163 loc) · 5.13 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
{
"name": "next-js-boilerplate",
"version": "3.54.0",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
"dev": "run-p dev:*",
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"clean": "rimraf .next .swc out coverage",
"lint": "next lint",
"format": "next lint --fix && prettier '**/*.{json,yaml}' --write --ignore-path .gitignore",
"check-types": "tsc --noEmit --pretty",
"test": "vitest run",
"commit": "cz",
"db:generate": "drizzle-kit generate",
"db:migrate": "dotenv -c production -- drizzle-kit migrate",
"db:studio": "dotenv -c production -- drizzle-kit studio",
"test:e2e": "playwright test",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:serve": "http-server storybook-static --port 6006 --silent",
"serve-storybook": "run-s storybook:*",
"test-storybook:ci": "start-server-and-test serve-storybook http://127.0.0.1:6006 test-storybook",
"prepare": "husky"
},
"dependencies": {
"@clerk/localizations": "^2.5.2",
"@clerk/nextjs": "^5.2.8",
"@electric-sql/pglite": "^0.1.5",
"@hookform/resolvers": "^3.9.0",
"@logtail/pino": "^0.4.22",
"@radix-ui/react-slot": "^1.1.0",
"@reduxjs/toolkit": "^2.2.6",
"@sentry/nextjs": "^8.20.0",
"@spotlightjs/spotlight": "^2.1.1",
"@t3-oss/env-nextjs": "^0.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.32.1",
"embla-carousel-react": "^8.1.7",
"lucide-react": "^0.416.0",
"next": "^14.2.5",
"next-intl": "^3.17.2",
"pg": "^8.12.0",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-redux": "^9.1.2",
"react-use": "^17.5.1",
"sharp": "^0.33.4",
"swiper": "^11.1.8",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"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.5",
"@percy/cli": "1.29.0",
"@percy/playwright": "^1.0.6",
"@playwright/test": "^1.45.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-onboarding": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/nextjs": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/test": "^8.2.6",
"@storybook/test-runner": "^0.19.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.12",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/expect": "^2.0.4",
"autoprefixer": "^10.4.19",
"checkly": "^4.7.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cssnano": "^7.0.4",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.23.0",
"eslint": "^9.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-unused-imports": "^4.0.1",
"eslint-plugin-vitest": "~0.5.4",
"http-server": "^14.1.1",
"husky": "^9.1.3",
"jiti": "^1.21.6",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.0.0",
"start-server-and-test": "^2.0.4",
"storybook": "^8.2.6",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.4",
"vitest-fail-on-console": "^0.7.0"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/git",
"@semantic-release/github"
]
},
"author": "Ixartz (https://github.com/ixartz)"
}