File tree Expand file tree Collapse file tree 4 files changed +612
-363
lines changed
Expand file tree Collapse file tree 4 files changed +612
-363
lines changed Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3+ /// <reference path="./.next/types/routes.d.ts" />
34
45// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/pages/building-your-application/configuring /typescript for more information.
6+ // see https://nextjs.org/docs/pages/api-reference/config /typescript for more information.
Original file line number Diff line number Diff line change 1313 "test:ci" : " jest --ci"
1414 },
1515 "dependencies" : {
16+ "@isaacs/brace-expansion" : " ^5.0.1" ,
1617 "bootstrap" : " ^5.3.3" ,
18+ "diff" : " ^5.2.2" ,
1719 "highlight.js" : " 11.8.0" ,
1820 "install" : " ^0.13.0" ,
19- "next" : " ^14.2.35" ,
21+ "lodash" : " ^4.17.23" ,
22+ "next" : " ^15.5.10" ,
2023 "npm" : " ^8.12.0" ,
2124 "react" : " 19.2.1" ,
2225 "react-bootstrap" : " ^2.4.0" ,
3033 "recharts" : " ^2.1.10" ,
3134 "slick-carousel" : " ^1.8.1" ,
3235 "swr" : " ^1.3.0" ,
33- "tar" : " ^7.5.3 "
36+ "tar" : " ^7.5.7 "
3437 },
3538 "devDependencies" : {
3639 "@testing-library/jest-dom" : " 5.16.4" ,
3942 "@types/react" : " 19.2.1" ,
4043 "@types/react-dom" : " 19.2.1" ,
4144 "eslint" : " ^8.56.0" ,
42- "eslint-config-next" : " ^14.2.35 " ,
45+ "eslint-config-next" : " ^15.5.10 " ,
4346 "eslint-config-prettier" : " ^9.1.0" ,
4447 "jest" : " 28.1.0" ,
4548 "jest-environment-jsdom" : " 29.7.0" ,
Original file line number Diff line number Diff line change 2020 "downlevelIteration" : true ,
2121 "baseUrl" : " ." ,
2222 "paths" : {
23- "@/styles/*" : [" styles/*" ],
24- "@/components/*" : [" components/*" ],
25- "@/components" : [" components" ],
26- "@/service/*" : [" service/*" ],
27- "@/service" : [" service" ]
28- }
23+ "@/styles/*" : [
24+ " styles/*"
25+ ],
26+ "@/components/*" : [
27+ " components/*"
28+ ],
29+ "@/components" : [
30+ " components"
31+ ],
32+ "@/service/*" : [
33+ " service/*"
34+ ],
35+ "@/service" : [
36+ " service"
37+ ]
38+ },
39+ "target" : " ES2017"
2940 },
3041 "include" : [
3142 " next-env.d.ts" ,
You can’t perform that action at this time.
0 commit comments