lucy-cli 2.0.0-beta.10 → 2.0.0-beta.12
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/dist/commands/copy.js.map +1 -1
- package/dist/commands/git.d.ts +3 -2
- package/dist/commands/git.js +34 -0
- package/dist/commands/git.js.map +1 -1
- package/dist/commands/home.d.ts +1 -1
- package/dist/commands/home.js +2 -25
- package/dist/commands/home.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/init/cargo.d.ts +1 -1
- package/dist/init/git.d.ts +2 -0
- package/dist/init/git.js +13 -0
- package/dist/init/git.js.map +1 -0
- package/dist/init/gitModules.d.ts +1 -1
- package/dist/init/index.d.ts +2 -1
- package/dist/init/index.js +0 -1
- package/dist/init/index.js.map +1 -1
- package/dist/init/monorepo.d.ts +1 -1
- package/dist/init/prepareVelo.d.ts +1 -1
- package/dist/init/tauri.d.ts +1 -1
- package/dist/init/templates.d.ts +1 -1
- package/dist/init/templates.js +1 -1
- package/dist/init/templates.js.map +1 -1
- package/dist/init/velo.d.ts +1 -1
- package/package.json +1 -1
- package/src/commands/copy.ts +1 -0
- package/src/commands/git.ts +39 -0
- package/src/commands/home.ts +2 -38
- package/src/index.ts +1 -1
- package/src/init/index.ts +0 -1
- package/src/init/templates.ts +1 -1
- package/files/templates/block[D]/files/.cursorignore +0 -4
- package/files/templates/block[D]/files/.stylelintrc.js +0 -8
- package/files/templates/block[D]/lucy.json +0 -9
- package/files/templates/cargo[D]/files/.cursorignore +0 -4
- package/files/templates/cargo[D]/files/.env +0 -1
- package/files/templates/cargo[D]/files/Cargo.toml +0 -238
- package/files/templates/cargo[D]/files/Makefile.toml +0 -4
- package/files/templates/cargo[D]/files/build/main.rs +0 -35
- package/files/templates/cargo[D]/files/config/beta.json +0 -19
- package/files/templates/cargo[D]/files/config/ci.json +0 -15
- package/files/templates/cargo[D]/files/config/default.json +0 -71
- package/files/templates/cargo[D]/files/config/development.json +0 -10
- package/files/templates/cargo[D]/files/config/produktion.json +0 -5
- package/files/templates/cargo[D]/files/config/stage.json +0 -4
- package/files/templates/cargo[D]/files/locales/todo.yml +0 -3
- package/files/templates/cargo[D]/files/public/index.html +0 -1
- package/files/templates/cargo[D]/lucy.json +0 -15
- package/files/templates/expo verse[D]/files/.nvmrc +0 -1
- package/files/templates/expo verse[D]/files/.prettierignore +0 -23
- package/files/templates/expo verse[D]/files/.prettierrc.js +0 -16
- package/files/templates/expo verse[D]/files/.stylelintrc.json +0 -8
- package/files/templates/expo verse[D]/files/.vscode/extensions.json +0 -10
- package/files/templates/expo verse[D]/files/.vscode/launch.json +0 -54
- package/files/templates/expo verse[D]/files/.vscode/settings.json +0 -30
- package/files/templates/expo verse[D]/files/.vscode/tasks.json +0 -0
- package/files/templates/expo verse[D]/files/.yarnrc +0 -1
- package/files/templates/expo verse[D]/files/.yarnrc.yml +0 -8
- package/files/templates/expo verse[D]/files/App.tsx +0 -63
- package/files/templates/expo verse[D]/files/DEBUGGING.md +0 -126
- package/files/templates/expo verse[D]/files/README.md +0 -45
- package/files/templates/expo verse[D]/files/android/app/build.gradle +0 -177
- package/files/templates/expo verse[D]/files/android/app/debug.keystore +0 -0
- package/files/templates/expo verse[D]/files/android/app/proguard-rules.pro +0 -14
- package/files/templates/expo verse[D]/files/android/app/src/debug/AndroidManifest.xml +0 -7
- package/files/templates/expo verse[D]/files/android/app/src/main/AndroidManifest.xml +0 -33
- package/files/templates/expo verse[D]/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainActivity.kt +0 -65
- package/files/templates/expo verse[D]/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainApplication.kt +0 -57
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -6
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-hdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-mdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xxxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -6
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -6
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/colors.xml +0 -6
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/strings.xml +0 -7
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/styles.xml +0 -12
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values-night/colors.xml +0 -3
- package/files/templates/expo verse[D]/files/android/build.gradle +0 -37
- package/files/templates/expo verse[D]/files/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/files/templates/expo verse[D]/files/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/files/templates/expo verse[D]/files/android/gradle.properties +0 -59
- package/files/templates/expo verse[D]/files/android/gradlew +0 -251
- package/files/templates/expo verse[D]/files/android/gradlew.bat +0 -94
- package/files/templates/expo verse[D]/files/android/settings.gradle +0 -39
- package/files/templates/expo verse[D]/files/app.config.ts +0 -77
- package/files/templates/expo verse[D]/files/assets/data/de.csv +0 -949
- package/files/templates/expo verse[D]/files/assets/data/en.csv +0 -949
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Black.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-BlackItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Bold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-BoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-ExtraBold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-ExtraBoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Italic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Medium.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-MediumItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-SemiBold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-SemiBoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/images/andorid/background.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/android-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/android-light.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/background.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-light.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-tinted.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/splash-icon-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/splash-icon-light.png +0 -0
- package/files/templates/expo verse[D]/files/babel.config.js +0 -10
- package/files/templates/expo verse[D]/files/components/.gitkeep +0 -0
- package/files/templates/expo verse[D]/files/components/MainScreen.tsx +0 -299
- package/files/templates/expo verse[D]/files/components/Share.tsx +0 -132
- package/files/templates/expo verse[D]/files/components/ui/.gitkeep +0 -0
- package/files/templates/expo verse[D]/files/components/ui/dev.tsx +0 -48
- package/files/templates/expo verse[D]/files/constants/config.ts +0 -30
- package/files/templates/expo verse[D]/files/constants/theme.ts +0 -18
- package/files/templates/expo verse[D]/files/data/de.csv +0 -219
- package/files/templates/expo verse[D]/files/data/en.csv +0 -219
- package/files/templates/expo verse[D]/files/data/version.json +0 -4
- package/files/templates/expo verse[D]/files/eas.json +0 -47
- package/files/templates/expo verse[D]/files/eslint.config.mjs +0 -185
- package/files/templates/expo verse[D]/files/global.css +0 -47
- package/files/templates/expo verse[D]/files/hooks/useColorScheme.ts +0 -17
- package/files/templates/expo verse[D]/files/index.ts +0 -28
- package/files/templates/expo verse[D]/files/lib/content.ts +0 -31
- package/files/templates/expo verse[D]/files/lib/data.ts +0 -180
- package/files/templates/expo verse[D]/files/lib/helper.ts +0 -54
- package/files/templates/expo verse[D]/files/lib/index.ts +0 -21
- package/files/templates/expo verse[D]/files/lib/state.ts +0 -128
- package/files/templates/expo verse[D]/files/lib/storage.ts +0 -17
- package/files/templates/expo verse[D]/files/lib/taskManager/index.ts +0 -38
- package/files/templates/expo verse[D]/files/lib/taskManager/loadData.ts +0 -14
- package/files/templates/expo verse[D]/files/lib/utils/index.ts +0 -11
- package/files/templates/expo verse[D]/files/lib/utils/polyfills.ts +0 -29
- package/files/templates/expo verse[D]/files/lib/utils/screenshot.ts +0 -77
- package/files/templates/expo verse[D]/files/lucy.json +0 -8
- package/files/templates/expo verse[D]/files/metro.config.js +0 -81
- package/files/templates/expo verse[D]/files/models/index.ts +0 -28
- package/files/templates/expo verse[D]/files/nativewind-env.d.ts +0 -1
- package/files/templates/expo verse[D]/files/package.json +0 -102
- package/files/templates/expo verse[D]/files/pnpm-workspace.yaml +0 -3
- package/files/templates/expo verse[D]/files/scripts/convert-verses.ts +0 -309
- package/files/templates/expo verse[D]/files/scripts/move-artifacts.ts +0 -83
- package/files/templates/expo verse[D]/files/scripts/reset-project.ts +0 -116
- package/files/templates/expo verse[D]/files/tailwind.config.js +0 -63
- package/files/templates/expo verse[D]/files/tsconfig.json +0 -45
- package/files/templates/expo verse[D]/files/types/index.ts +0 -4
- package/files/templates/expo verse[D]/files/types/reset.d.ts +0 -1
- package/files/templates/expo verse[D]/lucy.json +0 -86
- package/files/templates/expo[D]/files/.cursorignore +0 -4
- package/files/templates/expo[D]/files/.nvmrc +0 -1
- package/files/templates/expo[D]/files/.prettierignore +0 -23
- package/files/templates/expo[D]/files/.prettierrc.js +0 -16
- package/files/templates/expo[D]/files/.stylelintrc.js +0 -8
- package/files/templates/expo[D]/files/.yarnrc +0 -1
- package/files/templates/expo[D]/files/.yarnrc.yml +0 -3
- package/files/templates/expo[D]/files/README.md +0 -45
- package/files/templates/expo[D]/files/app.config.ts +0 -69
- package/files/templates/expo[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/files/templates/expo[D]/files/assets/images/adaptive-icon.png +0 -0
- package/files/templates/expo[D]/files/assets/images/favicon.png +0 -0
- package/files/templates/expo[D]/files/assets/images/icon.png +0 -0
- package/files/templates/expo[D]/files/assets/images/splash-icon.png +0 -0
- package/files/templates/expo[D]/files/babel.config.js +0 -10
- package/files/templates/expo[D]/files/components/.gitkeep +0 -0
- package/files/templates/expo[D]/files/components/ui/.gitkeep +0 -0
- package/files/templates/expo[D]/files/constants/theme.ts +0 -18
- package/files/templates/expo[D]/files/eas.json +0 -32
- package/files/templates/expo[D]/files/eslint.config.mjs +0 -181
- package/files/templates/expo[D]/files/global.css +0 -47
- package/files/templates/expo[D]/files/hooks/useColorScheme.ts +0 -17
- package/files/templates/expo[D]/files/index.ts +0 -11
- package/files/templates/expo[D]/files/lib/data.ts +0 -197
- package/files/templates/expo[D]/files/lib/utils/index.ts +0 -11
- package/files/templates/expo[D]/files/lib/utils/polyfills.ts +0 -29
- package/files/templates/expo[D]/files/lib/wix/client.ts +0 -12
- package/files/templates/expo[D]/files/lib/wix/error.ts +0 -3
- package/files/templates/expo[D]/files/lib/wix/index.ts +0 -2
- package/files/templates/expo[D]/files/metro.config.js +0 -63
- package/files/templates/expo[D]/files/nativewind-env.d.ts +0 -1
- package/files/templates/expo[D]/files/pnpm-workspace.yaml +0 -3
- package/files/templates/expo[D]/files/scripts/reset-project.ts +0 -116
- package/files/templates/expo[D]/files/tailwind.config.js +0 -63
- package/files/templates/expo[D]/files/tsconfig.json +0 -46
- package/files/templates/expo[D]/files/types/reset.d.ts +0 -1
- package/files/templates/expo[D]/lucy.json +0 -86
- package/files/templates/monorepo[D]/files/.cursorignore +0 -4
- package/files/templates/monorepo[D]/files/.editorconfig +0 -10
- package/files/templates/monorepo[D]/files/.nvmrc +0 -1
- package/files/templates/monorepo[D]/files/.prettierignore +0 -23
- package/files/templates/monorepo[D]/files/.prettierrc.json +0 -15
- package/files/templates/monorepo[D]/files/.stylelintrc.js +0 -8
- package/files/templates/monorepo[D]/files/.yarnrc +0 -1
- package/files/templates/monorepo[D]/files/.yarnrc.yml +0 -3
- package/files/templates/monorepo[D]/files/README.md +0 -109
- package/files/templates/monorepo[D]/files/currents.config.ts +0 -5
- package/files/templates/monorepo[D]/files/nx.json +0 -25
- package/files/templates/monorepo[D]/files/pnpm-workspace.yaml +0 -11
- package/files/templates/monorepo[D]/files/tsconfig.json +0 -6
- package/files/templates/monorepo[D]/files/typedoc.json +0 -25
- package/files/templates/monorepo[D]/files/vitest.config.ts +0 -27
- package/files/templates/monorepo[D]/lucy.json +0 -69
- package/files/templates/tauri[D]/files/.cursorignore +0 -4
- package/files/templates/tauri[D]/lucy.json +0 -9
- package/files/templates/velo[D]/files/.cursorignore +0 -4
- package/files/templates/velo[D]/files/.gitmodules +0 -0
- package/files/templates/velo[D]/files/.madgerc +0 -8
- package/files/templates/velo[D]/files/.nvmrc +0 -1
- package/files/templates/velo[D]/files/.prettierignore +0 -23
- package/files/templates/velo[D]/files/.prettierrc.js +0 -16
- package/files/templates/velo[D]/files/.stylelintrc.js +0 -9
- package/files/templates/velo[D]/files/.yarnrc.yml +0 -2
- package/files/templates/velo[D]/files/currents.config.js +0 -5
- package/files/templates/velo[D]/files/cypress/e2e/base/base.cy.ts +0 -14
- package/files/templates/velo[D]/files/cypress/fixtures/example.json +0 -5
- package/files/templates/velo[D]/files/cypress/support/commands.ts +0 -37
- package/files/templates/velo[D]/files/cypress/support/e2e.ts +0 -24
- package/files/templates/velo[D]/files/cypress/tsconfig.json +0 -9
- package/files/templates/velo[D]/files/cypress.config.mjs +0 -19
- package/files/templates/velo[D]/files/eslint.config.mjs +0 -186
- package/files/templates/velo[D]/files/local.tsconfig.json +0 -61
- package/files/templates/velo[D]/files/typedoc.json +0 -25
- package/files/templates/velo[D]/files/typescript/__mocks__/.gitkeep +0 -0
- package/files/templates/velo[D]/files/typescript/backend/config/authz.ts +0 -47
- package/files/templates/velo[D]/files/typescript/backend/config/env.ts +0 -8
- package/files/templates/velo[D]/files/typescript/backend/config/index.ts +0 -26
- package/files/templates/velo[D]/files/typescript/backend/config/mail.ts +0 -10
- package/files/templates/velo[D]/files/typescript/backend/config/nats.ts +0 -6
- package/files/templates/velo[D]/files/typescript/backend/data.ts +0 -0
- package/files/templates/velo[D]/files/typescript/backend/events.ts +0 -0
- package/files/templates/velo[D]/files/typescript/backend/http-functions.ts +0 -81
- package/files/templates/velo[D]/files/typescript/backend/lib/http-functions/sync.ts +0 -270
- package/files/templates/velo[D]/files/typescript/backend/permissions.json +0 -17
- package/files/templates/velo[D]/files/typescript/pages/.gitkeep +0 -0
- package/files/templates/velo[D]/files/typescript/public/.gitkeep +0 -0
- package/files/templates/velo[D]/files/typescript/public/config/env.ts +0 -9
- package/files/templates/velo[D]/files/typescript/public/config/index.ts +0 -76
- package/files/templates/velo[D]/files/typescript/public/config/locales.ts +0 -30
- package/files/templates/velo[D]/files/typescript/public/config/theme.ts +0 -110
- package/files/templates/velo[D]/files/typescript/public/i18n/default.ts +0 -123
- package/files/templates/velo[D]/files/typescript/public/i18n/en.ts +0 -117
- package/files/templates/velo[D]/files/typescript/public/models/collections/member_roles.mode.ts +0 -21
- package/files/templates/velo[D]/files/typescript/public/models/collections/organization.model.ts +0 -38
- package/files/templates/velo[D]/files/typescript/public/models/collections/plan.model.ts +0 -94
- package/files/templates/velo[D]/files/typescript/public/models/collections/stage.model.ts +0 -14
- package/files/templates/velo[D]/files/typescript/public/models/collections/subscriptions.model.ts +0 -80
- package/files/templates/velo[D]/files/typescript/public/models/collections/tag.model.ts +0 -15
- package/files/templates/velo[D]/files/typescript/public/models/collections/translations.model.ts +0 -16
- package/files/templates/velo[D]/files/typescript/public/models/modules/authz.model.ts +0 -31
- package/files/templates/velo[D]/files/typescript/public/models/modules/organization.ts +0 -20
- package/files/templates/velo[D]/files/typescript/public/models/splitwise.model.ts +0 -18
- package/files/templates/velo[D]/files/typescript/public/models/store/local.model.ts +0 -10
- package/files/templates/velo[D]/files/typescript/public/models/store/memory.model.ts +0 -10
- package/files/templates/velo[D]/files/typescript/public/models/store/session.model.ts +0 -10
- package/files/templates/velo[D]/files/typescript/public/models/wix/ecom/payment.ts +0 -236
- package/files/templates/velo[D]/files/typescript/public/scss/app.scss +0 -0
- package/files/templates/velo[D]/files/typescript/styles/.gitkeep +0 -0
- package/files/templates/velo[D]/files/typescript/styles/global.scss +0 -0
- package/files/templates/velo[D]/files/typescript/tsconfig.json +0 -72
- package/files/templates/velo[D]/files/vitest.config.ts +0 -45
- package/files/templates/velo[D]/lucy.json +0 -137
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
|
|
3
|
-
const addressSchema = z.object({
|
|
4
|
-
addressLine1: z.string().optional(),
|
|
5
|
-
addressLine2: z.string().optional(),
|
|
6
|
-
city: z.string().optional(),
|
|
7
|
-
country: z.string().optional(),
|
|
8
|
-
postalCode: z.string().optional(),
|
|
9
|
-
streetAddress: z.object({
|
|
10
|
-
name: z.string().optional(),
|
|
11
|
-
number: z.string().optional(),
|
|
12
|
-
}).optional(),
|
|
13
|
-
subdivision: z.string().optional(),
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
const fullAddressContactDetailsSchema = z.object({
|
|
17
|
-
company: z.string().optional(),
|
|
18
|
-
firstName: z.string().optional(),
|
|
19
|
-
lastName: z.string().optional(),
|
|
20
|
-
phone: z.string().optional(),
|
|
21
|
-
vatId: z.object({
|
|
22
|
-
_id: z.string().optional(),
|
|
23
|
-
type: z.enum(['CNPJ', 'CPF', 'UNSPECIFIED']).optional(),
|
|
24
|
-
}).optional(),
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
const itemTaxFullDetailsSchema = z.object({
|
|
28
|
-
taxRate: z.string().optional(),
|
|
29
|
-
taxableAmount: z.object({
|
|
30
|
-
amount: z.string(),
|
|
31
|
-
}).optional(),
|
|
32
|
-
totalTax: z.object({
|
|
33
|
-
amount: z.string(),
|
|
34
|
-
}).optional(),
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
const priceSchema = z.object({
|
|
38
|
-
amount: z.string(),
|
|
39
|
-
formattedAmount: z.string().optional(),
|
|
40
|
-
});
|
|
41
|
-
|
|
42
|
-
const lineItemSchema = z.object({
|
|
43
|
-
productName: z.object({
|
|
44
|
-
original: z.string(),
|
|
45
|
-
translated: z.string().optional(),
|
|
46
|
-
}),
|
|
47
|
-
catalogReference: z.object({
|
|
48
|
-
catalogItemId: z.string(),
|
|
49
|
-
appId: z.string(),
|
|
50
|
-
options: z.object({
|
|
51
|
-
options: z.record(z.unknown()),
|
|
52
|
-
variantId: z.string().optional(),
|
|
53
|
-
}).optional(),
|
|
54
|
-
}),
|
|
55
|
-
quantity: z.number(),
|
|
56
|
-
totalDiscount: priceSchema.optional(),
|
|
57
|
-
descriptionLines: z.array(z.string()).optional(),
|
|
58
|
-
image: z.string().optional(),
|
|
59
|
-
physicalProperties: z.object({
|
|
60
|
-
sku: z.string(),
|
|
61
|
-
shippable: z.boolean(),
|
|
62
|
-
}).optional(),
|
|
63
|
-
itemType: z.object({
|
|
64
|
-
preset: z.string(),
|
|
65
|
-
}).optional(),
|
|
66
|
-
price: priceSchema,
|
|
67
|
-
priceBeforeDiscounts: priceSchema.optional(),
|
|
68
|
-
totalPriceBeforeTax: priceSchema.optional(),
|
|
69
|
-
totalPriceAfterTax: priceSchema.optional(),
|
|
70
|
-
paymentOption: z.string().optional(),
|
|
71
|
-
taxDetails: itemTaxFullDetailsSchema.optional(),
|
|
72
|
-
taxInfo: z.object({
|
|
73
|
-
taxAmount: priceSchema.optional(),
|
|
74
|
-
taxableAmount: priceSchema.optional(),
|
|
75
|
-
taxRate: z.string(),
|
|
76
|
-
taxIncludedInPrice: z.boolean().optional(),
|
|
77
|
-
taxBreakdown: z.array(z.unknown()).optional(),
|
|
78
|
-
}).optional(),
|
|
79
|
-
digitalFile: z.object({
|
|
80
|
-
fileId: z.string(),
|
|
81
|
-
expirationDate: z.union([z.string(), z.date()]), // Accepts either a string or a date
|
|
82
|
-
}).optional(),
|
|
83
|
-
locations: z.array(z.unknown()).optional(),
|
|
84
|
-
lineItemPrice: priceSchema.optional(),
|
|
85
|
-
customLineItem: z.boolean().optional(),
|
|
86
|
-
rootCatalogItemId: z.string().optional(),
|
|
87
|
-
taxableAddress: z.object({
|
|
88
|
-
addressType: z.string(),
|
|
89
|
-
}).optional(),
|
|
90
|
-
_id: z.string(),
|
|
91
|
-
});
|
|
92
|
-
|
|
93
|
-
const appliedDiscountSchema = z.object({
|
|
94
|
-
_id: z.string(),
|
|
95
|
-
discountType: z.enum(['GLOBAL', 'SHIPPING', 'SPECIFIC_ITEMS']),
|
|
96
|
-
lineItemIds: z.array(z.string()).optional(),
|
|
97
|
-
coupon: z.object({
|
|
98
|
-
_id: z.string().optional(),
|
|
99
|
-
amount: priceSchema.optional(),
|
|
100
|
-
code: z.string().optional(),
|
|
101
|
-
name: z.string().optional(),
|
|
102
|
-
}).optional(),
|
|
103
|
-
discountRule: z.object({
|
|
104
|
-
_id: z.string().optional(),
|
|
105
|
-
amount: priceSchema.optional(),
|
|
106
|
-
name: z.object({
|
|
107
|
-
original: z.string(),
|
|
108
|
-
translated: z.string(),
|
|
109
|
-
}),
|
|
110
|
-
}).optional(),
|
|
111
|
-
merchantDiscount: z.object({
|
|
112
|
-
amount: priceSchema,
|
|
113
|
-
description: z.string().optional(),
|
|
114
|
-
discountReason: z.enum(['EXCHANGED_ITEMS', 'UNSPECIFIED']).optional(),
|
|
115
|
-
}).optional(),
|
|
116
|
-
});
|
|
117
|
-
|
|
118
|
-
const additionalFeeSchema = z.object({
|
|
119
|
-
_id: z.string(),
|
|
120
|
-
code: z.string(),
|
|
121
|
-
lineItemIds: z.array(z.string()).optional(),
|
|
122
|
-
name: z.string(),
|
|
123
|
-
price: priceSchema,
|
|
124
|
-
priceAfterTax: priceSchema.optional(),
|
|
125
|
-
priceBeforeTax: priceSchema.optional(),
|
|
126
|
-
providerAppId: z.string().optional(),
|
|
127
|
-
taxDetails: itemTaxFullDetailsSchema.optional(),
|
|
128
|
-
});
|
|
129
|
-
|
|
130
|
-
const eventMetadataSchema = z.object({
|
|
131
|
-
id: z.string(),
|
|
132
|
-
entityId: z.string(),
|
|
133
|
-
eventTime: z.string(),
|
|
134
|
-
triggeredByAnonymizeRequest: z.boolean().optional(),
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
const orderSchema = z.object({
|
|
138
|
-
number: z.string(),
|
|
139
|
-
lineItems: z.array(lineItemSchema),
|
|
140
|
-
buyerInfo: z.object({
|
|
141
|
-
contactId: z.string(),
|
|
142
|
-
email: z.string(),
|
|
143
|
-
memberId: z.string().optional(),
|
|
144
|
-
visitorId: z.string().optional(),
|
|
145
|
-
buyerLanguage: z.string().optional(), // Made optional to avoid the error
|
|
146
|
-
buyerNote: z.string().optional(),
|
|
147
|
-
}),
|
|
148
|
-
paymentStatus: z.enum(['FULLY_REFUNDED', 'NOT_PAID', 'PAID', 'PARTIALLY_PAID', 'PARTIALLY_REFUNDED', 'PENDING', 'UNSPECIFIED']),
|
|
149
|
-
fulfillmentStatus: z.string().optional(),
|
|
150
|
-
currency: z.string(),
|
|
151
|
-
taxIncludedInPrices: z.boolean(),
|
|
152
|
-
siteLanguage: z.string().optional(),
|
|
153
|
-
priceSummary: z.object({
|
|
154
|
-
subtotal: priceSchema,
|
|
155
|
-
shipping: priceSchema.optional(),
|
|
156
|
-
tax: priceSchema.optional(),
|
|
157
|
-
discount: priceSchema.optional(),
|
|
158
|
-
totalPrice: priceSchema,
|
|
159
|
-
total: priceSchema,
|
|
160
|
-
totalWithGiftCard: priceSchema.optional(),
|
|
161
|
-
totalWithoutGiftCard: priceSchema.optional(),
|
|
162
|
-
totalAdditionalFees: priceSchema.optional(),
|
|
163
|
-
}),
|
|
164
|
-
billingInfo: z.object({
|
|
165
|
-
address: addressSchema.optional(),
|
|
166
|
-
contactDetails: fullAddressContactDetailsSchema,
|
|
167
|
-
}).optional(),
|
|
168
|
-
status: z.enum(['APPROVED', 'CANCELED', 'INITIALIZED']),
|
|
169
|
-
archived: z.boolean(),
|
|
170
|
-
taxSummary: z.object({
|
|
171
|
-
totalTax: priceSchema.optional(),
|
|
172
|
-
manualTaxRate: z.string().optional(),
|
|
173
|
-
}).optional(),
|
|
174
|
-
taxInfo: z.object({
|
|
175
|
-
totalTax: priceSchema.optional(),
|
|
176
|
-
taxBreakdown: z.array(z.unknown()).optional(),
|
|
177
|
-
manualTaxRate: z.string().optional(),
|
|
178
|
-
}).optional(),
|
|
179
|
-
appliedDiscounts: z.array(appliedDiscountSchema).optional(),
|
|
180
|
-
activities: z.array(
|
|
181
|
-
z.object({
|
|
182
|
-
type: z.string(),
|
|
183
|
-
_id: z.string(),
|
|
184
|
-
_createdDate: z.union([z.string(), z.date()]), // Accepts either a string or a date
|
|
185
|
-
})
|
|
186
|
-
),
|
|
187
|
-
attributionSource: z.enum(['FACEBOOK_ADS', 'UNSPECIFIED']).optional(),
|
|
188
|
-
createdBy: z.record(z.unknown()).optional(),
|
|
189
|
-
channelInfo: z.object({
|
|
190
|
-
type: z.enum([
|
|
191
|
-
'AMAZON', 'BACKOFFICE_MERCHANT', 'CLASS_PASS', 'EBAY', 'ETSY',
|
|
192
|
-
'FACEBOOK', 'FAIRE_COM', 'GLOBAL_E', 'OTHER_PLATFORM', 'POS',
|
|
193
|
-
'TIKTOK', 'UNSPECIFIED', 'WEB', 'WISH', 'WIX_APP_STORE', 'WIX_INVOICES'
|
|
194
|
-
]),
|
|
195
|
-
}).optional(),
|
|
196
|
-
seenByAHuman: z.boolean().optional(),
|
|
197
|
-
checkoutId: z.string().optional(),
|
|
198
|
-
customFields: z.array(z.unknown()).optional(),
|
|
199
|
-
cartId: z.string().optional(),
|
|
200
|
-
isInternalOrderCreate: z.boolean().optional(),
|
|
201
|
-
payNow: z.object({
|
|
202
|
-
subtotal: priceSchema,
|
|
203
|
-
shipping: priceSchema.optional(),
|
|
204
|
-
tax: priceSchema.optional(),
|
|
205
|
-
discount: priceSchema.optional(),
|
|
206
|
-
totalPrice: priceSchema,
|
|
207
|
-
total: priceSchema,
|
|
208
|
-
totalWithGiftCard: priceSchema.optional(),
|
|
209
|
-
totalWithoutGiftCard: priceSchema.optional(),
|
|
210
|
-
totalAdditionalFees: priceSchema.optional(),
|
|
211
|
-
}).optional(),
|
|
212
|
-
balanceSummary: z.object({
|
|
213
|
-
balance: priceSchema,
|
|
214
|
-
paid: priceSchema,
|
|
215
|
-
refunded: priceSchema.optional(),
|
|
216
|
-
authorized: priceSchema.optional(),
|
|
217
|
-
pendingRefund: priceSchema.optional(),
|
|
218
|
-
}).optional(),
|
|
219
|
-
additionalFees: z.array(additionalFeeSchema).optional(),
|
|
220
|
-
purchaseFlowId: z.string().optional(),
|
|
221
|
-
recipientInfo: z.object({
|
|
222
|
-
address: addressSchema.optional(), // Made optional to avoid the error
|
|
223
|
-
contactDetails: fullAddressContactDetailsSchema,
|
|
224
|
-
}).optional(),
|
|
225
|
-
});
|
|
226
|
-
|
|
227
|
-
export const orderPaymentStatusUpdatedSchema = z.object({
|
|
228
|
-
metadata: eventMetadataSchema,
|
|
229
|
-
data: z.object({
|
|
230
|
-
order: orderSchema,
|
|
231
|
-
previousPaymentStatus: z.enum(['FULLY_REFUNDED', 'NOT_PAID', 'PAID', 'PARTIALLY_PAID', 'PARTIALLY_REFUNDED', 'PENDING', 'UNSPECIFIED']).optional(),
|
|
232
|
-
}),
|
|
233
|
-
});
|
|
234
|
-
|
|
235
|
-
export type OrderPaymentStatusUpdated = z.infer<typeof orderPaymentStatusUpdatedSchema>;
|
|
236
|
-
export type OrderSchema = z.infer<typeof orderSchema>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"typeAcquisition": {
|
|
3
|
-
"enable": true
|
|
4
|
-
},
|
|
5
|
-
"compilerOptions": {
|
|
6
|
-
// --- Path and Module Settings ---
|
|
7
|
-
"module": "ES2020",
|
|
8
|
-
"moduleResolution": "Node",
|
|
9
|
-
"target": "ES2020",
|
|
10
|
-
"baseUrl": "..",
|
|
11
|
-
"paths": {
|
|
12
|
-
"public/*": ["./public/*"],
|
|
13
|
-
"backend/*": ["./backend/*"],
|
|
14
|
-
"pages/*": ["./pages/*"],
|
|
15
|
-
"types/*": ["./types/*"]
|
|
16
|
-
},
|
|
17
|
-
"typeRoots": [
|
|
18
|
-
"./.wix/types",
|
|
19
|
-
"./typescript/types",
|
|
20
|
-
"./node_modules/@types"
|
|
21
|
-
],
|
|
22
|
-
"outDir": "./src",
|
|
23
|
-
"resolveJsonModule": true,
|
|
24
|
-
"jsx": "react-jsx",
|
|
25
|
-
"allowJs": false,
|
|
26
|
-
|
|
27
|
-
// --- Declaration File Settings (Crucial for this error) ---
|
|
28
|
-
"declaration": true,
|
|
29
|
-
"declarationMap": true,
|
|
30
|
-
|
|
31
|
-
// --- Strictness and Checks ---
|
|
32
|
-
"strict": true,
|
|
33
|
-
"allowSyntheticDefaultImports": true,
|
|
34
|
-
"skipLibCheck": true,
|
|
35
|
-
"forceConsistentCasingInFileNames": true,
|
|
36
|
-
"alwaysStrict": false,
|
|
37
|
-
"noImplicitAny": true,
|
|
38
|
-
"noImplicitReturns": true,
|
|
39
|
-
"noImplicitThis": true,
|
|
40
|
-
"strictNullChecks": true,
|
|
41
|
-
"exactOptionalPropertyTypes": true,
|
|
42
|
-
"strictBindCallApply": true,
|
|
43
|
-
"strictFunctionTypes": true,
|
|
44
|
-
"strictPropertyInitialization": true,
|
|
45
|
-
|
|
46
|
-
// --- Advanced ---
|
|
47
|
-
"composite": false,
|
|
48
|
-
"preserveConstEnums": true,
|
|
49
|
-
"plugins": [
|
|
50
|
-
{
|
|
51
|
-
"name": "@styled/typescript-styled-plugin"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "typescript-eslint-language-service"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
},
|
|
58
|
-
"include": [
|
|
59
|
-
"./**/*.ts"
|
|
60
|
-
],
|
|
61
|
-
"exclude": [
|
|
62
|
-
"../node_modules",
|
|
63
|
-
"../.wix",
|
|
64
|
-
"../src",
|
|
65
|
-
"**/*.spec.ts"
|
|
66
|
-
],
|
|
67
|
-
"references": [
|
|
68
|
-
{
|
|
69
|
-
"path": "../jsconfig.json"
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/naming-convention */
|
|
2
|
-
import path from 'node:path';
|
|
3
|
-
|
|
4
|
-
import fs from 'fs';
|
|
5
|
-
import tsconfigPaths from 'vite-tsconfig-paths';
|
|
6
|
-
import { defineConfig } from 'vitest/config';
|
|
7
|
-
|
|
8
|
-
export default defineConfig({
|
|
9
|
-
plugins: [
|
|
10
|
-
tsconfigPaths({
|
|
11
|
-
projects: ['./local.tsconfig.json'],
|
|
12
|
-
}),
|
|
13
|
-
{
|
|
14
|
-
name: 'multi-folder-wix-resolution',
|
|
15
|
-
enforce: 'pre',
|
|
16
|
-
resolveId(source) {
|
|
17
|
-
|
|
18
|
-
if (source.startsWith('wix')){
|
|
19
|
-
const moduleName = source.replace(/^wix/, '');
|
|
20
|
-
const candidates = [
|
|
21
|
-
path.resolve(__dirname, './lib/__mocks__/wix' + moduleName),
|
|
22
|
-
path.resolve(__dirname, './typescript/__mocks__/wix' + moduleName),
|
|
23
|
-
];
|
|
24
|
-
|
|
25
|
-
for (const candidate of candidates){
|
|
26
|
-
if (fs.existsSync(candidate + '.ts') || fs.existsSync(candidate + '/index.ts')){
|
|
27
|
-
return candidate;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
return null;
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
],
|
|
36
|
-
test: {
|
|
37
|
-
coverage: {
|
|
38
|
-
provider: 'v8',
|
|
39
|
-
reporter: ['text', 'json', 'html'],
|
|
40
|
-
reportsDirectory: './coverage',
|
|
41
|
-
exclude: ['**/node_modules/**', 'src/**', '.wix/**', '**/models/**', '**/__mocks__/**', 'docs/**', 'cypress/**', '**/pages/**'],
|
|
42
|
-
},
|
|
43
|
-
alias: {}
|
|
44
|
-
},
|
|
45
|
-
});
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"modules": {
|
|
3
|
-
"lib": {
|
|
4
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-velo-lib.git",
|
|
5
|
-
"branch": "1.0.0"
|
|
6
|
-
},
|
|
7
|
-
"custom-elements": {
|
|
8
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-custom-elements.git",
|
|
9
|
-
"branch": "1.0.0",
|
|
10
|
-
"path": "typescript/public/custom-elements",
|
|
11
|
-
"noCompile": true
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"wixSettings": {
|
|
15
|
-
"compilerOptions": {
|
|
16
|
-
"composite": true,
|
|
17
|
-
"noEmit": false,
|
|
18
|
-
"lib": [],
|
|
19
|
-
"jsx": "react-jsx"
|
|
20
|
-
},
|
|
21
|
-
"exclude": ["**/*.js"]
|
|
22
|
-
},
|
|
23
|
-
"initialized": false,
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@effect/cluster": "0.39.4",
|
|
26
|
-
"@effect/experimental": "0.49.2",
|
|
27
|
-
"@effect/opentelemetry": "0.51.2",
|
|
28
|
-
"@effect/platform": "0.85.2",
|
|
29
|
-
"@effect/platform-node": "0.86.4",
|
|
30
|
-
"@effect/rpc": "0.62.4",
|
|
31
|
-
"@effect/sql": "0.38.2",
|
|
32
|
-
"@faker-js/faker": "^9.8.0",
|
|
33
|
-
"@opentelemetry/api": "^1.9.0",
|
|
34
|
-
"@opentelemetry/resources": "^2.0.1",
|
|
35
|
-
"@opentelemetry/sdk-logs": "^0.202.0",
|
|
36
|
-
"@opentelemetry/sdk-metrics": "^2.0.1",
|
|
37
|
-
"@opentelemetry/sdk-trace-base": "^2.0.1",
|
|
38
|
-
"@opentelemetry/sdk-trace-node": "^2.0.1",
|
|
39
|
-
"@opentelemetry/sdk-trace-web": "^2.0.1",
|
|
40
|
-
"@opentelemetry/semantic-conventions": "^1.34.0",
|
|
41
|
-
"@react-pdf/renderer": "^4.3.0",
|
|
42
|
-
"@wix/cache": "^1.0.25",
|
|
43
|
-
"@wix/data": "^1.0.241",
|
|
44
|
-
"@wix/essentials": "^0.1.24",
|
|
45
|
-
"@wix/groups": "^1.0.131",
|
|
46
|
-
"@wix/http-functions": "^1.0.0",
|
|
47
|
-
"@wix/media": "^1.0.170",
|
|
48
|
-
"@wix/members": "^1.0.299",
|
|
49
|
-
"@wix/multilingual": "^1.0.171",
|
|
50
|
-
"@wix/pricing-plans": "^1.0.188",
|
|
51
|
-
"@wix/secrets": "^1.0.53",
|
|
52
|
-
"@wix/site-location": "^1.26.0",
|
|
53
|
-
"@wix/site-members": "^1.26.0",
|
|
54
|
-
"@wix/site-realtime": "^1.19.0",
|
|
55
|
-
"@wix/site-seo": "^1.21.0",
|
|
56
|
-
"@wix/site-site": "^1.25.0",
|
|
57
|
-
"@wix/site-storage": "^1.21.0",
|
|
58
|
-
"@wix/site-window": "^1.38.0",
|
|
59
|
-
"@wix/web-methods": "^1.0.11",
|
|
60
|
-
"@xstate/store": "^3.6.2",
|
|
61
|
-
"add": "^2.0.6",
|
|
62
|
-
"axios": "^1.9.0",
|
|
63
|
-
"casbin": "^5.38.0",
|
|
64
|
-
"casbin.js": "^0.5.1",
|
|
65
|
-
"effect": "^3.16.4",
|
|
66
|
-
"geolib": "^3.3.4",
|
|
67
|
-
"gsap": "^3.13.0",
|
|
68
|
-
"i18next": "^25.2.1",
|
|
69
|
-
"immer": "^10.1.1",
|
|
70
|
-
"jwt-decode": "^4.0.0",
|
|
71
|
-
"meilisearch": "0.51.0",
|
|
72
|
-
"nats": "^2.29.3",
|
|
73
|
-
"njwt": "^2.0.1",
|
|
74
|
-
"nodemailer": "^7.0.3",
|
|
75
|
-
"openapi-fetch": "^0.14.0",
|
|
76
|
-
"openapi-typescript": "^7.8.0",
|
|
77
|
-
"react": "^19.1.0",
|
|
78
|
-
"react-dom": "^19.1.0",
|
|
79
|
-
"react-transition-group": "^4.4.5",
|
|
80
|
-
"tinybase": "^6.2.1",
|
|
81
|
-
"uuid": "^11.1.0",
|
|
82
|
-
"xstate": "^5.19.4"
|
|
83
|
-
},
|
|
84
|
-
"devDependencies": {
|
|
85
|
-
"@eslint/js": "^9.17.0",
|
|
86
|
-
"@styled/typescript-styled-plugin": "^1.0.1",
|
|
87
|
-
"@total-typescript/ts-reset": "^0.6.1",
|
|
88
|
-
"@types/node": "^22.10.2",
|
|
89
|
-
"@types/nodemailer": "^6.4.17",
|
|
90
|
-
"@types/react": "^19.0.1",
|
|
91
|
-
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
92
|
-
"@typescript-eslint/parser": "^8.18.1",
|
|
93
|
-
"@typescript-eslint/utils": "^8.18.1",
|
|
94
|
-
"@vitest/coverage-v8": "^2.1.8",
|
|
95
|
-
"@vitest/ui": "^2.1.8",
|
|
96
|
-
"@wix/cli": "^1.1.53",
|
|
97
|
-
"@wix/eslint-plugin-cli": "^1.0.2",
|
|
98
|
-
"cypress": "^13.16.1",
|
|
99
|
-
"cypress-cloud": "^1.13.0",
|
|
100
|
-
"esbuild": "^0.24.0",
|
|
101
|
-
"eslint": "^9.17.0",
|
|
102
|
-
"eslint-plugin-exception-handling": "^1.5.4",
|
|
103
|
-
"eslint-plugin-import": "^2.31.0",
|
|
104
|
-
"eslint-plugin-jsdoc": "^50.6.1",
|
|
105
|
-
"eslint-plugin-named-import-spacing": "^1.0.3",
|
|
106
|
-
"eslint-plugin-promise": "^7.2.1",
|
|
107
|
-
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
108
|
-
"prettier": "^3.4.2",
|
|
109
|
-
"sass": "^1.83.0",
|
|
110
|
-
"ts-node": "^10.9.2",
|
|
111
|
-
"tsx": "^4.19.2",
|
|
112
|
-
"typedoc": "^0.27.5",
|
|
113
|
-
"typedoc-github-theme": "^0.2.0",
|
|
114
|
-
"typescript": "^5.7.2",
|
|
115
|
-
"typescript-eslint": "^8.18.1",
|
|
116
|
-
"typescript-eslint-language-service": "^5.0.5",
|
|
117
|
-
"vite-tsconfig-paths": "^5.1.4",
|
|
118
|
-
"vitest": "^2.1.8",
|
|
119
|
-
"vitest-tsconfig-paths": "^3.4.1"
|
|
120
|
-
},
|
|
121
|
-
"scripts": {
|
|
122
|
-
"postinstall": "wix sync-types",
|
|
123
|
-
"wix:dev": "wix dev",
|
|
124
|
-
"dev": "lucy-cli dev",
|
|
125
|
-
"lint": "NODE_OPTIONS=\"--max-old-space-size=32768\" eslint .",
|
|
126
|
-
"docs": "typedoc --tsconfig typescript/tsconfig.json --skipErrorChecking",
|
|
127
|
-
"build": "lucy-cli build-prod",
|
|
128
|
-
"fix-wix": "lucy-cli fix-wix",
|
|
129
|
-
"tsc": "tsc -p ./typescript/tsconfig.json --noEmit",
|
|
130
|
-
"test": "vitest --ui --coverage",
|
|
131
|
-
"coverage": "vitest run --coverage",
|
|
132
|
-
"cypress": "cypress open",
|
|
133
|
-
"e2e": "cypress-cloud run --parallel --record"
|
|
134
|
-
},
|
|
135
|
-
"type": "velo",
|
|
136
|
-
"packageManager": "yarn"
|
|
137
|
-
}
|