mirror of
https://github.com/logseq/logseq.git
synced 2026-05-20 19:02:23 +00:00
fix: migrate capacitor fully to v8
This commit is contained in:
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
|
||||
apply plugin: 'org.jetbrains.kotlin.plugin.compose'
|
||||
|
||||
android {
|
||||
namespace "com.logseq.app"
|
||||
namespace = "com.logseq.app"
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
defaultConfig {
|
||||
applicationId "com.logseq.app"
|
||||
@@ -17,7 +17,7 @@ android {
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
// Default: https://android.googlesource.com/platform/frameworks/base/+/282e181b58cf72b6ca770dc7ca5f91f135444502/tools/aapt/AaptAssets.cpp#61
|
||||
ignoreAssetsPattern '!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~'
|
||||
ignoreAssetsPattern = '!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~'
|
||||
}
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name="com.logseq.app.MainActivity"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation|density"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:label="@string/title_activity_main"
|
||||
|
||||
@@ -13,8 +13,8 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.7.2'
|
||||
classpath 'com.google.gms:google-services:4.4.2'
|
||||
classpath 'com.android.tools.build:gradle:8.13.0'
|
||||
classpath 'com.google.gms:google-services:4.4.4'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:$composeCompilerVersion"
|
||||
|
||||
|
||||
@@ -1,57 +1,57 @@
|
||||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
||||
include ':capacitor-android'
|
||||
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
|
||||
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/android/capacitor')
|
||||
|
||||
include ':aparajita-capacitor-secure-storage'
|
||||
project(':aparajita-capacitor-secure-storage').projectDir = new File('../node_modules/@aparajita/capacitor-secure-storage/android')
|
||||
project(':aparajita-capacitor-secure-storage').projectDir = new File('../node_modules/.pnpm/@aparajita+capacitor-secure-storage@8.0.0/node_modules/@aparajita/capacitor-secure-storage/android')
|
||||
|
||||
include ':capacitor-community-safe-area'
|
||||
project(':capacitor-community-safe-area').projectDir = new File('../node_modules/@capacitor-community/safe-area/android')
|
||||
project(':capacitor-community-safe-area').projectDir = new File('../node_modules/.pnpm/@capacitor-community+safe-area@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor-community/safe-area/android')
|
||||
|
||||
include ':capacitor-action-sheet'
|
||||
project(':capacitor-action-sheet').projectDir = new File('../node_modules/@capacitor/action-sheet/android')
|
||||
project(':capacitor-action-sheet').projectDir = new File('../node_modules/.pnpm/@capacitor+action-sheet@8.1.1_@capacitor+core@8.3.1/node_modules/@capacitor/action-sheet/android')
|
||||
|
||||
include ':capacitor-app'
|
||||
project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')
|
||||
project(':capacitor-app').projectDir = new File('../node_modules/.pnpm/@capacitor+app@8.1.0_@capacitor+core@8.3.1/node_modules/@capacitor/app/android')
|
||||
|
||||
include ':capacitor-camera'
|
||||
project(':capacitor-camera').projectDir = new File('../node_modules/@capacitor/camera/android')
|
||||
project(':capacitor-camera').projectDir = new File('../node_modules/.pnpm/@capacitor+camera@8.2.0_@capacitor+core@8.3.1/node_modules/@capacitor/camera/android')
|
||||
|
||||
include ':capacitor-clipboard'
|
||||
project(':capacitor-clipboard').projectDir = new File('../node_modules/@capacitor/clipboard/android')
|
||||
project(':capacitor-clipboard').projectDir = new File('../node_modules/.pnpm/@capacitor+clipboard@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/clipboard/android')
|
||||
|
||||
include ':capacitor-device'
|
||||
project(':capacitor-device').projectDir = new File('../node_modules/@capacitor/device/android')
|
||||
project(':capacitor-device').projectDir = new File('../node_modules/.pnpm/@capacitor+device@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/device/android')
|
||||
|
||||
include ':capacitor-dialog'
|
||||
project(':capacitor-dialog').projectDir = new File('../node_modules/@capacitor/dialog/android')
|
||||
project(':capacitor-dialog').projectDir = new File('../node_modules/.pnpm/@capacitor+dialog@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/dialog/android')
|
||||
|
||||
include ':capacitor-filesystem'
|
||||
project(':capacitor-filesystem').projectDir = new File('../node_modules/@capacitor/filesystem/android')
|
||||
project(':capacitor-filesystem').projectDir = new File('../node_modules/.pnpm/@capacitor+filesystem@8.1.2_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem/android')
|
||||
|
||||
include ':capacitor-haptics'
|
||||
project(':capacitor-haptics').projectDir = new File('../node_modules/@capacitor/haptics/android')
|
||||
project(':capacitor-haptics').projectDir = new File('../node_modules/.pnpm/@capacitor+haptics@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/haptics/android')
|
||||
|
||||
include ':capacitor-keyboard'
|
||||
project(':capacitor-keyboard').projectDir = new File('../node_modules/@capacitor/keyboard/android')
|
||||
project(':capacitor-keyboard').projectDir = new File('../node_modules/.pnpm/@capacitor+keyboard@8.0.3_@capacitor+core@8.3.1/node_modules/@capacitor/keyboard/android')
|
||||
|
||||
include ':capacitor-network'
|
||||
project(':capacitor-network').projectDir = new File('../node_modules/@capacitor/network/android')
|
||||
project(':capacitor-network').projectDir = new File('../node_modules/.pnpm/@capacitor+network@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/network/android')
|
||||
|
||||
include ':capacitor-share'
|
||||
project(':capacitor-share').projectDir = new File('../node_modules/@capacitor/share/android')
|
||||
project(':capacitor-share').projectDir = new File('../node_modules/.pnpm/@capacitor+share@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/share/android')
|
||||
|
||||
include ':capacitor-splash-screen'
|
||||
project(':capacitor-splash-screen').projectDir = new File('../node_modules/@capacitor/splash-screen/android')
|
||||
project(':capacitor-splash-screen').projectDir = new File('../node_modules/.pnpm/@capacitor+splash-screen@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/splash-screen/android')
|
||||
|
||||
include ':capacitor-status-bar'
|
||||
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')
|
||||
project(':capacitor-status-bar').projectDir = new File('../node_modules/.pnpm/@capacitor+status-bar@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/status-bar/android')
|
||||
|
||||
include ':capgo-capacitor-navigation-bar'
|
||||
project(':capgo-capacitor-navigation-bar').projectDir = new File('../node_modules/@capgo/capacitor-navigation-bar/android')
|
||||
project(':capgo-capacitor-navigation-bar').projectDir = new File('../node_modules/.pnpm/@capgo+capacitor-navigation-bar@8.1.5_@capacitor+core@8.3.1/node_modules/@capgo/capacitor-navigation-bar/android')
|
||||
|
||||
include ':send-intent'
|
||||
project(':send-intent').projectDir = new File('../node_modules/send-intent/android')
|
||||
project(':send-intent').projectDir = new File('../node_modules/.pnpm/send-intent@7.0.0_@capacitor+core@8.3.1/node_modules/send-intent/android')
|
||||
|
||||
include ':jcesarmobile-ssl-skip'
|
||||
project(':jcesarmobile-ssl-skip').projectDir = new File('../node_modules/@jcesarmobile/ssl-skip/android')
|
||||
project(':jcesarmobile-ssl-skip').projectDir = new File('../node_modules/.pnpm/@jcesarmobile+ssl-skip@0.9.0/node_modules/@jcesarmobile/ssl-skip/android')
|
||||
|
||||
BIN
android/gradle/wrapper/gradle-wrapper.jar
vendored
BIN
android/gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
9
android/gradlew
vendored
9
android/gradlew
vendored
@@ -86,8 +86,7 @@ done
|
||||
# shellcheck disable=SC2034
|
||||
APP_BASE_NAME=${0##*/}
|
||||
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
||||
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
|
||||
' "$PWD" ) || exit
|
||||
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
|
||||
|
||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||
MAX_FD=maximum
|
||||
@@ -115,7 +114,7 @@ case "$( uname )" in #(
|
||||
NONSTOP* ) nonstop=true ;;
|
||||
esac
|
||||
|
||||
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
||||
CLASSPATH="\\\"\\\""
|
||||
|
||||
|
||||
# Determine the Java command to use to start the JVM.
|
||||
@@ -206,7 +205,7 @@ fi
|
||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||
|
||||
# Collect all arguments for the java command:
|
||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||
# and any embedded shellness will be escaped.
|
||||
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
||||
# treated as '${Hostname}' itself on the command line.
|
||||
@@ -214,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||
set -- \
|
||||
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
||||
-classpath "$CLASSPATH" \
|
||||
org.gradle.wrapper.GradleWrapperMain \
|
||||
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
|
||||
"$@"
|
||||
|
||||
# Stop when "xargs" is not available.
|
||||
|
||||
4
android/gradlew.bat
vendored
4
android/gradlew.bat
vendored
@@ -70,11 +70,11 @@ goto fail
|
||||
:execute
|
||||
@rem Setup the command line
|
||||
|
||||
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
||||
set CLASSPATH=
|
||||
|
||||
|
||||
@rem Execute Gradle
|
||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
|
||||
|
||||
:end
|
||||
@rem End local scope for the variables with windows NT shell
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
ext {
|
||||
minSdkVersion = 23
|
||||
compileSdkVersion = 35
|
||||
targetSdkVersion = 35
|
||||
androidxActivityVersion = '1.9.2'
|
||||
androidxAppCompatVersion = '1.7.0'
|
||||
androidxCoordinatorLayoutVersion = '1.2.0'
|
||||
androidxCoreVersion = '1.15.0'
|
||||
androidxCoreKTXVersion = '1.15.0'
|
||||
minSdkVersion = 24
|
||||
compileSdkVersion = 36
|
||||
targetSdkVersion = 36
|
||||
androidxActivityVersion = '1.11.0'
|
||||
androidxAppCompatVersion = '1.7.1'
|
||||
androidxCoordinatorLayoutVersion = '1.3.0'
|
||||
androidxCoreVersion = '1.17.0'
|
||||
androidxCoreKTXVersion = '1.17.0'
|
||||
androidxNavigationVersion = '2.9.6'
|
||||
androidxFragmentVersion = '1.8.4'
|
||||
androidxFragmentVersion = '1.8.9'
|
||||
junitVersion = '4.13.2'
|
||||
androidxJunitVersion = '1.2.1'
|
||||
androidxEspressoCoreVersion = '3.6.1'
|
||||
cordovaAndroidVersion = '10.1.1'
|
||||
coreSplashScreenVersion = '1.0.1'
|
||||
androidxWebkitVersion = '1.12.1'
|
||||
androidxJunitVersion = '1.3.0'
|
||||
androidxEspressoCoreVersion = '3.7.0'
|
||||
cordovaAndroidVersion = '14.0.1'
|
||||
coreSplashScreenVersion = '1.2.0'
|
||||
androidxWebkitVersion = '1.14.0'
|
||||
materialVersion = '1.12.0'
|
||||
composeBomVersion = '2024.09.02'
|
||||
composeCompilerVersion = '1.7.0'
|
||||
|
||||
@@ -593,7 +593,7 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
@@ -647,7 +647,7 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
@@ -671,7 +671,7 @@
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = App/Info.plist;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@@ -704,7 +704,7 @@
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = App/Info.plist;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@@ -734,7 +734,7 @@
|
||||
INFOPLIST_FILE = ShareViewController/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@@ -767,7 +767,7 @@
|
||||
INFOPLIST_FILE = ShareViewController/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@@ -804,7 +804,7 @@
|
||||
INFOPLIST_FILE = shortcuts/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = shortcuts;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@@ -846,7 +846,7 @@
|
||||
INFOPLIST_FILE = shortcuts/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = shortcuts;
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require_relative '../../node_modules/@capacitor/ios/scripts/pods_helpers'
|
||||
require_relative '../../node_modules/.pnpm/@capacitor+ios@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/ios/scripts/pods_helpers'
|
||||
|
||||
platform :ios, '14.0'
|
||||
platform :ios, '15.0'
|
||||
use_frameworks!
|
||||
|
||||
# workaround to avoid Xcode caching of Pods that requires
|
||||
@@ -9,26 +9,26 @@ use_frameworks!
|
||||
install! 'cocoapods', :disable_input_output_paths => true
|
||||
|
||||
def capacitor_pods
|
||||
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
|
||||
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
|
||||
pod 'AparajitaCapacitorSecureStorage', :path => '../../node_modules/@aparajita/capacitor-secure-storage'
|
||||
pod 'CapacitorCommunitySafeArea', :path => '../../node_modules/@capacitor-community/safe-area'
|
||||
pod 'CapacitorActionSheet', :path => '../../node_modules/@capacitor/action-sheet'
|
||||
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
|
||||
pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera'
|
||||
pod 'CapacitorClipboard', :path => '../../node_modules/@capacitor/clipboard'
|
||||
pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device'
|
||||
pod 'CapacitorDialog', :path => '../../node_modules/@capacitor/dialog'
|
||||
pod 'CapacitorFilesystem', :path => '../../node_modules/@capacitor/filesystem'
|
||||
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
|
||||
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
|
||||
pod 'CapacitorNetwork', :path => '../../node_modules/@capacitor/network'
|
||||
pod 'CapacitorShare', :path => '../../node_modules/@capacitor/share'
|
||||
pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
|
||||
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
|
||||
pod 'CapgoCapacitorNavigationBar', :path => '../../node_modules/@capgo/capacitor-navigation-bar'
|
||||
pod 'SendIntent', :path => '../../node_modules/send-intent'
|
||||
pod 'JcesarmobileSslSkip', :path => '../../node_modules/@jcesarmobile/ssl-skip'
|
||||
pod 'Capacitor', :path => '../../node_modules/.pnpm/@capacitor+ios@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/ios'
|
||||
pod 'CapacitorCordova', :path => '../../node_modules/.pnpm/@capacitor+ios@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/ios'
|
||||
pod 'AparajitaCapacitorSecureStorage', :path => '../../node_modules/.pnpm/@aparajita+capacitor-secure-storage@8.0.0/node_modules/@aparajita/capacitor-secure-storage'
|
||||
pod 'CapacitorCommunitySafeArea', :path => '../../node_modules/.pnpm/@capacitor-community+safe-area@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor-community/safe-area'
|
||||
pod 'CapacitorActionSheet', :path => '../../node_modules/.pnpm/@capacitor+action-sheet@8.1.1_@capacitor+core@8.3.1/node_modules/@capacitor/action-sheet'
|
||||
pod 'CapacitorApp', :path => '../../node_modules/.pnpm/@capacitor+app@8.1.0_@capacitor+core@8.3.1/node_modules/@capacitor/app'
|
||||
pod 'CapacitorCamera', :path => '../../node_modules/.pnpm/@capacitor+camera@8.2.0_@capacitor+core@8.3.1/node_modules/@capacitor/camera'
|
||||
pod 'CapacitorClipboard', :path => '../../node_modules/.pnpm/@capacitor+clipboard@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/clipboard'
|
||||
pod 'CapacitorDevice', :path => '../../node_modules/.pnpm/@capacitor+device@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/device'
|
||||
pod 'CapacitorDialog', :path => '../../node_modules/.pnpm/@capacitor+dialog@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/dialog'
|
||||
pod 'CapacitorFilesystem', :path => '../../node_modules/.pnpm/@capacitor+filesystem@8.1.2_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem'
|
||||
pod 'CapacitorHaptics', :path => '../../node_modules/.pnpm/@capacitor+haptics@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/haptics'
|
||||
pod 'CapacitorKeyboard', :path => '../../node_modules/.pnpm/@capacitor+keyboard@8.0.3_@capacitor+core@8.3.1/node_modules/@capacitor/keyboard'
|
||||
pod 'CapacitorNetwork', :path => '../../node_modules/.pnpm/@capacitor+network@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/network'
|
||||
pod 'CapacitorShare', :path => '../../node_modules/.pnpm/@capacitor+share@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/share'
|
||||
pod 'CapacitorSplashScreen', :path => '../../node_modules/.pnpm/@capacitor+splash-screen@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/splash-screen'
|
||||
pod 'CapacitorStatusBar', :path => '../../node_modules/.pnpm/@capacitor+status-bar@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/status-bar'
|
||||
pod 'CapgoCapacitorNavigationBar', :path => '../../node_modules/.pnpm/@capgo+capacitor-navigation-bar@8.1.5_@capacitor+core@8.3.1/node_modules/@capgo/capacitor-navigation-bar'
|
||||
pod 'SendIntent', :path => '../../node_modules/.pnpm/send-intent@7.0.0_@capacitor+core@8.3.1/node_modules/send-intent'
|
||||
pod 'JcesarmobileSslSkip', :path => '../../node_modules/.pnpm/@jcesarmobile+ssl-skip@0.9.0/node_modules/@jcesarmobile/ssl-skip'
|
||||
end
|
||||
|
||||
target 'Logseq' do
|
||||
|
||||
@@ -2,29 +2,30 @@ PODS:
|
||||
- AparajitaCapacitorSecureStorage (8.0.0):
|
||||
- Capacitor
|
||||
- KeychainSwift (~> 21.0)
|
||||
- Capacitor (8.2.0):
|
||||
- Capacitor (8.3.1):
|
||||
- CapacitorCordova
|
||||
- CapacitorActionSheet (8.1.0):
|
||||
- CapacitorActionSheet (8.1.1):
|
||||
- Capacitor
|
||||
- CapacitorApp (8.0.1):
|
||||
- CapacitorApp (8.1.0):
|
||||
- Capacitor
|
||||
- CapacitorCamera (8.0.2):
|
||||
- CapacitorCamera (8.2.0):
|
||||
- Capacitor
|
||||
- IONCameraLib (~> 1.0.4)
|
||||
- CapacitorClipboard (8.0.1):
|
||||
- Capacitor
|
||||
- CapacitorCommunitySafeArea (8.0.1):
|
||||
- Capacitor
|
||||
- CapacitorCordova (8.2.0)
|
||||
- CapacitorDevice (8.0.1):
|
||||
- CapacitorCordova (8.3.1)
|
||||
- CapacitorDevice (8.0.2):
|
||||
- Capacitor
|
||||
- CapacitorDialog (8.0.1):
|
||||
- Capacitor
|
||||
- CapacitorFilesystem (8.1.2):
|
||||
- Capacitor
|
||||
- IONFilesystemLib (~> 1.1.1)
|
||||
- CapacitorHaptics (8.0.1):
|
||||
- CapacitorHaptics (8.0.2):
|
||||
- Capacitor
|
||||
- CapacitorKeyboard (8.0.1):
|
||||
- CapacitorKeyboard (8.0.3):
|
||||
- Capacitor
|
||||
- CapacitorNetwork (8.0.1):
|
||||
- Capacitor
|
||||
@@ -32,11 +33,12 @@ PODS:
|
||||
- Capacitor
|
||||
- CapacitorSplashScreen (8.0.1):
|
||||
- Capacitor
|
||||
- CapacitorStatusBar (8.0.1):
|
||||
- CapacitorStatusBar (8.0.2):
|
||||
- Capacitor
|
||||
- CapgoCapacitorNavigationBar (8.0.25):
|
||||
- CapgoCapacitorNavigationBar (8.1.5):
|
||||
- Capacitor
|
||||
- Drops (1.7.0)
|
||||
- IONCameraLib (1.0.4)
|
||||
- IONFilesystemLib (1.1.2)
|
||||
- JcesarmobileSslSkip (0.9.0):
|
||||
- Capacitor
|
||||
@@ -45,77 +47,78 @@ PODS:
|
||||
- Capacitor
|
||||
|
||||
DEPENDENCIES:
|
||||
- "AparajitaCapacitorSecureStorage (from `../../node_modules/@aparajita/capacitor-secure-storage`)"
|
||||
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
|
||||
- "CapacitorActionSheet (from `../../node_modules/@capacitor/action-sheet`)"
|
||||
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
|
||||
- "CapacitorCamera (from `../../node_modules/@capacitor/camera`)"
|
||||
- "CapacitorClipboard (from `../../node_modules/@capacitor/clipboard`)"
|
||||
- "CapacitorCommunitySafeArea (from `../../node_modules/@capacitor-community/safe-area`)"
|
||||
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
|
||||
- "CapacitorDevice (from `../../node_modules/@capacitor/device`)"
|
||||
- "CapacitorDialog (from `../../node_modules/@capacitor/dialog`)"
|
||||
- "CapacitorFilesystem (from `../../node_modules/@capacitor/filesystem`)"
|
||||
- "CapacitorHaptics (from `../../node_modules/@capacitor/haptics`)"
|
||||
- "CapacitorKeyboard (from `../../node_modules/@capacitor/keyboard`)"
|
||||
- "CapacitorNetwork (from `../../node_modules/@capacitor/network`)"
|
||||
- "CapacitorShare (from `../../node_modules/@capacitor/share`)"
|
||||
- "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
|
||||
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"
|
||||
- "CapgoCapacitorNavigationBar (from `../../node_modules/@capgo/capacitor-navigation-bar`)"
|
||||
- "AparajitaCapacitorSecureStorage (from `../../node_modules/.pnpm/@aparajita+capacitor-secure-storage@8.0.0/node_modules/@aparajita/capacitor-secure-storage`)"
|
||||
- "Capacitor (from `../../node_modules/.pnpm/@capacitor+ios@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/ios`)"
|
||||
- "CapacitorActionSheet (from `../../node_modules/.pnpm/@capacitor+action-sheet@8.1.1_@capacitor+core@8.3.1/node_modules/@capacitor/action-sheet`)"
|
||||
- "CapacitorApp (from `../../node_modules/.pnpm/@capacitor+app@8.1.0_@capacitor+core@8.3.1/node_modules/@capacitor/app`)"
|
||||
- "CapacitorCamera (from `../../node_modules/.pnpm/@capacitor+camera@8.2.0_@capacitor+core@8.3.1/node_modules/@capacitor/camera`)"
|
||||
- "CapacitorClipboard (from `../../node_modules/.pnpm/@capacitor+clipboard@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/clipboard`)"
|
||||
- "CapacitorCommunitySafeArea (from `../../node_modules/.pnpm/@capacitor-community+safe-area@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor-community/safe-area`)"
|
||||
- "CapacitorCordova (from `../../node_modules/.pnpm/@capacitor+ios@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/ios`)"
|
||||
- "CapacitorDevice (from `../../node_modules/.pnpm/@capacitor+device@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/device`)"
|
||||
- "CapacitorDialog (from `../../node_modules/.pnpm/@capacitor+dialog@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/dialog`)"
|
||||
- "CapacitorFilesystem (from `../../node_modules/.pnpm/@capacitor+filesystem@8.1.2_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem`)"
|
||||
- "CapacitorHaptics (from `../../node_modules/.pnpm/@capacitor+haptics@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/haptics`)"
|
||||
- "CapacitorKeyboard (from `../../node_modules/.pnpm/@capacitor+keyboard@8.0.3_@capacitor+core@8.3.1/node_modules/@capacitor/keyboard`)"
|
||||
- "CapacitorNetwork (from `../../node_modules/.pnpm/@capacitor+network@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/network`)"
|
||||
- "CapacitorShare (from `../../node_modules/.pnpm/@capacitor+share@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/share`)"
|
||||
- "CapacitorSplashScreen (from `../../node_modules/.pnpm/@capacitor+splash-screen@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/splash-screen`)"
|
||||
- "CapacitorStatusBar (from `../../node_modules/.pnpm/@capacitor+status-bar@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/status-bar`)"
|
||||
- "CapgoCapacitorNavigationBar (from `../../node_modules/.pnpm/@capgo+capacitor-navigation-bar@8.1.5_@capacitor+core@8.3.1/node_modules/@capgo/capacitor-navigation-bar`)"
|
||||
- Drops (from `https://github.com/omaralbeik/Drops.git`, tag `1.7.0`)
|
||||
- "JcesarmobileSslSkip (from `../../node_modules/@jcesarmobile/ssl-skip`)"
|
||||
- SendIntent (from `../../node_modules/send-intent`)
|
||||
- "JcesarmobileSslSkip (from `../../node_modules/.pnpm/@jcesarmobile+ssl-skip@0.9.0/node_modules/@jcesarmobile/ssl-skip`)"
|
||||
- "SendIntent (from `../../node_modules/.pnpm/send-intent@7.0.0_@capacitor+core@8.3.1/node_modules/send-intent`)"
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
- IONCameraLib
|
||||
- IONFilesystemLib
|
||||
- KeychainSwift
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
AparajitaCapacitorSecureStorage:
|
||||
:path: "../../node_modules/@aparajita/capacitor-secure-storage"
|
||||
:path: "../../node_modules/.pnpm/@aparajita+capacitor-secure-storage@8.0.0/node_modules/@aparajita/capacitor-secure-storage"
|
||||
Capacitor:
|
||||
:path: "../../node_modules/@capacitor/ios"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+ios@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/ios"
|
||||
CapacitorActionSheet:
|
||||
:path: "../../node_modules/@capacitor/action-sheet"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+action-sheet@8.1.1_@capacitor+core@8.3.1/node_modules/@capacitor/action-sheet"
|
||||
CapacitorApp:
|
||||
:path: "../../node_modules/@capacitor/app"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+app@8.1.0_@capacitor+core@8.3.1/node_modules/@capacitor/app"
|
||||
CapacitorCamera:
|
||||
:path: "../../node_modules/@capacitor/camera"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+camera@8.2.0_@capacitor+core@8.3.1/node_modules/@capacitor/camera"
|
||||
CapacitorClipboard:
|
||||
:path: "../../node_modules/@capacitor/clipboard"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+clipboard@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/clipboard"
|
||||
CapacitorCommunitySafeArea:
|
||||
:path: "../../node_modules/@capacitor-community/safe-area"
|
||||
:path: "../../node_modules/.pnpm/@capacitor-community+safe-area@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor-community/safe-area"
|
||||
CapacitorCordova:
|
||||
:path: "../../node_modules/@capacitor/ios"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+ios@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/ios"
|
||||
CapacitorDevice:
|
||||
:path: "../../node_modules/@capacitor/device"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+device@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/device"
|
||||
CapacitorDialog:
|
||||
:path: "../../node_modules/@capacitor/dialog"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+dialog@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/dialog"
|
||||
CapacitorFilesystem:
|
||||
:path: "../../node_modules/@capacitor/filesystem"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+filesystem@8.1.2_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem"
|
||||
CapacitorHaptics:
|
||||
:path: "../../node_modules/@capacitor/haptics"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+haptics@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/haptics"
|
||||
CapacitorKeyboard:
|
||||
:path: "../../node_modules/@capacitor/keyboard"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+keyboard@8.0.3_@capacitor+core@8.3.1/node_modules/@capacitor/keyboard"
|
||||
CapacitorNetwork:
|
||||
:path: "../../node_modules/@capacitor/network"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+network@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/network"
|
||||
CapacitorShare:
|
||||
:path: "../../node_modules/@capacitor/share"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+share@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/share"
|
||||
CapacitorSplashScreen:
|
||||
:path: "../../node_modules/@capacitor/splash-screen"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+splash-screen@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/splash-screen"
|
||||
CapacitorStatusBar:
|
||||
:path: "../../node_modules/@capacitor/status-bar"
|
||||
:path: "../../node_modules/.pnpm/@capacitor+status-bar@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/status-bar"
|
||||
CapgoCapacitorNavigationBar:
|
||||
:path: "../../node_modules/@capgo/capacitor-navigation-bar"
|
||||
:path: "../../node_modules/.pnpm/@capgo+capacitor-navigation-bar@8.1.5_@capacitor+core@8.3.1/node_modules/@capgo/capacitor-navigation-bar"
|
||||
Drops:
|
||||
:git: https://github.com/omaralbeik/Drops.git
|
||||
:tag: 1.7.0
|
||||
JcesarmobileSslSkip:
|
||||
:path: "../../node_modules/@jcesarmobile/ssl-skip"
|
||||
:path: "../../node_modules/.pnpm/@jcesarmobile+ssl-skip@0.9.0/node_modules/@jcesarmobile/ssl-skip"
|
||||
SendIntent:
|
||||
:path: "../../node_modules/send-intent"
|
||||
:path: "../../node_modules/.pnpm/send-intent@7.0.0_@capacitor+core@8.3.1/node_modules/send-intent"
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Drops:
|
||||
@@ -124,29 +127,30 @@ CHECKOUT OPTIONS:
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AparajitaCapacitorSecureStorage: 8128d05cafcb13b00448e20fb388a0edccd44b12
|
||||
Capacitor: 49a454e1cdbd520bc106a220adca7913536a4933
|
||||
CapacitorActionSheet: beba4b3fc77fb7ef4a532ee07fa90180855041e0
|
||||
CapacitorApp: 942306cd1acf7774a00e89a3986af3a67c8cad7a
|
||||
CapacitorCamera: 66bb9c4ea1703a5acf2a328bac0e613d278c399c
|
||||
Capacitor: 46dbaa89c1d1cd121b9fc2dc839c1f39cc49e326
|
||||
CapacitorActionSheet: c3394c32eb29990e73e9c6c5677e3b31eb46ad3f
|
||||
CapacitorApp: 449ffe26375e96f8aaaee625ac6e01e5c57c8650
|
||||
CapacitorCamera: 8f6acf83664118321111e76acef86390211ccb08
|
||||
CapacitorClipboard: c75fdaa6e622111119f35e7914ecfc67b05efecb
|
||||
CapacitorCommunitySafeArea: 91738f4ae7f47d2d94e06e429e16fb73cd8fdc48
|
||||
CapacitorCordova: a9ac88d84a1f5280f33b349fe50fce1902683ac0
|
||||
CapacitorDevice: ff033fa0c4ec19f5e059a073769a9b2347e69f57
|
||||
CapacitorCordova: 9010447fe25e869705fcf525e5f490facde87608
|
||||
CapacitorDevice: 14cba6f88d1c3074cbf825fea977c8c526453ff8
|
||||
CapacitorDialog: 854c5dac405081cae697c177ca43bcaa95ae67bf
|
||||
CapacitorFilesystem: 2db285a1ac6e475cc27cae2e1bea999000f9e2be
|
||||
CapacitorHaptics: 4df2c625445cef39b67ea635a21802bc92df3b82
|
||||
CapacitorKeyboard: 867eb4b3c901d9bb5c3d0c93b546185d52484e19
|
||||
CapacitorHaptics: 296f771ecd89c7a1bd92a7b6826a7d268e2e70f5
|
||||
CapacitorKeyboard: 31c8285d92c9d1410071d52449f16d2c6673b6f4
|
||||
CapacitorNetwork: 8812ce60d11fb63d8f2e4ba51a49b2e59892ebe2
|
||||
CapacitorShare: 0c58305114538568059bfc07111f22dcb9cb2a82
|
||||
CapacitorSplashScreen: 4b46c72298db552b3c57ce021ef028b6dc7f1fa7
|
||||
CapacitorStatusBar: 32206abd53b14f339763da26f71286deaa891e16
|
||||
CapgoCapacitorNavigationBar: 5c357983ba3352a606bbbe6fe7bb2c1f6d3f0e25
|
||||
CapacitorStatusBar: 01d5763b4ed720de5ce2edbc938de6a98f4c8f32
|
||||
CapgoCapacitorNavigationBar: fa8161edfef5a03b8fd551d962b6c5af45ad393e
|
||||
Drops: 5155b9ede54a2666b2129ac33f0734509b9f0784
|
||||
IONCameraLib: f2349804460bd9e3f892e42109b8d996ab3fa19d
|
||||
IONFilesystemLib: 21a63377696b2d8fab5632ecfb7d2ac67bddb68a
|
||||
JcesarmobileSslSkip: 0177378ba3aaa93bb02cb287f1363d5ca2c24fef
|
||||
KeychainSwift: 4a71a45c802fd9e73906457c2dcbdbdc06c9419d
|
||||
SendIntent: 8a6f646a4489f788d253ffbd1082a98ea388d870
|
||||
|
||||
PODFILE CHECKSUM: 1c189d247853db0fb95af02c1df130a117c2d626
|
||||
PODFILE CHECKSUM: cbe0ea6549f3dd4fc86276229afae9a13b3fc09c
|
||||
|
||||
COCOAPODS: 1.16.2
|
||||
|
||||
458
package.json
458
package.json
@@ -1,232 +1,232 @@
|
||||
{
|
||||
"name": "logseq",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"main": "static/electron.js",
|
||||
"bin": {
|
||||
"logseq": "dist/logseq.js"
|
||||
"name": "logseq",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"main": "static/electron.js",
|
||||
"bin": {
|
||||
"logseq": "dist/logseq.js"
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
"static/logseq-cli.js",
|
||||
".agents/skills/logseq-cli/SKILL.md"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=22.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/assets": "^3.0.5",
|
||||
"@capacitor/cli": "^8.3.1",
|
||||
"@jcesarmobile/ssl-skip": "^0.9.0",
|
||||
"@playwright/test": "^1.58.2",
|
||||
"@tailwindcss/aspect-ratio": "0.4.2",
|
||||
"@tailwindcss/forms": "0.5.11",
|
||||
"@tailwindcss/typography": "0.5.19",
|
||||
"autoprefixer": "^10.5.0",
|
||||
"better-sqlite3": "^12.9.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"cssnano": "^7.1.8",
|
||||
"gulp": "^5.0.1",
|
||||
"gulp-postcss": "^10.0.0",
|
||||
"gulp-replace": "^1.1.4",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"playwright": "^1.58.2",
|
||||
"postcss": "^8.5.13",
|
||||
"postcss-cli": "11.0.1",
|
||||
"postcss-import": "16.1.1",
|
||||
"postcss-import-ext-glob": "2.1.1",
|
||||
"postcss-nested": "7.0.2",
|
||||
"process": "^0.11.10",
|
||||
"semver": "7.7.4",
|
||||
"shadow-cljs": "^3.4.6",
|
||||
"source-map-loader": "^5.0.0",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"tailwindcss": "3.3.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^8.0.10",
|
||||
"webpack": "^5.106.2",
|
||||
"webpack-cli": "^7.0.2",
|
||||
"ws": "^8.20.0"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "run-p gulp:watch cljs:watch webpack-app-watch",
|
||||
"electron-watch": "run-p gulp:watch cljs:electron-watch webpack-app-watch",
|
||||
"app-watch": "run-p gulp:watch cljs:app-watch webpack-app-watch",
|
||||
"mobile-watch": "run-p gulp:mobile-watch cljs:mobile-watch webpack-mobile-watch",
|
||||
"dev": "run-p gulp:watch gulp:mobile-watch cljs:dev-watch webpack-watch",
|
||||
"release": "run-s gulp:build cljs:release webpack-app-build",
|
||||
"release-app": "run-s gulp:build cljs:release-app webpack-app-build",
|
||||
"release-mobile": "run-s gulp:buildMobile cljs:release-mobile webpack-mobile-build",
|
||||
"dev-release-app": "run-s gulp:build cljs:dev-release-app webpack-app-build",
|
||||
"dev-electron-app": "gulp electron",
|
||||
"release-electron": "run-s gulp:build && pnpm db-worker-node:release:bundle webpack-app-build && gulp electronMaker",
|
||||
"debug-electron": "cd static/ && pnpm electron:debug",
|
||||
"webpack-watch": "webpack --watch",
|
||||
"webpack-app-watch": "pnpm exec webpack --watch --config-name app",
|
||||
"webpack-mobile-watch": "pnpm exec webpack --watch --config-name mobile",
|
||||
"webpack-app-build": "pnpm exec webpack build --mode production --config-name app",
|
||||
"webpack-mobile-build": "pnpm exec webpack build --mode production --config-name mobile",
|
||||
"sync-android-release": "pnpm clean && pnpm release-mobile && rm -rf ./static/mobile/**/*.map && pnpm exec cap sync android",
|
||||
"sync-ios-release": "pnpm clean && pnpm release-mobile && rm -rf ./static/mobile/**/*.map && pnpm exec cap sync ios",
|
||||
"clean": "gulp clean",
|
||||
"test": "run-s cljs:test cljs:run-test",
|
||||
"test:node-adapter": "pnpm --dir deps/db-sync run test:node-adapter",
|
||||
"report": "run-s cljs:report",
|
||||
"style:lint": "stylelint \"src/**/*.css\"",
|
||||
"gulp:watch": "gulp watch",
|
||||
"gulp:build": "cross-env NODE_ENV=production gulp build",
|
||||
"gulp:buildMobile": "cross-env NODE_ENV=production gulp buildMobile",
|
||||
"css:build": "postcss tailwind.all.css -o static/css/style.css --verbose --env production",
|
||||
"css:watch": "cross-env TAILWIND_MODE=watch postcss tailwind.all.css -o static/css/style.css --verbose --watch",
|
||||
"cljs:watch": "clojure -M:cljs watch app db-worker db-worker-node electron",
|
||||
"gulp:mobile-watch": "gulp watchMobile",
|
||||
"css:mobile-build": "postcss tailwind.mobile.css -o static/mobile/css/style.css --verbose --env production",
|
||||
"css:mobile-watch": "cross-env TAILWIND_MODE=watch postcss tailwind.mobile.css -o static/mobile/css/style.css --verbose --watch",
|
||||
"cljs:mobile-watch": "clojure -M:cljs watch mobile db-worker db-worker-node --config-merge \"{:output-dir \\\"./static/mobile/js\\\" :asset-path \\\"/static/mobile/js\\\" :release {:asset-path \\\"http://localhost\\\"}}\"",
|
||||
"cljs:release-mobile": "clojure -M:cljs release mobile db-worker db-worker-node --config-merge \"{:output-dir \\\"./static/mobile/js\\\" :asset-path \\\"/static/mobile/js\\\" :release {:asset-path \\\"http://localhost\\\"}}\"",
|
||||
"cljs:dev-watch": "clojure -M:cljs watch app db-worker db-worker-node electron mobile logseq-cli",
|
||||
"cljs:app-watch": "clojure -M:cljs watch app db-worker db-worker-node logseq-cli",
|
||||
"cljs:electron-watch": "clojure -M:cljs watch app db-worker db-worker-node electron logseq-cli test --config-merge \"{:asset-path \\\"./js\\\"}\"",
|
||||
"cljs:release": "clojure -M:cljs release app db-worker db-worker-node publishing electron",
|
||||
"cljs:release-electron": "clojure -M:cljs release app db-worker db-worker-node electron logseq-cli publishing",
|
||||
"cljs:release-app": "clojure -M:cljs release app db-worker db-worker-node",
|
||||
"cljs:release-publishing": "clojure -M:cljs release app publishing",
|
||||
"cljs:test": "clojure -M:test compile test",
|
||||
"cljs:run-test": "cross-env LOGSEQ_STABLE_IDENTS=1 node static/tests.js -r \"^(?!(?:logseq.db-sync.|logseq.cli.integration-test)).*\" -e fix-me",
|
||||
"cljs:run-integration-test": "node static/tests.js -r '^(logseq.cli.integration-test).*'",
|
||||
"cljs:test-no-worker": "clojure -M:test compile test-no-worker",
|
||||
"cljs:run-test-no-worker": "node static/tests-no-worker.js",
|
||||
"db-worker-node:compile": "clojure -M:cljs compile db-worker-node",
|
||||
"db-worker-node:release": "clojure -M:cljs release db-worker-node",
|
||||
"db-worker-node:bundle": "node ./scripts/build-db-worker-node-bundle.mjs",
|
||||
"db-worker-node:release:bundle": "run-s db-worker-node:release db-worker-node:bundle",
|
||||
"db-worker-node:compile:bundle": "run-s db-worker-node:compile db-worker-node:bundle",
|
||||
"desktop:prepare-runtime-js": "node ./scripts/prepare-desktop-runtime-js.mjs",
|
||||
"cli:e2e": "bb dev:cli-e2e",
|
||||
"cli:e2e:skip-build": "bb dev:cli-e2e --skip-build",
|
||||
"cljs:dev-release-app": "clojure -M:cljs release app db-worker db-worker-node --config-merge \"{:closure-defines {frontend.config/DEV-RELEASE true}}\"",
|
||||
"cljs:dev-release-electron": "clojure -M:cljs release app db-worker db-worker-node electron logseq-cli --debug --config-merge \"{:closure-defines {frontend.config/DEV-RELEASE true}}\" && clojure -M:cljs release publishing",
|
||||
"cljs:debug": "clojure -M:cljs release app db-worker db-worker-node --debug",
|
||||
"cljs:report": "clojure -M:cljs run shadow.cljs.build-report app db-worker db-worker-node report.html",
|
||||
"cljs:build-electron": "clojure -A:cljs compile app db-worker db-worker-node electron logseq-cli",
|
||||
"cljs:lint": "clojure -M:clj-kondo --parallel --lint src --cache false",
|
||||
"ios:dev": "cross-env PLATFORM=ios gulp cap",
|
||||
"android:dev": "cross-env PLATFORM=android gulp cap",
|
||||
"ui:build": "pnpm --dir packages/ui install",
|
||||
"postinstall": "pnpm ui:build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aparajita/capacitor-secure-storage": "^8.0.0",
|
||||
"@capacitor-community/safe-area": "8.0.1",
|
||||
"@capacitor/action-sheet": "^8.1.1",
|
||||
"@capacitor/android": "^8.3.1",
|
||||
"@capacitor/app": "^8.1.0",
|
||||
"@capacitor/camera": "^8.2.0",
|
||||
"@capacitor/clipboard": "^8.0.1",
|
||||
"@capacitor/core": "^8.3.1",
|
||||
"@capacitor/device": "^8.0.2",
|
||||
"@capacitor/dialog": "^8.0.1",
|
||||
"@capacitor/filesystem": "^8.1.2",
|
||||
"@capacitor/haptics": "^8.0.2",
|
||||
"@capacitor/ios": "^8.3.1",
|
||||
"@capacitor/keyboard": "^8.0.3",
|
||||
"@capacitor/network": "^8.0.1",
|
||||
"@capacitor/share": "^8.0.1",
|
||||
"@capacitor/splash-screen": "^8.0.1",
|
||||
"@capacitor/status-bar": "^8.0.2",
|
||||
"@capgo/capacitor-navigation-bar": "^8.1.5",
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/sortable": "^10.0.0",
|
||||
"@emoji-mart/data": "^1.2.1",
|
||||
"@emoji-mart/react": "^1.1.1",
|
||||
"@glidejs/glide": "^3.7.1",
|
||||
"@highlightjs/cdn-assets": "11.11.1",
|
||||
"@isomorphic-git/lightning-fs": "^4.6.2",
|
||||
"@js-joda/core": "3.2.0",
|
||||
"@js-joda/locale_en-us": "3.1.1",
|
||||
"@js-joda/timezone": "2.5.0",
|
||||
"@logseq/react-tweet-embed": "1.3.1-1",
|
||||
"@logseq/simple-wave-record": "^0.0.3",
|
||||
"@radix-ui/colors": "^3.0.0",
|
||||
"@sentry/react": "^10.51.0",
|
||||
"@sqlite.org/sqlite-wasm": "3.51.2-build9",
|
||||
"@tabler/icons-react": "2.47.0",
|
||||
"bignumber.js": "^9.3.1",
|
||||
"chrono-node": "2.9.0",
|
||||
"codemirror": "5.65.18",
|
||||
"comlink": "^4.4.2",
|
||||
"d3-force": "3.0.0",
|
||||
"dompurify": "^3.4.2",
|
||||
"emoji-mart": "^5.6.0",
|
||||
"fs": "0.0.1-security",
|
||||
"fs-extra": "^11.3.4",
|
||||
"fuse.js": "7.1.0",
|
||||
"graphology": "0.20.0",
|
||||
"html2canvas": "^1.4.1",
|
||||
"inter-ui": "^4.1.1",
|
||||
"interactjs": "^1.10.27",
|
||||
"jszip": "3.10.1",
|
||||
"katex": "^0.16.45",
|
||||
"keytar": "^7.9.0",
|
||||
"marked": "^17.0.6",
|
||||
"mldoc": "^1.5.9",
|
||||
"path": "0.12.7",
|
||||
"path-complete-extname": "1.0.0",
|
||||
"pdfjs-dist": "4.2.67",
|
||||
"photoswipe": "^5.4.4",
|
||||
"picocolors": "1.1.1",
|
||||
"pixi-graph-fork": "0.2.0",
|
||||
"pixi.js": "6.2.0",
|
||||
"posthog-js": "1.10.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-intersection-observer": "^10.0.3",
|
||||
"react-textarea-autosize": "8.5.9",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-virtuoso": "4.18.3",
|
||||
"remove-accents": "0.5.0",
|
||||
"sanitize-filename": "1.6.4",
|
||||
"send-intent": "^7.0.0",
|
||||
"string-width": "8.2.0",
|
||||
"tiny-pinyin": "1.3.2",
|
||||
"url": "^0.11.4",
|
||||
"util": "^0.12.5"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"pixi-graph-fork>@pixi/app": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/constants": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/core": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/display": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/graphics": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/interaction": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/loaders": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/ticker": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/sprite": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/text": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/text-bitmap": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/utils": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/runner": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/mesh": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/settings": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/mixin-get-child-by-name": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/math": "6.2.0"
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
"static/logseq-cli.js",
|
||||
".agents/skills/logseq-cli/SKILL.md"
|
||||
"ignoredBuiltDependencies": [
|
||||
"canvas",
|
||||
"core-js",
|
||||
"onnxruntime-node",
|
||||
"protobufjs",
|
||||
"sharp"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=22.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/assets": "^3.0.5",
|
||||
"@capacitor/cli": "8.2.0",
|
||||
"@jcesarmobile/ssl-skip": "^0.9.0",
|
||||
"@playwright/test": "=1.58.2",
|
||||
"@tailwindcss/aspect-ratio": "0.4.2",
|
||||
"@tailwindcss/forms": "0.5.11",
|
||||
"@tailwindcss/typography": "0.5.19",
|
||||
"autoprefixer": "^10.4.27",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"cssnano": "^7.1.3",
|
||||
"gulp": "^5.0.1",
|
||||
"gulp-postcss": "^10.0.0",
|
||||
"gulp-replace": "^1.1.4",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"playwright": "=1.58.2",
|
||||
"postcss": "^8.5.8",
|
||||
"postcss-cli": "11.0.1",
|
||||
"postcss-import": "16.1.1",
|
||||
"postcss-import-ext-glob": "2.1.1",
|
||||
"postcss-nested": "7.0.2",
|
||||
"process": "^0.11.10",
|
||||
"semver": "7.7.4",
|
||||
"shadow-cljs": "^3.4.4",
|
||||
"source-map-loader": "^5.0.0",
|
||||
"stylelint": "^13.8.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"tailwindcss": "3.3.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^8.0.0",
|
||||
"webpack": "^5.105.4",
|
||||
"webpack-cli": "^7.0.2",
|
||||
"ws": "^8.19.0"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "run-p gulp:watch cljs:watch webpack-app-watch",
|
||||
"electron-watch": "run-p gulp:watch cljs:electron-watch webpack-app-watch",
|
||||
"app-watch": "run-p gulp:watch cljs:app-watch webpack-app-watch",
|
||||
"mobile-watch": "run-p gulp:mobile-watch cljs:mobile-watch webpack-mobile-watch",
|
||||
"dev": "run-p gulp:watch gulp:mobile-watch cljs:dev-watch webpack-watch",
|
||||
"release": "run-s gulp:build cljs:release webpack-app-build",
|
||||
"release-app": "run-s gulp:build cljs:release-app webpack-app-build",
|
||||
"release-mobile": "run-s gulp:buildMobile cljs:release-mobile webpack-mobile-build",
|
||||
"dev-release-app": "run-s gulp:build cljs:dev-release-app webpack-app-build",
|
||||
"dev-electron-app": "gulp electron",
|
||||
"release-electron": "run-s gulp:build && pnpm db-worker-node:release:bundle webpack-app-build && gulp electronMaker",
|
||||
"debug-electron": "cd static/ && pnpm electron:debug",
|
||||
"webpack-watch": "webpack --watch",
|
||||
"webpack-app-watch": "pnpm exec webpack --watch --config-name app",
|
||||
"webpack-mobile-watch": "pnpm exec webpack --watch --config-name mobile",
|
||||
"webpack-app-build": "pnpm exec webpack build --mode production --config-name app",
|
||||
"webpack-mobile-build": "pnpm exec webpack build --mode production --config-name mobile",
|
||||
"sync-android-release": "pnpm clean && pnpm release-mobile && rm -rf ./static/mobile/**/*.map && pnpm exec cap sync android",
|
||||
"sync-ios-release": "pnpm clean && pnpm release-mobile && rm -rf ./static/mobile/**/*.map && pnpm exec cap sync ios",
|
||||
"clean": "gulp clean",
|
||||
"test": "run-s cljs:test cljs:run-test",
|
||||
"test:node-adapter": "pnpm --dir deps/db-sync run test:node-adapter",
|
||||
"report": "run-s cljs:report",
|
||||
"style:lint": "stylelint \"src/**/*.css\"",
|
||||
"gulp:watch": "gulp watch",
|
||||
"gulp:build": "cross-env NODE_ENV=production gulp build",
|
||||
"gulp:buildMobile": "cross-env NODE_ENV=production gulp buildMobile",
|
||||
"css:build": "postcss tailwind.all.css -o static/css/style.css --verbose --env production",
|
||||
"css:watch": "cross-env TAILWIND_MODE=watch postcss tailwind.all.css -o static/css/style.css --verbose --watch",
|
||||
"cljs:watch": "clojure -M:cljs watch app db-worker db-worker-node electron",
|
||||
"gulp:mobile-watch": "gulp watchMobile",
|
||||
"css:mobile-build": "postcss tailwind.mobile.css -o static/mobile/css/style.css --verbose --env production",
|
||||
"css:mobile-watch": "cross-env TAILWIND_MODE=watch postcss tailwind.mobile.css -o static/mobile/css/style.css --verbose --watch",
|
||||
"cljs:mobile-watch": "clojure -M:cljs watch mobile db-worker db-worker-node --config-merge \"{:output-dir \\\"./static/mobile/js\\\" :asset-path \\\"/static/mobile/js\\\" :release {:asset-path \\\"http://localhost\\\"}}\"",
|
||||
"cljs:release-mobile": "clojure -M:cljs release mobile db-worker db-worker-node --config-merge \"{:output-dir \\\"./static/mobile/js\\\" :asset-path \\\"/static/mobile/js\\\" :release {:asset-path \\\"http://localhost\\\"}}\"",
|
||||
"cljs:dev-watch": "clojure -M:cljs watch app db-worker db-worker-node electron mobile logseq-cli",
|
||||
"cljs:app-watch": "clojure -M:cljs watch app db-worker db-worker-node logseq-cli",
|
||||
"cljs:electron-watch": "clojure -M:cljs watch app db-worker db-worker-node electron logseq-cli test --config-merge \"{:asset-path \\\"./js\\\"}\"",
|
||||
"cljs:release": "clojure -M:cljs release app db-worker db-worker-node publishing electron",
|
||||
"cljs:release-electron": "clojure -M:cljs release app db-worker db-worker-node electron logseq-cli publishing",
|
||||
"cljs:release-app": "clojure -M:cljs release app db-worker db-worker-node",
|
||||
"cljs:release-publishing": "clojure -M:cljs release app publishing",
|
||||
"cljs:test": "clojure -M:test compile test",
|
||||
"cljs:run-test": "cross-env LOGSEQ_STABLE_IDENTS=1 node static/tests.js -r \"^(?!(?:logseq.db-sync.|logseq.cli.integration-test)).*\" -e fix-me",
|
||||
"cljs:run-integration-test": "node static/tests.js -r '^(logseq.cli.integration-test).*'",
|
||||
"cljs:test-no-worker": "clojure -M:test compile test-no-worker",
|
||||
"cljs:run-test-no-worker": "node static/tests-no-worker.js",
|
||||
"db-worker-node:compile": "clojure -M:cljs compile db-worker-node",
|
||||
"db-worker-node:release": "clojure -M:cljs release db-worker-node",
|
||||
"db-worker-node:bundle": "node ./scripts/build-db-worker-node-bundle.mjs",
|
||||
"db-worker-node:release:bundle": "run-s db-worker-node:release db-worker-node:bundle",
|
||||
"db-worker-node:compile:bundle": "run-s db-worker-node:compile db-worker-node:bundle",
|
||||
"desktop:prepare-runtime-js": "node ./scripts/prepare-desktop-runtime-js.mjs",
|
||||
"cli:e2e": "bb dev:cli-e2e",
|
||||
"cli:e2e:skip-build": "bb dev:cli-e2e --skip-build",
|
||||
"cljs:dev-release-app": "clojure -M:cljs release app db-worker db-worker-node --config-merge \"{:closure-defines {frontend.config/DEV-RELEASE true}}\"",
|
||||
"cljs:dev-release-electron": "clojure -M:cljs release app db-worker db-worker-node electron logseq-cli --debug --config-merge \"{:closure-defines {frontend.config/DEV-RELEASE true}}\" && clojure -M:cljs release publishing",
|
||||
"cljs:debug": "clojure -M:cljs release app db-worker db-worker-node --debug",
|
||||
"cljs:report": "clojure -M:cljs run shadow.cljs.build-report app db-worker db-worker-node report.html",
|
||||
"cljs:build-electron": "clojure -A:cljs compile app db-worker db-worker-node electron logseq-cli",
|
||||
"cljs:lint": "clojure -M:clj-kondo --parallel --lint src --cache false",
|
||||
"ios:dev": "cross-env PLATFORM=ios gulp cap",
|
||||
"android:dev": "cross-env PLATFORM=android gulp cap",
|
||||
"ui:build": "pnpm --dir packages/ui install",
|
||||
"postinstall": "pnpm ui:build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aparajita/capacitor-secure-storage": "^8.0.0",
|
||||
"@capacitor-community/safe-area": "8.0.1",
|
||||
"@capacitor/action-sheet": "8.1.0",
|
||||
"@capacitor/android": "8.2.0",
|
||||
"@capacitor/app": "8.0.1",
|
||||
"@capacitor/camera": "8.0.2",
|
||||
"@capacitor/clipboard": "^8.0.1",
|
||||
"@capacitor/core": "8.2.0",
|
||||
"@capacitor/device": "^8.0.1",
|
||||
"@capacitor/dialog": "^8.0.1",
|
||||
"@capacitor/filesystem": "8.1.2",
|
||||
"@capacitor/haptics": "8.0.1",
|
||||
"@capacitor/ios": "8.2.0",
|
||||
"@capacitor/keyboard": "8.0.1",
|
||||
"@capacitor/network": "^8.0.1",
|
||||
"@capacitor/share": "8.0.1",
|
||||
"@capacitor/splash-screen": "8.0.1",
|
||||
"@capacitor/status-bar": "8.0.1",
|
||||
"@capgo/capacitor-navigation-bar": "^8.0.25",
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/sortable": "^10.0.0",
|
||||
"@emoji-mart/data": "^1.2.1",
|
||||
"@emoji-mart/react": "^1.1.1",
|
||||
"@glidejs/glide": "^3.7.1",
|
||||
"@highlightjs/cdn-assets": "11.11.1",
|
||||
"@isomorphic-git/lightning-fs": "^4.6.2",
|
||||
"@js-joda/core": "3.2.0",
|
||||
"@js-joda/locale_en-us": "3.1.1",
|
||||
"@js-joda/timezone": "2.5.0",
|
||||
"@logseq/react-tweet-embed": "1.3.1-1",
|
||||
"@logseq/simple-wave-record": "^0.0.3",
|
||||
"@radix-ui/colors": "^3.0.0",
|
||||
"@sentry/react": "^10.45.0",
|
||||
"@sqlite.org/sqlite-wasm": "^3.51.2-build8",
|
||||
"@tabler/icons-react": "2.47.0",
|
||||
"bignumber.js": "^9.3.1",
|
||||
"chrono-node": "2.9.0",
|
||||
"codemirror": "5.65.18",
|
||||
"comlink": "^4.4.2",
|
||||
"d3-force": "3.0.0",
|
||||
"dompurify": "^3.3.3",
|
||||
"emoji-mart": "^5.6.0",
|
||||
"fs": "0.0.1-security",
|
||||
"fs-extra": "^11.3.4",
|
||||
"fuse.js": "7.1.0",
|
||||
"graphology": "0.20.0",
|
||||
"html2canvas": "^1.4.1",
|
||||
"inter-ui": "^4.1.1",
|
||||
"interactjs": "^1.10.27",
|
||||
"jszip": "3.10.1",
|
||||
"katex": "^0.16.40",
|
||||
"marked": "^17.0.5",
|
||||
"mldoc": "^1.5.9",
|
||||
"path": "0.12.7",
|
||||
"path-complete-extname": "1.0.0",
|
||||
"pdfjs-dist": "4.2.67",
|
||||
"photoswipe": "^5.4.4",
|
||||
"picocolors": "1.1.1",
|
||||
"pixi-graph-fork": "0.2.0",
|
||||
"pixi.js": "6.2.0",
|
||||
"posthog-js": "1.10.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-intersection-observer": "^10.0.3",
|
||||
"react-textarea-autosize": "8.5.9",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-virtuoso": "4.18.3",
|
||||
"remove-accents": "0.5.0",
|
||||
"tiny-pinyin": "1.3.2",
|
||||
"sanitize-filename": "1.6.4",
|
||||
"send-intent": "^7.0.0",
|
||||
"string-width": "8.2.0",
|
||||
"url": "^0.11.4",
|
||||
"util": "^0.12.5",
|
||||
"keytar": "^7.9.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"pixi-graph-fork>@pixi/app": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/constants": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/core": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/display": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/graphics": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/interaction": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/loaders": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/ticker": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/sprite": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/text": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/text-bitmap": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/utils": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/runner": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/mesh": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/settings": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/mixin-get-child-by-name": "6.2.0",
|
||||
"pixi-graph-fork>@pixi/math": "6.2.0"
|
||||
},
|
||||
"ignoredBuiltDependencies": [
|
||||
"canvas",
|
||||
"core-js",
|
||||
"onnxruntime-node",
|
||||
"protobufjs",
|
||||
"sharp"
|
||||
],
|
||||
"onlyBuiltDependencies": [
|
||||
"better-sqlite3",
|
||||
"electron",
|
||||
"keytar"
|
||||
]
|
||||
}
|
||||
}
|
||||
"onlyBuiltDependencies": [
|
||||
"better-sqlite3",
|
||||
"electron",
|
||||
"keytar"
|
||||
]
|
||||
}
|
||||
}
|
||||
2225
pnpm-lock.yaml
generated
2225
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user