Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirchan committed Nov 21, 2024
1 parent ba9fd7b commit c5dba4a
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .erb/configs/webpack.config.main.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ const configuration: webpack.Configuration = {
},
},

externals: {
'drm-mina-contracts': 'commonjs2 drm-mina-contracts',
o1js: 'commonjs2 o1js',
express: 'commonjs2 express',
axios: 'commonjs2 axios',
},

plugins: [
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@
"@radix-ui/react-slot": "^1.1.0",
"@vscode/sudo-prompt": "^9.3.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-updater": "^6.1.4",
"embla-carousel-react": "^8.3.1",
"express": "^4.21.1",
"lucide-react": "^0.454.0",
"postcss-loader": "^8.1.1",
"react": "^18.2.0",
Expand All @@ -120,6 +122,7 @@
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.1",
"@types/express": "^4.17.21",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
Expand All @@ -131,6 +134,7 @@
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"detect-port": "^1.5.1",
"drm-mina-contracts": "^0.5.0",
"electron": "^31.3.0",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
Expand All @@ -153,6 +157,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"o1js": "https://pkg.pr.new/o1-labs/o1js@fc16ce3",
"prettier": "^3.0.3",
"react-refresh": "^0.14.0",
"react-test-renderer": "^18.2.0",
Expand Down
Loading

0 comments on commit c5dba4a

Please sign in to comment.