Add react
This commit is contained in:
12
package.json
12
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user