File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "build-cards" : " node build-cards.js" ,
7+ "extract" : " lingui extract" ,
78 "dev" : " next dev" ,
8- "build" : " next build" ,
9+ "build" : " yarn extract && next build" ,
910 "start" : " next start" ,
1011 "lint" : " next lint"
1112 },
2425 "@emotion/styled" : " ^11.13.0" ,
2526 "@fontsource-variable/inter" : " ^5.2.5" ,
2627 "@giscus/react" : " ^3.0.0" ,
28+ "@lingui/core" : " ^5.0.0-next.2" ,
29+ "@lingui/react" : " ^5.0.0-next.2" ,
2730 "@mdx-js/loader" : " ^3.0.1" ,
2831 "@mdx-js/react" : " ^3.0.1" ,
2932 "@next/mdx" : " ^14.2.14" ,
4649 "swr" : " ^2.2.5"
4750 },
4851 "devDependencies" : {
52+ "@lingui/babel-plugin-lingui-macro" : " ^5.0.0-next.2" ,
53+ "@lingui/cli" : " ^5.0.0-next.2" ,
54+ "@lingui/loader" : " ^5.0.0-next.2" ,
4955 "@types/react" : " ^18.3.11" ,
5056 "eslint" : " ^9.12.0" ,
5157 "eslint-config-next" : " 14.2.14" ,
You can’t perform that action at this time.
0 commit comments