Skip to content

Commit

Permalink
chore: let's try to remove twing
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Apr 4, 2024
1 parent afd9e77 commit f9c440e
Show file tree
Hide file tree
Showing 9 changed files with 216 additions and 300 deletions.
1 change: 0 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@
"trufflesecurity",
"tsbuildinfo",
"tsconfigs",
"twing",
"typeorm",
"Udemy",
"ulimits",
Expand Down
1 change: 0 additions & 1 deletion apps/desktop-timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"sound-play": "1.1.0",
"sqlite3": "^5.1.7",
"squirrelly": "^8.0.8",
"twing": "^5.0.2",
"underscore": "^1.13.3",
"undici": "^6.10.2"
},
Expand Down
341 changes: 170 additions & 171 deletions apps/desktop-timer/src/package.json
Original file line number Diff line number Diff line change
@@ -1,172 +1,171 @@
{
"name": "gauzy-desktop-timer",
"productName": "Gauzy Desktop Timer",
"version": "0.1.0",
"description": "Gauzy Desktop Timer",
"license": "AGPL-3.0",
"homepage": "https://gauzy.co",
"repository": {
"type": "git",
"url": "https://github.com/ever-co/ever-gauzy.git"
},
"bugs": {
"url": "https://github.com/ever-co/ever-gauzy/issues"
},
"private": true,
"author": {
"name": "Ever Co. LTD",
"email": "ever@ever.co",
"url": "https://ever.co"
},
"main": "index.js",
"workspaces": {
"packages": [
"../../../packages/contracts",
"../../../packages/desktop-window",
"../../../packages/desktop-libs"
]
},
"build": {
"appId": "com.ever.gauzydesktoptimer",
"artifactName": "${name}-${version}.${ext}",
"productName": "Gauzy Desktop Timer",
"copyright": "Copyright © 2019-Present. Ever Co. LTD",
"afterSign": "tools/notarize.js",
"dmg": {
"sign": false
},
"asar": true,
"npmRebuild": true,
"asarUnpack": [
"node_modules/screenshot-desktop/lib/win32",
"node_modules/@sentry/electron",
"node_modules/sqlite3/lib",
"node_modules/better-sqlite3",
"node_modules/@sentry/profiling-node/lib"
],
"directories": {
"buildResources": "icons",
"output": "../desktop-timer-packages"
},
"publish": [
{
"provider": "github",
"repo": "ever-gauzy-desktop-timer",
"releaseType": "release"
},
{
"provider": "spaces",
"name": "ever",
"region": "sfo3",
"path": "/ever-gauzy-desktop-timer",
"acl": "public-read"
}
],
"mac": {
"category": "public.app-category.developer-tools",
"icon": "icon.icns",
"target": [
"zip",
"dmg"
],
"asarUnpack": "**/*.node",
"artifactName": "${name}-${version}.${ext}",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "tools/build/entitlements.mas.plist",
"entitlementsInherit": "tools/build/entitlements.mas.plist",
"extendInfo": {
"NSAppleEventsUsageDescription": "Please allow access to script browser applications to detect the current URL when triggering instant lookup.",
"NSCameraUsageDescription": "Please allow access to Gauzy Desktop Timer to make screenshot"
}
},
"win": {
"publisherName": "Ever",
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
],
"icon": "icon.ico",
"verifyUpdateCodeSignature": false
},
"linux": {
"icon": "linux",
"target": [
"AppImage",
"deb",
"tar.gz"
],
"executableName": "gauzy-desktop-timer",
"artifactName": "${name}-${version}.${ext}",
"synopsis": "Desktop",
"category": "Development"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"allowToChangeInstallationDirectory": true,
"allowElevation": true,
"installerIcon": "icon.ico",
"artifactName": "${name}-${version}.${ext}",
"deleteAppDataOnUninstall": true,
"menuCategory": true
},
"extraResources": [
"./data/**/*",
"databaseDir",
{
"from": "assets",
"to": "assets"
}
],
"extraFiles": [
"./**/desktop-libs/**/migrations/*"
]
},
"dependencies": {
"@datorama/akita": "^7.1.1",
"@datorama/akita-ngdevtools": "^7.0.0",
"@electron/remote": "^2.0.8",
"@gauzy/contracts": "^0.1.0",
"@gauzy/desktop-libs": "^0.1.0",
"@gauzy/desktop-window": "^0.1.0",
"@sentry/electron": "^4.18.0",
"@sentry/profiling-node": "^7.101.1",
"@sentry/replay": "^7.101.1",
"@sentry/node": "^7.101.1",
"@sentry/tracing": "^7.101.1",
"@sentry/types": "^7.101.1",
"auto-launch": "5.0.5",
"consolidate": "^0.16.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.7",
"electron-util": "^0.17.2",
"embedded-queue": "^0.0.11",
"ffi-napi": "^4.0.3",
"form-data": "^3.0.0",
"htmlparser2": "^8.0.2",
"iconv": "^3.0.1",
"knex": "^3.1.0",
"mac-screen-capture-permissions": "^2.1.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.7",
"node-notifier": "^8.0.0",
"pg": "^8.11.4",
"pg-query-stream": "^4.5.4",
"screenshot-desktop": "^1.15.0",
"sound-play": "1.1.0",
"sqlite3": "^5.1.7",
"squirrelly": "^8.0.8",
"tslib": "^2.3.0",
"twing": "^5.0.2",
"underscore": "^1.13.3",
"undici": "^6.10.2"
}
}
"name": "gauzy-desktop-timer",
"productName": "Gauzy Desktop Timer",
"version": "0.1.0",
"description": "Gauzy Desktop Timer",
"license": "AGPL-3.0",
"homepage": "https://gauzy.co",
"repository": {
"type": "git",
"url": "https://github.com/ever-co/ever-gauzy.git"
},
"bugs": {
"url": "https://github.com/ever-co/ever-gauzy/issues"
},
"private": true,
"author": {
"name": "Ever Co. LTD",
"email": "ever@ever.co",
"url": "https://ever.co"
},
"main": "index.js",
"workspaces": {
"packages": [
"../../../packages/contracts",
"../../../packages/desktop-window",
"../../../packages/desktop-libs"
]
},
"build": {
"appId": "com.ever.gauzydesktoptimer",
"artifactName": "${name}-${version}.${ext}",
"productName": "Gauzy Desktop Timer",
"copyright": "Copyright © 2019-Present. Ever Co. LTD",
"afterSign": "tools/notarize.js",
"dmg": {
"sign": false
},
"asar": true,
"npmRebuild": true,
"asarUnpack": [
"node_modules/screenshot-desktop/lib/win32",
"node_modules/@sentry/electron",
"node_modules/sqlite3/lib",
"node_modules/better-sqlite3",
"node_modules/@sentry/profiling-node/lib"
],
"directories": {
"buildResources": "icons",
"output": "../desktop-timer-packages"
},
"publish": [
{
"provider": "github",
"repo": "ever-gauzy-desktop-timer",
"releaseType": "release"
},
{
"provider": "spaces",
"name": "ever",
"region": "sfo3",
"path": "/ever-gauzy-desktop-timer",
"acl": "public-read"
}
],
"mac": {
"category": "public.app-category.developer-tools",
"icon": "icon.icns",
"target": [
"zip",
"dmg"
],
"asarUnpack": "**/*.node",
"artifactName": "${name}-${version}.${ext}",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "tools/build/entitlements.mas.plist",
"entitlementsInherit": "tools/build/entitlements.mas.plist",
"extendInfo": {
"NSAppleEventsUsageDescription": "Please allow access to script browser applications to detect the current URL when triggering instant lookup.",
"NSCameraUsageDescription": "Please allow access to Gauzy Desktop Timer to make screenshot"
}
},
"win": {
"publisherName": "Ever",
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
],
"icon": "icon.ico",
"verifyUpdateCodeSignature": false
},
"linux": {
"icon": "linux",
"target": [
"AppImage",
"deb",
"tar.gz"
],
"executableName": "gauzy-desktop-timer",
"artifactName": "${name}-${version}.${ext}",
"synopsis": "Desktop",
"category": "Development"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"allowToChangeInstallationDirectory": true,
"allowElevation": true,
"installerIcon": "icon.ico",
"artifactName": "${name}-${version}.${ext}",
"deleteAppDataOnUninstall": true,
"menuCategory": true
},
"extraResources": [
"./data/**/*",
"databaseDir",
{
"from": "assets",
"to": "assets"
}
],
"extraFiles": [
"./**/desktop-libs/**/migrations/*"
]
},
"dependencies": {
"@datorama/akita": "^7.1.1",
"@datorama/akita-ngdevtools": "^7.0.0",
"@electron/remote": "^2.0.8",
"@gauzy/contracts": "^0.1.0",
"@gauzy/desktop-libs": "^0.1.0",
"@gauzy/desktop-window": "^0.1.0",
"@sentry/electron": "^4.18.0",
"@sentry/profiling-node": "^7.101.1",
"@sentry/replay": "^7.101.1",
"@sentry/node": "^7.101.1",
"@sentry/tracing": "^7.101.1",
"@sentry/types": "^7.101.1",
"auto-launch": "5.0.5",
"consolidate": "^0.16.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.7",
"electron-util": "^0.17.2",
"embedded-queue": "^0.0.11",
"ffi-napi": "^4.0.3",
"form-data": "^3.0.0",
"htmlparser2": "^8.0.2",
"iconv": "^3.0.1",
"knex": "^3.1.0",
"mac-screen-capture-permissions": "^2.1.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.7",
"node-notifier": "^8.0.0",
"pg": "^8.11.4",
"pg-query-stream": "^4.5.4",
"screenshot-desktop": "^1.15.0",
"sound-play": "1.1.0",
"sqlite3": "^5.1.7",
"squirrelly": "^8.0.8",
"tslib": "^2.3.0",
"underscore": "^1.13.3",
"undici": "^6.10.2"
}
}
1 change: 0 additions & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"sound-play": "1.1.0",
"sqlite3": "^5.1.7",
"squirrelly": "^8.0.8",
"twing": "^5.0.2",
"typeorm": "^0.3.20",
"undici": "^6.10.2"
},
Expand Down
1 change: 0 additions & 1 deletion apps/desktop/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
"sqlite3": "^5.1.7",
"squirrelly": "^8.0.8",
"tslib": "^2.3.0",
"twing": "^5.0.2",
"underscore": "^1.13.3",
"screenshot-desktop": "^1.15.0",
"mac-screen-capture-permissions": "^2.1.0",
Expand Down
1 change: 0 additions & 1 deletion apps/gauzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
"squirrelly": "^8.0.8",
"swiper": "^8.3.1",
"tslib": "^2.3.0",
"twing": "^5.0.2",
"typeface-exo": "^0.0.61",
"underscore": "^1.13.3",
"underscore.string": "^3.3.6",
Expand Down
1 change: 0 additions & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"rxjs": "^7.4.0",
"sqlite3": "^5.1.7",
"squirrelly": "^8.0.8",
"twing": "^5.0.2",
"typeorm": "^0.3.20",
"undici": "^6.10.2"
},
Expand Down
1 change: 0 additions & 1 deletion apps/server/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
"sqlite3": "^5.1.7",
"squirrelly": "^8.0.8",
"tslib": "^2.3.0",
"twing": "^5.0.2",
"underscore": "^1.13.3",
"undici": "^6.10.2"
},
Expand Down
Loading

0 comments on commit f9c440e

Please sign in to comment.