-
Notifications
You must be signed in to change notification settings - Fork 133
/
package.json
179 lines (179 loc) Β· 5.81 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
{
"name": "start-ui-web",
"private": true,
"version": "2.0.0",
"description": "Opinionated UI starter with βοΈ React, β‘οΈ Chakra UI, βοΈ React Query & π React Hook Form β From the π» BearStudio Team",
"engines": {
"node": ">=20"
},
"scripts": {
"prepare": "husky",
"preinstall": "npx only-allow pnpm",
"postinstall": "prisma generate && pnpm build:info && pnpm theme:generate-typing",
"dev": "run-p dev:*",
"dev:next": "next dev",
"dev:email": "maildev -outgoing-host smtp.example.com --outgoing-secure --outgoing-user 'username' --outgoing-pass 'password'",
"build": "pnpm build:info && next build",
"build:info": "tsx scripts/build-info.ts",
"start": "next start",
"pretty": "prettier -w .",
"lint": "run-p lint:*",
"lint:next": "cross-env SKIP_ENV_VALIDATION=true next lint",
"lint:ts": "pnpm build:info && tsc --noEmit",
"storybook": "pnpm build:info && storybook dev --no-open -p 6006",
"storybook:build": "pnpm build:info && storybook build && mv ./storybook-static ./public/storybook",
"theme:generate-typing": "chakra-cli tokens ./src/theme/theme.ts",
"theme:generate-icons": "svgr --config-file src/components/Icons/svgr.config.js src/components/Icons/svg-sources",
"test": "vitest",
"test:ci": "vitest run",
"test:ui": "vitest --ui",
"e2e": "dotenv -- cross-var playwright test",
"e2e:ui": "dotenv -- cross-var playwright test --ui",
"dk:init": "docker compose up -d && sleep 10 && pnpm db:init",
"dk:start": "docker compose start",
"dk:stop": "docker compose stop",
"dk:clear": "docker compose down --volumes",
"db:init": "pnpm db:push && pnpm db:seed",
"db:push": "prisma db push",
"db:ui": "prisma studio",
"db:seed": "prisma db seed"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json}": "prettier --write"
},
"dependencies": {
"@chakra-ui/anatomy": "2.2.2",
"@chakra-ui/next-js": "2.2.0",
"@chakra-ui/react": "2.8.2",
"@chakra-ui/styled-system": "2.9.2",
"@chakra-ui/theme-tools": "2.1.2",
"@ducanh2912/next-pwa": "10.2.7",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@faker-js/faker": "8.4.1",
"@fontsource/inter": "5.0.19",
"@hookform/resolvers": "3.9.0",
"@lucia-auth/adapter-prisma": "4.0.1",
"@prisma/client": "5.16.2",
"@react-email/components": "0.0.21",
"@react-email/render": "0.0.16",
"@stoplight/elements": "8.3.3",
"@t3-oss/env-nextjs": "0.7.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@trpc/client": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"arctic": "1.9.2",
"bcrypt": "5.1.1",
"chakra-react-select": "4.9.1",
"colorette": "2.0.20",
"dayjs": "1.11.11",
"framer-motion": "11.2.14",
"holy-loader": "2.3.1",
"i18next": "23.11.5",
"i18next-browser-languagedetector": "8.0.0",
"lucia": "3.2.0",
"next": "14.2.4",
"nodemailer": "6.9.14",
"nuqs": "1.17.4",
"oslo": "1.2.1",
"pino": "9.2.0",
"pino-pretty": "11.2.1",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-focus-lock": "2.12.1",
"react-hook-form": "7.52.1",
"react-i18next": "14.1.2",
"react-icons": "5.2.1",
"react-modal-sheet": "3.1.0",
"react-number-format": "5.4.0",
"react-popper": "2.3.0",
"react-select": "5.8.0",
"remeda": "2.5.0",
"sharp": "0.33.4",
"sonner": "1.5.0",
"superjson": "2.2.1",
"trpc-openapi": "1.2.0",
"ts-pattern": "5.2.0",
"zod": "3.23.8",
"zod-i18n-map": "2.27.0",
"zustand": "4.5.4"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/parser": "7.24.7",
"@chakra-ui/cli": "2.4.1",
"@next/eslint-plugin-next": "14.2.4",
"@playwright/test": "1.45.1",
"@storybook/addon-actions": "8.1.11",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@storybook/nextjs": "8.1.11",
"@storybook/react": "8.1.11",
"@storybook/theming": "8.1.11",
"@svgr/cli": "8.1.0",
"@testing-library/dom": "10.3.1",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/bcrypt": "5.0.2",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.14.10",
"@types/nodemailer": "6.4.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/ui": "2.0.1",
"cross-env": "7.0.3",
"cross-var": "1.1.0",
"date-fns": "2.28.0",
"dotenv-cli": "7.4.2",
"encoding": "0.1.13",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-storybook": "0.8.0",
"husky": "9.0.11",
"jsdom": "24.1.0",
"lint-staged": "15.2.7",
"maildev": "2.1.0",
"npm-run-all": "4.1.5",
"prettier": "3.3.2",
"prisma": "5.16.2",
"storybook": "8.1.11",
"storybook-dark-mode": "4.0.2",
"tsx": "4.16.2",
"typescript": "5.5.3",
"vitest": "2.0.1"
},
"prisma": {
"seed": "npx tsx prisma/seed/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bearstudio/start-ui-web.git"
},
"author": {
"name": "Ivan Dalmet",
"email": "[email protected]",
"url": "https://github.com/ivan-dalmet"
},
"contributors": [
{
"name": "Yoann Fleury",
"email": "[email protected]",
"url": "https://github.com/yoannfleurydev"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bearstudio/start-ui-web/issues"
},
"homepage": "https://github.com/bearstudio/start-ui-web#readme"
}