File tree 2 files changed +466
-131
lines changed
2 files changed +466
-131
lines changed Original file line number Diff line number Diff line change 8
8
"start" : " next start" ,
9
9
"lint" : " next lint"
10
10
},
11
+ "browserslist" : {
12
+ "production" : [
13
+ " > 5%" ,
14
+ " not dead" ,
15
+ " not op_mini all"
16
+ ],
17
+ "development" : [
18
+ " > 5%" ,
19
+ " not dead" ,
20
+ " not op_mini all"
21
+ ]
22
+ },
11
23
"dependencies" : {
12
24
"js-cookie" : " ^3.0" ,
13
- "next" : " 14" ,
25
+ "next" : " ^ 14" ,
14
26
"react" : " ^18" ,
15
27
"react-dom" : " ^18" ,
16
28
"react-feather" : " ^2.0" ,
17
- "react-loading-skeleton" : " ^3.4"
29
+ "react-loading-skeleton" : " ^3.4" ,
30
+ "sharp" : " ^0.33.3"
18
31
},
19
32
"devDependencies" : {
20
33
"@types/gtag.js" : " ^0.0.19" ,
21
34
"@types/js-cookie" : " ^3" ,
22
35
"@types/node" : " ^20" ,
23
36
"@types/react" : " ^18" ,
24
37
"@types/react-dom" : " ^18" ,
38
+ "@typescript-eslint/eslint-plugin" : " ^7.6.0" ,
39
+ "@typescript-eslint/parser" : " ^7.6.0" ,
25
40
"autoprefixer" : " ^10" ,
26
41
"eslint" : " ^8" ,
27
42
"eslint-config-next" : " ^14" ,
You can’t perform that action at this time.
0 commit comments