-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 2.19 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
{
"name": "ideogram-learning-app",
"version": "0.1.0",
"description": "Vietnamese-first language learning platform with Next.js, Expo, Supabase, governed content, and durable offline sync.",
"license": "MIT",
"private": true,
"author": "Nguyen Tien Son",
"homepage": "https://github.com/JasonTM17/Ideogram_LearningApp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/JasonTM17/Ideogram_LearningApp.git"
},
"bugs": {
"url": "https://github.com/JasonTM17/Ideogram_LearningApp/issues"
},
"packageManager": "pnpm@11.0.9",
"engines": {
"node": ">=24.12.0 <25",
"pnpm": ">=11.0.9 <12"
},
"scripts": {
"build": "turbo run build",
"check:boundaries": "node scripts/check-import-boundaries.mjs",
"check:env": "node scripts/check-env.mjs --target workspace",
"commitlint": "commitlint --from=HEAD~1 --to=HEAD",
"content:lint": "node scripts/content-lint.mjs",
"dev": "turbo run dev --parallel",
"docs:check": "node scripts/check-docs.mjs",
"format": "prettier --write .",
"format:check": "prettier --check .",
"generate:ja-n5-content": "node scripts/generate-japanese-n5-pilot-content.mjs",
"generate:offline-media-manifest": "node scripts/generate-offline-media-manifest.mjs",
"lint": "pnpm check:boundaries && eslint scripts eslint.config.mjs prettier.config.mjs commitlint.config.cjs && turbo run lint",
"supabase:start": "supabase start",
"supabase:status": "supabase status",
"supabase:stop": "supabase stop",
"test:db:review-lock-order": "node apps/web/scripts/review-role-lock-order.integration.mjs",
"test": "pnpm test:root && turbo run test",
"test:root": "vitest run scripts/environment-contract.test.mjs scripts/content-lint.test.mjs scripts/content-lint-security.test.mjs",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "21.2.1",
"@commitlint/config-conventional": "21.2.0",
"@eslint/js": "9.39.5",
"@types/node": "24.13.3",
"eslint": "9.39.5",
"globals": "17.8.0",
"prettier": "3.9.6",
"supabase": "2.111.0",
"turbo": "2.10.8",
"typescript": "5.9.3",
"typescript-eslint": "8.65.0",
"vitest": "4.1.10"
}
}