-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 4.97 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
{
"name": "saas-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm-run-all --parallel next-dev typesafe-i18n",
"next-dev": "next dev --turbo",
"email-dev": "email dev -p 3001",
"typesafe-i18n": "typesafe-i18n",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:once": "vitest run",
"coverage": "vitest run --coverage",
"make-badges": "istanbul-badges-readme",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"e2e:headed": "playwright test --headed",
"e2e:report": "npx playwright show-report",
"checks": "npm run lint && npm run test:once && npm run build && npm run e2e",
"postinstall": "prisma generate",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"start-storybook": "storybook dev",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"prepare": "husky install",
"scriptname": "husky install",
"chromatic": "npx chromatic"
},
"dependencies": {
"@auth/prisma-adapter": "2.0.0",
"@faker-js/faker": "8.4.1",
"@hookform/resolvers": "3.3.4",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "14.2.2",
"@prisma/client": "5.12.1",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@react-email/button": "0.0.14",
"@react-email/components": "0.0.16",
"@react-email/html": "0.0.7",
"@react-email/render": "0.0.12",
"@sentry/integrations": "7.111.0",
"@sentry/nextjs": "7.111.0",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "8.0.8",
"@storybook/test": "8.0.8",
"@tanstack/react-query": "5.29.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
"axios": "1.6.8",
"clsx": "2.1.0",
"cross-fetch": "4.0.0",
"currency-symbol-map": "5.1.0",
"dotenv": "16.4.5",
"jsonwebtoken": "9.0.2",
"msw": "2.2.14",
"next": "14.2.2",
"next-auth": "4.24.7",
"next-axiom": "1.1.1",
"next-seo": "6.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "2.1.1",
"react-hook-form": "7.51.3",
"react-query": "3.39.3",
"resend": "3.2.0",
"stripe": "15.2.0",
"tailwind-merge": "2.2.2",
"typesafe-i18n": "5.26.2",
"uuid": "9.0.1",
"vitest": "1.5.0",
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@chromatic-com/storybook": "1.3.3",
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@eslint/eslintrc": "3.0.2",
"@eslint/js": "9.0.0",
"@playwright/test": "1.43.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.3",
"@semantic-release/npm": "12.0.0",
"@storybook/addon-actions": "8.0.8",
"@storybook/addon-essentials": "8.0.8",
"@storybook/addon-interactions": "8.0.8",
"@storybook/addon-links": "8.0.8",
"@storybook/addon-mdx-gfm": "8.0.8",
"@storybook/nextjs": "8.0.8",
"@storybook/react-vite": "8.0.8",
"@testing-library/dom": "10.0.0",
"@testing-library/user-event": "14.5.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-istanbul": "1.5.0",
"autoprefixer": "10.4.19",
"chromatic": "11.3.0",
"cross-env": "7.0.3",
"eslint": "9.0.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-unused-imports": "3.1.0",
"globals": "15.0.0",
"husky": "9.0.11",
"istanbul-badges-readme": "1.8.5",
"jsdom": "24.0.0",
"next-router-mock": "0.9.13",
"npm-run-all": "4.1.5",
"playwright": "1.43.1",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prisma": "5.12.1",
"sass": "1.75.0",
"storybook": "8.0.8",
"storybook-addon-sass-postcss": "0.2.0",
"storybook-addon-turbo-build": "2.0.1",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"typescript-eslint": "7.7.0",
"vite": "5.2.9"
}
}