-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathpackage.json
More file actions
176 lines (176 loc) · 5.79 KB
/
package.json
File metadata and controls
176 lines (176 loc) · 5.79 KB
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
{
"name": "start-ui-web",
"version": "3.0.0",
"private": true,
"description": "Opinionated UI starter from the 🐻 BearStudio Team",
"homepage": "https://github.com/bearstudio/start-ui-web#readme",
"bugs": {
"url": "https://github.com/bearstudio/start-ui-web/issues"
},
"license": "MIT",
"author": {
"name": "Ivan Dalmet",
"email": "ivan@dalmet.fr",
"url": "https://github.com/ivan-dalmet"
},
"contributors": [
{
"name": "Yoann Fleury",
"email": "yoannfleurydev@gmail.com",
"url": "https://github.com/yoannfleurydev"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/bearstudio/start-ui-web.git"
},
"type": "module",
"scripts": {
"postinstall": "run-p gen:prisma gen:build-info",
"prepare": "pnpm lefthook install",
"dev": "run-p env dev:*",
"dev:app": "pnpm gen:build-info && vite dev",
"build": "cross-env NODE_ENV=production run-p env gen:build-info && vite build",
"start": "dotenv -- node .output/server/index.mjs",
"env": "run-p env:*",
"env:client": "dotenv -- node ./run-jiti ./src/env/client.ts",
"env:server": "dotenv -- node ./run-jiti ./src/env/server.ts",
"storybook": "storybook dev --no-open -p 6006",
"storybook:build": "storybook build && mv ./storybook-static ./public/storybook",
"format": "oxfmt",
"lint": "run-p lint:*",
"lint:oxlint": "oxlint --fix .",
"lint:ts": "tsc --noEmit",
"gen:prisma": "prisma generate --no-hints",
"gen:build-info": "dotenv -- node ./run-jiti ./src/features/build-info/script-to-generate-json.ts",
"gen:icons": "svgr --config-file src/components/icons/svgr.config.cjs src/components/icons/svg-sources && oxfmt src/components/icons/generated",
"test": "vitest --browser.headless",
"test:ci": "vitest run",
"test:ui": "vitest",
"e2e:setup": "dotenv -- cross-env playwright test --project=setup",
"e2e": "dotenv -- cross-env playwright test",
"e2e:ui": "dotenv -- cross-env playwright test --ui",
"dk:init": "docker compose --profile init up -d",
"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": "dotenv -- cross-env node ./run-jiti ./prisma/seed/index.ts"
},
"dependencies": {
"@base-ui/react": "1.2.0",
"@bearstudio/ui-state": "1.1.0",
"@better-auth/expo": "1.5.2",
"@better-upload/client": "3.0.12",
"@better-upload/server": "3.0.12",
"@fontsource-variable/inter": "5.2.8",
"@hookform/resolvers": "5.2.2",
"@orpc/client": "1.13.4",
"@orpc/openapi": "1.13.4",
"@orpc/react-query": "1.13.4",
"@orpc/server": "1.13.4",
"@orpc/zod": "1.13.4",
"@prisma/client": "6.19.2",
"@react-email/components": "0.5.7",
"@react-email/render": "1.4.0",
"@t3-oss/env-core": "0.13.10",
"@tanstack/devtools-vite": "0.5.2",
"@tanstack/react-devtools": "0.9.7",
"@tanstack/react-query": "5.90.21",
"@tanstack/react-query-devtools": "5.91.3",
"@tanstack/react-router": "1.163.3",
"@tanstack/react-router-devtools": "1.163.3",
"@tanstack/react-start": "1.166.1",
"@tanstack/zod-adapter": "1.163.3",
"@uidotdev/usehooks": "2.4.1",
"better-auth": "1.5.2",
"boring-avatars": "2.0.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"colorette": "2.0.20",
"dayjs": "1.11.19",
"i18next": "25.8.0",
"i18next-browser-languagedetector": "8.2.0",
"input-otp": "1.4.2",
"lucide-react": "0.563.0",
"next-themes": "0.4.6",
"nitro": "npm:nitro-nightly@3.0.1-20260219-081345-4df7aab2",
"nodemailer": "7.0.13",
"pino": "10.3.0",
"pino-pretty": "13.1.3",
"react": "19.2.4",
"react-day-picker": "9.13.0",
"react-dom": "19.2.4",
"react-error-boundary": "6.1.0",
"react-hook-form": "7.71.1",
"react-i18next": "16.5.4",
"react-merge-refs": "3.0.2",
"react-textarea-autosize": "8.5.9",
"react-use-disclosure": "9.0.0",
"remeda": "2.33.4",
"sonner": "2.0.7",
"tailwind-merge": "3.4.0",
"tailwindcss": "4.1.18",
"ts-pattern": "5.9.0",
"tw-animate-css": "1.4.0",
"zod": "4.3.6",
"zustand": "5.0.10"
},
"devDependencies": {
"@faker-js/faker": "10.2.0",
"@playwright/test": "1.58.0",
"@storybook/addon-a11y": "10.2.14",
"@storybook/addon-docs": "10.2.14",
"@storybook/react-vite": "10.2.14",
"@svgr/cli": "8.1.0",
"@tailwindcss/postcss": "4.1.18",
"@tanstack/eslint-plugin-query": "5.91.4",
"@tanstack/eslint-plugin-router": "1.161.4",
"@types/nodemailer": "7.0.9",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.2",
"@vitest/browser": "4.0.18",
"@vitest/browser-playwright": "4.0.18",
"@vueless/storybook-dark-mode": "10.0.7",
"babel-plugin-react-compiler": "1.0.0",
"cpy": "12.1.0",
"cross-env": "10.1.0",
"dotenv-cli": "11.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "3.0.6",
"eslint-plugin-storybook": "10.2.14",
"jiti": "2.6.1",
"lefthook": "2.0.16",
"npm-run-all": "4.1.5",
"oxfmt": "0.36.0",
"oxlint": "1.54.0",
"playwright": "1.58.0",
"prisma": "6.19.2",
"resize-observer-polyfill": "1.5.1",
"storybook": "10.2.14",
"ts-plugin-sort-import-suggestions": "1.0.4",
"typescript": "5.9.3",
"vite": "7.3.2",
"vite-tsconfig-paths": "6.0.5",
"vitest": "4.0.18",
"vitest-browser-react": "2.0.4"
},
"engines": {
"node": ">=22"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@prisma/client",
"@prisma/engines",
"@tailwindcss/oxide",
"esbuild",
"lefthook",
"prisma",
"sharp"
]
}
}