-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.35 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
{
"name": "monynha-website",
"private": true,
"packageManager": "pnpm@9.0.0",
"scripts": {
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "vitest run --config packages/testing/vitest.config.mts",
"test:architecture": "vitest run packages/testing/architecture.test.ts --config packages/testing/vitest.config.mts",
"cms:seed": "ts-node scripts/seed.ts",
"prepare": "husky install"
},
"devDependencies": {
"@monynha/i18n": "workspace:*",
"@monynha/payload": "workspace:*",
"@monynha/supabase": "workspace:*",
"@monynha/ui": "workspace:*",
"@supabase/supabase-js": "2.39.5",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "16.3.0",
"@types/pg": "^8.15.5",
"@types/qs": "^6.14.0",
"@types/react": "19.1.8",
"fast-glob": "^3.3.1",
"husky": "^8.0.0",
"jsdom": "^23.0.0",
"pg": "^8.16.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"ts-node": "^10.9.1",
"turbo": "^2.5.5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^1.0.0",
"zod": "^4.0.11"
},
"dependencies": {
"qs": "^6.14.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"esbuild",
"unrs-resolver"
],
"engineStrict": false,
"strictPeerDependencies": false
}
}