adding in main electron app with react

This commit is contained in:
talksik
2022-05-27 20:20:55 -05:00
parent fd1bc9d1ab
commit 16774ed073
16 changed files with 7072 additions and 3 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
{
"name": "nirvana-v4",
"name": "nirvana",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/talksik/nirvana-v4.git",
"author": "talksik <[email protected]>",
"license": "MIT"
"license": "MIT",
"workspaces": ["packages/*"],
"private": true
}