File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " docs" ,
2+ "name" : " @next-i18n/ docs" ,
33 "version" : " 0.0.0" ,
44 "private" : true ,
55 "scripts" : {
88 "dev" : " next dev --turbo" ,
99 "start" : " next start" ,
1010 "postinstall" : " fumadocs-mdx" ,
11+ "translate" : " @next-i18n/translate" ,
1112 "check-types" : " tsc --noEmit"
1213 },
1314 "dependencies" : {
2223 "zod" : " 3.24.4"
2324 },
2425 "devDependencies" : {
26+ "@next-i18n/translate" : " workspace:*" ,
2527 "@next/bundle-analyzer" : " ^15.3.2" ,
2628 "@next/env" : " ^15.3.2" ,
2729 "@oramacloud/client" : " ^2.1.4" ,
Original file line number Diff line number Diff line change 77 "format" : " biome format --write ." ,
88 "lint" : " biome lint ." ,
99 "lint:fix" : " biome lint --write ." ,
10- "check-types " : " tsc --noEmit "
10+ "dev " : " pnpm --filter @next-i18n/translate --filter @next-i18n/docs --parallel dev "
1111 },
1212 "keywords" : [],
1313 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments