Skip to content

Commit

Permalink
Merge pull request #10 from Aar-if/main
Browse files Browse the repository at this point in the history
typeScript conversion
  • Loading branch information
itsvick authored Oct 3, 2024
2 parents 3fc8fd3 + b83ccbe commit 955e415
Show file tree
Hide file tree
Showing 16 changed files with 161 additions and 353 deletions.
7 changes: 0 additions & 7 deletions jsconfig.json

This file was deleted.

91 changes: 0 additions & 91 deletions latexService.js

This file was deleted.

2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const nextConfig = {
filename: 'static/chunks/remoteEntry.js',
remotes: remotes(isServer),
exposes: {
"./Index": "./src/pages/index.js",
"./Index": "./src/pages/index.tsx",
},
})
);
Expand Down
60 changes: 53 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,18 @@
"jquery.fancytree": "^2.38.3",
"mathjax-full": "^3.2.2",
"next": "14.2.5",
"next-transpile-modules": "^10.0.1",
"react": "^18",
"react-dom": "^18",
"svg2img": "^1.0.0-beta.2",
"url": "^0.11.3"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"typescript": "^5.6.2",
"webpack": "^5.76.2"
}
}
Loading

0 comments on commit 955e415

Please sign in to comment.