Skip to content

Commit

Permalink
Remove temporary deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Aug 16, 2024
1 parent 666cc2b commit b6d292a
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 213 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/deploy2.yml

This file was deleted.

126 changes: 63 additions & 63 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
{
"name": "ariton",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"deploy": "ng deploy app",
"i18n": "ng extract-i18n --format=json --output-path src/locale"
},
"repository": {
"type": "git",
"url": "git+https://github.com/block-core/ariton.git"
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular/animations": "^18.1.4",
"@angular/cdk": "^18.1.4",
"@angular/common": "^18.1.4",
"@angular/compiler": "^18.1.4",
"@angular/core": "^18.1.4",
"@angular/forms": "^18.1.4",
"@angular/material": "^18.1.4",
"@angular/platform-browser": "^18.1.4",
"@angular/platform-browser-dynamic": "^18.1.4",
"@angular/router": "^18.1.4",
"@angular/service-worker": "^18.1.4",
"@scure/bip39": "^1.3.0",
"@web5/agent": "^0.4.1",
"@web5/api": "^0.10.0",
"@web5/credentials": "^1.0.4",
"@web5/crypto": "^1.0.2",
"@web5/dids": "^1.1.2",
"@web5/identity-agent": "^0.4.1",
"@zxing/ngx-scanner": "^18.0.1",
"cropperjs": "^1.6.2",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"qrcode": "^1.5.4",
"rxjs": "~7.8.1",
"stream": "^0.0.3",
"stream-browserify": "^3.0.0",
"tslib": "^2.6.3",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.4",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "^18.1.4",
"@angular/localize": "^18.1.4",
"@types/jasmine": "~5.1.4",
"@types/qrcode": "^1.5.5",
"angular-cli-ghpages": "^2.0.1",
"jasmine-core": "~5.2.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.5.4"
}
"name": "ariton-admin",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"deploy": "ng deploy app",
"i18n": "ng extract-i18n --format=json --output-path src/locale"
},
"repository": {
"type": "git",
"url": "git+https://github.com/block-core/ariton-admin.git"
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular/animations": "^18.1.4",
"@angular/cdk": "^18.1.4",
"@angular/common": "^18.1.4",
"@angular/compiler": "^18.1.4",
"@angular/core": "^18.1.4",
"@angular/forms": "^18.1.4",
"@angular/material": "^18.1.4",
"@angular/platform-browser": "^18.1.4",
"@angular/platform-browser-dynamic": "^18.1.4",
"@angular/router": "^18.1.4",
"@angular/service-worker": "^18.1.4",
"@scure/bip39": "^1.3.0",
"@web5/agent": "^0.4.1",
"@web5/api": "^0.10.0",
"@web5/credentials": "^1.0.4",
"@web5/crypto": "^1.0.2",
"@web5/dids": "^1.1.2",
"@web5/identity-agent": "^0.4.1",
"@zxing/ngx-scanner": "^18.0.1",
"cropperjs": "^1.6.2",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"qrcode": "^1.5.4",
"rxjs": "~7.8.1",
"stream": "^0.0.3",
"stream-browserify": "^3.0.0",
"tslib": "^2.6.3",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.4",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "^18.1.4",
"@angular/localize": "^18.1.4",
"@types/jasmine": "~5.1.4",
"@types/qrcode": "^1.5.5",
"angular-cli-ghpages": "^2.0.1",
"jasmine-core": "~5.2.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.5.4"
}
}
212 changes: 99 additions & 113 deletions app/public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,115 +1,101 @@
{
"name": "Ariton",
"version": "0.0.1",
"author": "Team Ariton",
"description": "Freedom to Connect, Power to Own",
"orientation": "any",
"short_name": "Ariton",
"theme_color": "#1b1c18",
"background_color": "#1b1c18",
"display": "standalone",
"scope": "./",
"start_url": "./",
"categories": ["tools"],
"edge_side_panel": {},
"protocol_handlers": [
{
"protocol": "web+ariton",
"url": "/index.html?data=%s"
},
{
"protocol": "web+a",
"url": "/index.html?data=%s"
},
{
"protocol": "web+data",
"url": "/index.html?data=%s"
}
],
"screenshots": [
{
"src": "icons/ariton-screenshot-01.png",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Community Discovery screen"
},
{
"src": "icons/ariton-screenshot-02.png",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Open standards"
},
{
"src": "icons/ariton-screenshot-03.png",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Freedom to Connect, Power to Own"
},
{
"src": "icons/ariton-screenshot-04.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Community Discovery screen"
},
{
"src": "icons/ariton-screenshot-05.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Open standards"
},
{
"src": "icons/ariton-screenshot-06.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Freedom to Connect, Power to Own"
}
],
"icons": [
{
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
"name": "Ariton: Admin",
"version": "0.0.1",
"author": "Team Ariton",
"description": "Administration of Ariton",
"orientation": "any",
"short_name": "AritonAdmin",
"theme_color": "#1b1c18",
"background_color": "#1b1c18",
"display": "standalone",
"scope": "./",
"start_url": "./",
"categories": ["tools"],
"edge_side_panel": {},
"screenshots": [
{
"src": "icons/ariton-screenshot-01.png",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Community Discovery screen"
},
{
"src": "icons/ariton-screenshot-02.png",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Open standards"
},
{
"src": "icons/ariton-screenshot-03.png",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Freedom to Connect, Power to Own"
},
{
"src": "icons/ariton-screenshot-04.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Community Discovery screen"
},
{
"src": "icons/ariton-screenshot-05.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Open standards"
},
{
"src": "icons/ariton-screenshot-06.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Freedom to Connect, Power to Own"
}
],
"icons": [
{
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
2 changes: 1 addition & 1 deletion app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Ariton</title>
<title>Ariton: Admin</title>
<base href="/" />

<!-- This also requires same headers from server. -->
Expand Down

0 comments on commit b6d292a

Please sign in to comment.