lucy-cli 2.0.0-beta.10 → 2.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/files/templates/velo[D]/lucy.json +35 -25
- package/package.json +1 -1
- /package/files/templates/{block[D] → Default[B]}/files/.cursorignore +0 -0
- /package/files/templates/{block[D] → Default[B]}/files/.stylelintrc.js +0 -0
- /package/files/templates/{block[D] → Default[B]}/lucy.json +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/.cursorignore +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/.env +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/Cargo.toml +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/Makefile.toml +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/build/main.rs +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/config/beta.json +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/config/ci.json +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/config/default.json +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/config/development.json +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/config/produktion.json +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/config/stage.json +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/locales/todo.yml +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/files/public/index.html +0 -0
- /package/files/templates/{cargo[D] → Default[C]}/lucy.json +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/.cursorignore +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/.nvmrc +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/.prettierignore +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/.prettierrc.js +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/.stylelintrc.js +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/.yarnrc +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/.yarnrc.yml +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/README.md +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/app.config.ts +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/assets/images/adaptive-icon.png +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/assets/images/favicon.png +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/assets/images/icon.png +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/assets/images/splash-icon.png +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/babel.config.js +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/components/.gitkeep +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/components/ui/.gitkeep +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/constants/theme.ts +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/eas.json +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/eslint.config.mjs +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/global.css +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/hooks/useColorScheme.ts +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/index.ts +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/lib/data.ts +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/lib/utils/index.ts +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/lib/utils/polyfills.ts +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/lib/wix/client.ts +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/lib/wix/error.ts +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/lib/wix/index.ts +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/metro.config.js +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/nativewind-env.d.ts +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/pnpm-workspace.yaml +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/scripts/reset-project.ts +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/files/tailwind.config.js +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/tsconfig.json +0 -0
- /package/files/templates/{expo[D] → Default[E]}/files/types/reset.d.ts +0 -0
- /package/files/templates/{expo verse[D] → Default[E]}/lucy.json +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/.cursorignore +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/.editorconfig +0 -0
- /package/files/templates/{expo[D] → Default[M]}/files/.nvmrc +0 -0
- /package/files/templates/{expo[D] → Default[M]}/files/.prettierignore +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/.prettierrc.json +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/.stylelintrc.js +0 -0
- /package/files/templates/{expo[D] → Default[M]}/files/.yarnrc +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/.yarnrc.yml +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/README.md +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/currents.config.ts +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/nx.json +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/pnpm-workspace.yaml +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/tsconfig.json +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/typedoc.json +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/files/vitest.config.ts +0 -0
- /package/files/templates/{monorepo[D] → Default[M]}/lucy.json +0 -0
- /package/files/templates/{tauri[D] → Default[T]}/files/.cursorignore +0 -0
- /package/files/templates/{tauri[D] → Default[T]}/lucy.json +0 -0
- /package/files/templates/{monorepo[D] → expo verse[E]}/files/.nvmrc +0 -0
- /package/files/templates/{monorepo[D] → expo verse[E]}/files/.prettierignore +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/.prettierrc.js +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/.stylelintrc.json +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/.vscode/extensions.json +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/.vscode/launch.json +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/.vscode/settings.json +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/.vscode/tasks.json +0 -0
- /package/files/templates/{monorepo[D] → expo verse[E]}/files/.yarnrc +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/.yarnrc.yml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/App.tsx +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/DEBUGGING.md +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/README.md +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/build.gradle +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/debug.keystore +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/proguard-rules.pro +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/debug/AndroidManifest.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/AndroidManifest.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainActivity.kt +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainApplication.kt +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-night-hdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-night-mdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-night-xhdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-night-xxhdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-night-xxxhdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/values/colors.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/values/strings.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/values/styles.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/src/main/res/values-night/colors.xml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/build.gradle +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/gradle/wrapper/gradle-wrapper.properties +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/gradle.properties +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/gradlew +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/gradlew.bat +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/android/settings.gradle +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/app.config.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/data/de.csv +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/data/en.csv +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-Black.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-BlackItalic.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-Bold.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-BoldItalic.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-ExtraBold.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-ExtraBoldItalic.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-Italic.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-Medium.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-MediumItalic.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-SemiBold.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-SemiBoldItalic.ttf +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/andorid/background.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/android-dark.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/android-light.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/background.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/ios-dark.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/ios-light.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/ios-tinted.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/splash-icon-dark.png +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/splash-icon-light.png +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/babel.config.js +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/components/.gitkeep +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/components/MainScreen.tsx +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/components/Share.tsx +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/components/ui/.gitkeep +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/components/ui/dev.tsx +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/constants/config.ts +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/constants/theme.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/data/de.csv +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/data/en.csv +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/data/version.json +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/eas.json +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/eslint.config.mjs +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/global.css +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/hooks/useColorScheme.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/index.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/content.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/data.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/helper.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/index.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/state.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/storage.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/taskManager/index.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/taskManager/loadData.ts +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/lib/utils/index.ts +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/lib/utils/polyfills.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lib/utils/screenshot.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/lucy.json +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/metro.config.js +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/models/index.ts +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/nativewind-env.d.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/package.json +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/pnpm-workspace.yaml +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/scripts/convert-verses.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/scripts/move-artifacts.ts +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/scripts/reset-project.ts +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/files/tailwind.config.js +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/tsconfig.json +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/types/index.ts +0 -0
- /package/files/templates/{expo verse[D] → expo verse[E]}/files/types/reset.d.ts +0 -0
- /package/files/templates/{expo[D] → expo verse[E]}/lucy.json +0 -0
|
@@ -22,17 +22,24 @@
|
|
|
22
22
|
},
|
|
23
23
|
"initialized": false,
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@effect/cluster": "0.
|
|
26
|
-
"@effect/experimental": "0.
|
|
27
|
-
"@effect/opentelemetry": "0.
|
|
28
|
-
"@effect/platform": "0.
|
|
29
|
-
"@effect/platform-node": "0.
|
|
30
|
-
"@effect/rpc": "0.
|
|
31
|
-
"@effect/sql": "0.
|
|
32
|
-
"@
|
|
25
|
+
"@effect/cluster": "0.50.6",
|
|
26
|
+
"@effect/experimental": "0.56.0",
|
|
27
|
+
"@effect/opentelemetry": "0.58.0",
|
|
28
|
+
"@effect/platform": "0.92.1",
|
|
29
|
+
"@effect/platform-node": "0.98.4",
|
|
30
|
+
"@effect/rpc": "0.71.1",
|
|
31
|
+
"@effect/sql": "0.46.0",
|
|
32
|
+
"@emotion/styled": "^11.14.1",
|
|
33
|
+
"@faker-js/faker": "10.1.0",
|
|
34
|
+
"@hey-api/client-axios": "0.9.1",
|
|
35
|
+
"@hey-api/client-fetch": "0.13.1",
|
|
36
|
+
"@hey-api/openapi-ts": "0.86.1",
|
|
37
|
+
"@js-joda/core": "^5.6.3",
|
|
38
|
+
"@mui/icons-material": "^7.3.4",
|
|
39
|
+
"@mui/material": "^7.3.4",
|
|
33
40
|
"@opentelemetry/api": "^1.9.0",
|
|
34
41
|
"@opentelemetry/resources": "^2.0.1",
|
|
35
|
-
"@opentelemetry/sdk-logs": "
|
|
42
|
+
"@opentelemetry/sdk-logs": "0.207.0",
|
|
36
43
|
"@opentelemetry/sdk-metrics": "^2.0.1",
|
|
37
44
|
"@opentelemetry/sdk-trace-base": "^2.0.1",
|
|
38
45
|
"@opentelemetry/sdk-trace-node": "^2.0.1",
|
|
@@ -61,7 +68,7 @@
|
|
|
61
68
|
"add": "^2.0.6",
|
|
62
69
|
"axios": "^1.9.0",
|
|
63
70
|
"casbin": "^5.38.0",
|
|
64
|
-
"casbin.js": "
|
|
71
|
+
"casbin.js": "1.1.0",
|
|
65
72
|
"effect": "^3.16.4",
|
|
66
73
|
"geolib": "^3.3.4",
|
|
67
74
|
"gsap": "^3.13.0",
|
|
@@ -69,36 +76,39 @@
|
|
|
69
76
|
"immer": "^10.1.1",
|
|
70
77
|
"jwt-decode": "^4.0.0",
|
|
71
78
|
"meilisearch": "0.51.0",
|
|
72
|
-
"nats": "
|
|
79
|
+
"nats": "2.29.3",
|
|
73
80
|
"njwt": "^2.0.1",
|
|
74
81
|
"nodemailer": "^7.0.3",
|
|
75
|
-
"openapi-fetch": "
|
|
82
|
+
"openapi-fetch": "0.15.0",
|
|
76
83
|
"openapi-typescript": "^7.8.0",
|
|
77
|
-
"react": "^
|
|
78
|
-
"react-dom": "^
|
|
84
|
+
"react": "^16.9.9",
|
|
85
|
+
"react-dom": "^16.9.9",
|
|
79
86
|
"react-transition-group": "^4.4.5",
|
|
80
87
|
"tinybase": "^6.2.1",
|
|
81
|
-
"
|
|
88
|
+
"undici": "7.16.0",
|
|
89
|
+
"uuid": "13.0.0",
|
|
82
90
|
"xstate": "^5.19.4"
|
|
83
91
|
},
|
|
84
92
|
"devDependencies": {
|
|
93
|
+
"@types/nodemailer": "^7.0.2",
|
|
94
|
+
"@types/react": "^16.9.9",
|
|
95
|
+
"@types/react-dom": "^16.9.9",
|
|
96
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
97
|
+
"@vitest/ui": "^3.2.4",
|
|
98
|
+
"@wix/eslint-plugin-cli": "^1.0.0",
|
|
99
|
+
"eslint": "9.38.0",
|
|
100
|
+
"react": "16.9.9",
|
|
85
101
|
"@eslint/js": "^9.17.0",
|
|
86
102
|
"@styled/typescript-styled-plugin": "^1.0.1",
|
|
87
103
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
88
104
|
"@types/node": "^22.10.2",
|
|
89
|
-
"@types/nodemailer": "^6.4.17",
|
|
90
|
-
"@types/react": "^19.0.1",
|
|
91
105
|
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
92
106
|
"@typescript-eslint/parser": "^8.18.1",
|
|
93
107
|
"@typescript-eslint/utils": "^8.18.1",
|
|
94
|
-
"@vitest/coverage-v8": "^2.1.8",
|
|
95
|
-
"@vitest/ui": "^2.1.8",
|
|
96
108
|
"@wix/cli": "^1.1.53",
|
|
97
|
-
"@wix/eslint-plugin-cli": "^1.0.2",
|
|
98
109
|
"cypress": "^13.16.1",
|
|
99
110
|
"cypress-cloud": "^1.13.0",
|
|
100
|
-
"esbuild": "
|
|
101
|
-
"eslint": "^9.17.0",
|
|
111
|
+
"esbuild": "0.25.11",
|
|
102
112
|
"eslint-plugin-exception-handling": "^1.5.4",
|
|
103
113
|
"eslint-plugin-import": "^2.31.0",
|
|
104
114
|
"eslint-plugin-jsdoc": "^50.6.1",
|
|
@@ -109,13 +119,13 @@
|
|
|
109
119
|
"sass": "^1.83.0",
|
|
110
120
|
"ts-node": "^10.9.2",
|
|
111
121
|
"tsx": "^4.19.2",
|
|
112
|
-
"typedoc": "
|
|
113
|
-
"typedoc-github-theme": "
|
|
122
|
+
"typedoc": "0.28.14",
|
|
123
|
+
"typedoc-github-theme": "0.3.1",
|
|
114
124
|
"typescript": "^5.7.2",
|
|
115
125
|
"typescript-eslint": "^8.18.1",
|
|
116
126
|
"typescript-eslint-language-service": "^5.0.5",
|
|
117
127
|
"vite-tsconfig-paths": "^5.1.4",
|
|
118
|
-
"vitest": "
|
|
128
|
+
"vitest": "3.2.4",
|
|
119
129
|
"vitest-tsconfig-paths": "^3.4.1"
|
|
120
130
|
},
|
|
121
131
|
"scripts": {
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/files/templates/{expo verse[D] → Default[E]}/files/assets/fonts/SpaceMono-Regular.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/files/templates/{expo verse[D] → expo verse[E]}/files/android/app/proguard-rules.pro
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/fonts/PlayfairDisplay-Bold.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/andorid/background.png
RENAMED
|
File without changes
|
/package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/android-dark.png
RENAMED
|
File without changes
|
/package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/android-light.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/splash-icon-dark.png
RENAMED
|
File without changes
|
/package/files/templates/{expo verse[D] → expo verse[E]}/files/assets/images/splash-icon-light.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|