Add react

This commit is contained in:
2024-03-26 19:30:49 +01:00
parent 35e36a7bbb
commit 6e163f67d5
11 changed files with 12640 additions and 1131 deletions

View File

@ -1,8 +1,8 @@
{
"name": "my-app",
"productName": "my-app",
"name": "smart-monopoly",
"productName": "Smart Monopoly",
"version": "1.0.0",
"description": "My Electron application description",
"description": "Make Monopoly Game Smart - Make paper obsolete!",
"main": ".webpack/main",
"scripts": {
"start": "electron-forge start",
@ -21,6 +21,8 @@
"@electron-forge/plugin-fuses": "^7.2.0",
"@electron-forge/plugin-webpack": "^7.3.1",
"@electron/fuses": "^1.7.0",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
@ -42,6 +44,8 @@
},
"license": "MIT",
"dependencies": {
"electron-squirrel-startup": "^1.0.0"
"electron-squirrel-startup": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}