-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #457 from evoluhq/examples
chore: tidy examples
- Loading branch information
Showing
60 changed files
with
5,315 additions
and
395 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"name": "@example/react-electron", | ||
"productName": "react-electron-app", | ||
"version": "0.1.0", | ||
"description": "My Electron application description", | ||
"main": ".webpack/main", | ||
"scripts": { | ||
"start": "electron-forge start", | ||
"package": "electron-forge package", | ||
"make": "electron-forge make", | ||
"publish": "electron-forge publish", | ||
"lint": "eslint --ext .ts,.tsx ." | ||
}, | ||
"keywords": [], | ||
"author": { | ||
"name": "Daniel Steigerwald", | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@electron-forge/cli": "7.4.0", | ||
"@electron-forge/maker-deb": "7.4.0", | ||
"@electron-forge/maker-rpm": "7.4.0", | ||
"@electron-forge/maker-squirrel": "7.4.0", | ||
"@electron-forge/maker-zip": "7.4.0", | ||
"@electron-forge/plugin-auto-unpack-natives": "7.4.0", | ||
"@electron-forge/plugin-webpack": "7.4.0", | ||
"@vercel/webpack-asset-relocator-loader": "1.7.4", | ||
"css-loader": "7.1.2", | ||
"electron": "31.3.1", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"fork-ts-checker-webpack-plugin": "9.0.2", | ||
"node-loader": "2.0.0", | ||
"style-loader": "4.0.0", | ||
"ts-loader": "9.5.1", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.5.4" | ||
}, | ||
"dependencies": { | ||
"@evolu/react": "latest", | ||
"@types/react-dom": "~18.3.0", | ||
"electron-squirrel-startup": "1.0.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
24 changes: 11 additions & 13 deletions
24
examples/vite/src/App.tsx → examples/react-vite/src/App.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.