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 4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build-cards" : " node build-cards.js" ,
7
+ "extract" : " lingui extract" ,
7
8
"dev" : " next dev" ,
8
- "build" : " next build" ,
9
+ "build" : " yarn extract && next build" ,
9
10
"start" : " next start" ,
10
11
"lint" : " next lint"
11
12
},
24
25
"@emotion/styled" : " ^11.13.0" ,
25
26
"@fontsource-variable/inter" : " ^5.2.5" ,
26
27
"@giscus/react" : " ^3.0.0" ,
28
+ "@lingui/core" : " ^5.0.0-next.2" ,
29
+ "@lingui/react" : " ^5.0.0-next.2" ,
27
30
"@mdx-js/loader" : " ^3.0.1" ,
28
31
"@mdx-js/react" : " ^3.0.1" ,
29
32
"@next/mdx" : " ^14.2.14" ,
46
49
"swr" : " ^2.2.5"
47
50
},
48
51
"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" ,
49
55
"@types/react" : " ^18.3.11" ,
50
56
"eslint" : " ^9.12.0" ,
51
57
"eslint-config-next" : " 14.2.14" ,
You can’t perform that action at this time.
0 commit comments