generated from betagouv/template-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.46 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
{
"name": "cr-vif",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"frontend": "pnpm --filter @cr-vif/frontend",
"backend": "pnpm --filter @cr-vif/backend",
"electric-client": "pnpm --filter @cr-vif/electric-client",
"pdf": "pnpm --filter @cr-vif/pdf",
"db:create": "pnpm backend migration:create",
"db:migrate": "pnpm db:create",
"electric:up": "pnpm electric-sql with-config \"pnpm pg-migrations apply --database {{ELECTRIC_PROXY}} --ignore-error migration_file_edited --directory ./db/migrations\"",
"show-config": "pnpm electric-sql show-config",
"electric:migrate": "pnpm electric:up && pnpm electric-client generate:front && pnpm electric-client generate:back",
"client:json": "pnpm backend dev --create-only",
"client:ts": "typed-openapi ./packages/backend/openapi.json --output ./packages/frontend/src/api.gen.ts",
"client:generate": "pnpm client:json && pnpm client:ts",
"salut": "docker ps",
"e2e": "playwright test"
},
"keywords": [],
"author": "",
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@databases/pg-migrations": "^5.0.3",
"@pandabox/prettier-plugin": "^0.1.0",
"@playwright/test": "^1.43.0",
"@types/node": "^20.11.28",
"electric-sql": "^0.12.1",
"prettier": "^3.2.5",
"prisma": "^4.8.1",
"typed-openapi": "^0.4.1"
},
"pnpm": {
"patchedDependencies": {
"react-pdf-html@2.0.4": "patches/react-pdf-html@2.0.4.patch"
}
}
}