-
-
Notifications
You must be signed in to change notification settings - Fork 39
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 #148 from oslabs-beta/dev
Beta v1.0.0
- Loading branch information
Showing
12 changed files
with
131 additions
and
124 deletions.
There are no files selected for viewing
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
Empty file.
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 |
---|---|---|
|
@@ -7,71 +7,113 @@ | |
"start": "electron .", | ||
"build": "webpack -p", | ||
"dev": "webpack-dev-server --mode=development", | ||
"test": "test", | ||
"package": "electron-forge make", | ||
"package-linux": "electron-packager . --linux --asar", | ||
"package-mac": "electron-packager . --darwin --asar", | ||
"package-win": "electron-packager . --platform win32 --arch x64 --asar" | ||
"pack": "build --dir", | ||
"dist": "build", | ||
"package-all": "build && electron-builder build -mwl", | ||
"test": "test" | ||
}, | ||
"build": { | ||
"productName": "ProtoGraphQL", | ||
"appId": "org.oslabs.Protographql.todo", | ||
"asar": false, | ||
"files": [ | ||
"public/", | ||
"index.html", | ||
"main.js", | ||
"apollo-server/", | ||
"package.json" | ||
], | ||
"dmg": { | ||
"contents": [ | ||
{ | ||
"x": 130, | ||
"y": 220 | ||
}, | ||
{ | ||
"x": 410, | ||
"y": 220, | ||
"type": "link", | ||
"path": "/Applications" | ||
} | ||
] | ||
}, | ||
"win": { | ||
"target": [ | ||
"nsis", | ||
"msi" | ||
] | ||
}, | ||
"linux": { | ||
"target": [ | ||
"deb", | ||
"rpm", | ||
"snap", | ||
"AppImage" | ||
], | ||
"category": "Development" | ||
}, | ||
"directories": { | ||
"buildResources": "public/assets/pictures/icon", | ||
"output": "release" | ||
}, | ||
"publish": { | ||
"provider": "github", | ||
"owner": "oslabs-beta", | ||
"repo": "protographql", | ||
"private": false | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/protographql/protographql.git" | ||
}, | ||
"author": "", | ||
"author": { | ||
"name": "ProtoGraphQL", | ||
"email": "[email protected]", | ||
"url": "https://protographql.todo.org" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Alena Budzko", | ||
"email": "#TODO", | ||
"url": "#TODO" | ||
}, | ||
{ | ||
"name": "Bryan Fong", | ||
"email": "", | ||
"url": "" | ||
}, | ||
{ | ||
"name": "Rodolfo Guzman", | ||
"email": "", | ||
"url": "" | ||
}, | ||
{ | ||
"name": "Jarred Jack-Harewood", | ||
"email": "", | ||
"url": "" | ||
}, | ||
{ | ||
"name": "Geoffrey Lin", | ||
"email": "", | ||
"url": "" | ||
} | ||
], | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/protographql/protographql/issues" | ||
}, | ||
"homepage": "https://github.com/protographql/protographql#readme", | ||
"config": { | ||
"forge": { | ||
"electronPackagerConfig": { | ||
"asar": true, | ||
"executableName": "protographql", | ||
"icon": "public/pictures/icon/icon", | ||
"overwrite": true, | ||
"prune": true, | ||
"arch": "x64" | ||
}, | ||
"make_targets": { | ||
"darwin": [ | ||
"dmg" | ||
], | ||
"linux": [ | ||
"deb" | ||
] | ||
}, | ||
"makers": [ | ||
{ | ||
"name": "@electron-forge/maker-deb", | ||
"config": { | ||
"options": { | ||
"homepage": "https://github.com/protographql/protographql#readme" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "@electron-forge/maker-dmg", | ||
"config": { | ||
"format": "ULFO" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@electron-forge/maker-deb": "^6.0.0-beta.39", | ||
"@electron-forge/maker-squirrel": "^6.0.0-beta.39", | ||
"@material-ui/core": "^4.0.2", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"babel-loader": "^8.0.6", | ||
"css-loader": "^2.1.1", | ||
"d3": "^5.9.2", | ||
"electron": "^5.0.5", | ||
"electron-packager": "^14.0.0", | ||
"enzyme": "^3.9.0", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-react": "^7.13.0", | ||
|
@@ -87,12 +129,12 @@ | |
"webpack-dev-server": "^3.5.1" | ||
}, | ||
"dependencies": { | ||
"archiver": "^3.0.0", | ||
"@material-ui/icons": "^4.0.1", | ||
"@types/react": "^16.8.19", | ||
"@types/react-dom": "^16.8.4", | ||
"archiver": "^3.0.0", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-draggable": "^3.3.0" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,25 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>ProtoGraphQL</title> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"> | ||
<!-- Fonts to support Material Design --> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" /> | ||
<!-- Icons to support Material Design --> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> | ||
<!-- Roboto font --> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> | ||
<!-- icons library --> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" | ||
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script src="bundle.js"></script> | ||
</body> | ||
|
||
</html> |
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