-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.17 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.17 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
{
"name": "youpi",
"version": "0.1.0",
"repository": "git@github.com:Chelny/youpi.git",
"author": {
"name": "Chelny Duplan",
"url": "https://www.linkedin.com/in/chelny/"
},
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "NODE_ENV=development nodemon",
"prepare": "husky",
"postinstall": "pnpm db:generate",
"build": "next build",
"start": "cross-env NODE_ENV=production tsx server/index.ts",
"test": "vitest",
"fix": "pnpm i fix-react2shell-next@latest && npx fix-react2shell-next",
"translations:extract": "lingui extract --clean",
"translations:compile": "lingui compile --typescript",
"lint:css": "stylelint '**/*.css'",
"lint:ts": "eslint '**/*.{ts,tsx}'",
"lint": "pnpm lint:css && pnpm lint:ts",
"lint:fix": "pnpm lint:css --fix && pnpm lint:ts --fix",
"db:format": "prisma format",
"db:push": "prisma db push",
"db:generate": "prisma generate && pnpm db:link-db",
"db:link-db": "pnpm add db@link:./app/generated/prisma",
"db:migrate:draft": "prisma migrate dev --create-only",
"db:migrate:dev": "prisma migrate dev",
"db:migrate:deploy": "prisma migrate deploy",
"db:seed:dev": "prisma db seed -- --environment development",
"db:seed:prod": "prisma db seed -- --environment production",
"db:studio": "prisma studio --port 5555 --browser none",
"db:setup": "pnpm db:format && pnpm db:push && pnpm db:generate && pnpm db:seed:dev",
"db:reset": "pnpm prisma migrate reset && pnpm db:setup",
"better-auth:generate": "npx @better-auth/cli generate --output prisma/schema.prisma"
},
"dependencies": {
"@better-auth/passkey": "1.4.6",
"@better-fetch/fetch": "1.1.18",
"@lingui/core": "5.3.2",
"@lingui/react": "5.3.2",
"@next/third-parties": "15.3.5",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/adapter-pg": "7.1.0",
"@prisma/client": "7.1.0",
"@sinclair/typebox": "0.34.37",
"@socket.io/redis-adapter": "8.3.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"axios": "1.10.0",
"better-auth": "1.4.6",
"better-status-codes": "2.1.0",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"db": "link:app/generated/prisma",
"fix-react2shell-next": "1.1.4",
"immer": "10.1.1",
"ioredis": "5.6.1",
"natural": "8.1.0",
"negotiator": "1.0.0",
"next": "16.0.10",
"next-themes": "0.4.6",
"node-cron": "4.2.0",
"pg": "8.16.3",
"pino": "9.7.0",
"prisma-better-errors": "1.0.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "5.5.0",
"resend": "4.6.0",
"socket.io": "4.8.1",
"socket.io-client": "4.8.1",
"swr": "2.3.6"
},
"devDependencies": {
"@better-auth/cli": "1.2.12",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.30.1",
"@lingui/cli": "5.3.2",
"@lingui/loader": "5.3.2",
"@lingui/macro": "5.3.2",
"@lingui/swc-plugin": "5.5.2",
"@next/env": "15.3.5",
"@stylistic/eslint-plugin": "5.6.1",
"@tailwindcss/postcss": "4.1.11",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@types/negotiator": "0.6.4",
"@types/node": "24.0.10",
"@types/node-cron": "3.0.11",
"@types/react": "19.0.1",
"@typescript-eslint/eslint-plugin": "8.36.0",
"@vitejs/plugin-react": "4.6.0",
"caniuse-lite": "1.0.30001727",
"cross-env": "10.1.0",
"dotenv": "17.1.0",
"eslint": "9.30.1",
"eslint-config-next": "15.3.5",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-lingui": "0.10.1",
"eslint-plugin-unused-imports": "4.1.4",
"husky": "9.1.7",
"jsdom": "26.1.0",
"lint-staged": "16.1.2",
"nodemon": "3.1.10",
"pino-pretty": "13.0.0",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prisma": "7.1.0",
"stylelint": "16.21.1",
"stylelint-config-property-sort-order-smacss": "10.0.0",
"stylelint-config-standard": "38.0.0",
"stylelint-order": "7.0.0",
"tailwindcss": "4.1.11",
"ts-node": "10.9.2",
"tsx": "4.20.3",
"typescript": "5.8.3",
"vite": "7.0.3",
"vitest": "3.2.4"
}
}