mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-05 03:08:39 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Some checks are pending
CI / files-changed (push) Waiting to run
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, macos-14, stable) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, 1.85) (push) Blocked by required conditions
CI / mcu (pico-st7789, thumbv6m-none-eabi) (push) Blocked by required conditions
autofix.ci / lint_typecheck (push) Waiting to run
autofix.ci / format_fix (push) Waiting to run
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, beta) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, stable) (push) Blocked by required conditions
CI / build_and_test (ubuntu-22.04, 1.85) (push) Blocked by required conditions
CI / build_and_test (ubuntu-22.04, nightly) (push) Blocked by required conditions
CI / node_test (macos-14) (push) Blocked by required conditions
CI / node_test (ubuntu-22.04) (push) Blocked by required conditions
CI / node_test (windows-2022) (push) Blocked by required conditions
CI / python_test (macos-14) (push) Blocked by required conditions
CI / python_test (ubuntu-22.04) (push) Blocked by required conditions
CI / python_test (windows-2022) (push) Blocked by required conditions
CI / cpp_test_driver (macos-13) (push) Blocked by required conditions
CI / cpp_test_driver (ubuntu-22.04) (push) Blocked by required conditions
CI / cpp_test_driver (windows-2022) (push) Blocked by required conditions
CI / cpp_cmake (macos-14, 1.85) (push) Blocked by required conditions
CI / cpp_cmake (ubuntu-22.04, stable) (push) Blocked by required conditions
CI / cpp_cmake (windows-2022, nightly) (push) Blocked by required conditions
CI / cpp_package_test (push) Blocked by required conditions
CI / vsce_build_test (push) Blocked by required conditions
CI / mcu (pico2-st7789, thumbv8m.main-none-eabihf) (push) Blocked by required conditions
CI / mcu (stm32h735g, thumbv7em-none-eabihf) (push) Blocked by required conditions
CI / mcu-embassy (push) Blocked by required conditions
CI / ffi_32bit_build (push) Blocked by required conditions
CI / docs (push) Blocked by required conditions
CI / wasm (push) Blocked by required conditions
CI / wasm_demo (push) Blocked by required conditions
CI / tree-sitter (push) Blocked by required conditions
CI / updater_test (0.3.0) (push) Blocked by required conditions
CI / fmt_test (push) Blocked by required conditions
CI / esp-idf-quick (push) Blocked by required conditions
CI / android (push) Blocked by required conditions
CI / miri (push) Blocked by required conditions
CI / test-figma-inspector (push) Blocked by required conditions
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.0.0 to 7.0.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.0.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
2.9 KiB
JSON
57 lines
2.9 KiB
JSON
{
|
|
"//": "cSpell: ignore codingame dragdrop femtovg frsource lumino treemended quickaccess ",
|
|
"name": "slintpad",
|
|
"version": "1.13.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "pnpm clean && vite build",
|
|
"build:wasm_experimental_lsp": "wasm-pack build --dev --target web ../lsp -- --no-default-features --features backend-winit,renderer-femtovg,preview,experimental",
|
|
"build:wasm_lsp": "wasm-pack build --dev --target web ../lsp -- --no-default-features --features backend-winit,renderer-femtovg,preview",
|
|
"build:wasm_lsp-release": "wasm-pack build --release --target web ../lsp -- --no-default-features --features backend-winit,renderer-femtovg,preview",
|
|
"build:wasm_interpreter": "wasm-pack build --dev --target web ../../api/wasm-interpreter -- --features console_error_panic_hook",
|
|
"build:wasm_interpreter-release": "wasm-pack build --release --target web ../../api/wasm-interpreter -- --features console_error_panic_hook",
|
|
"check": "biome check",
|
|
"format": "biome format",
|
|
"format:fix": "biome format --write",
|
|
"lint": "biome lint",
|
|
"lint:fix": "biome lint --fix",
|
|
"clean": "rimraf dist dev-dist pkg",
|
|
"start": "pnpm clean && pnpm build:wasm_lsp && vite",
|
|
"preview": "vite preview --open --port=3000",
|
|
"type-check": "tsc --noEmit",
|
|
"slintpad:prepublish": "pnpm clean && pnpm build:wasm_lsp-release && pnpm build:wasm_interpreter-release",
|
|
"test": "playwright test",
|
|
"test:ui": "playwright test --ui"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.0.6",
|
|
"@codingame/monaco-vscode-configuration-service-override": "~8.0.4",
|
|
"@codingame/monaco-vscode-files-service-override": "~8.0.4",
|
|
"@codingame/monaco-vscode-keybindings-service-override": "~8.0.4",
|
|
"@codingame/monaco-vscode-languages-service-override": "~8.0.4",
|
|
"@codingame/monaco-vscode-model-service-override": "~8.0.4",
|
|
"@codingame/monaco-vscode-storage-service-override": "~8.0.4",
|
|
"@codingame/monaco-vscode-api": "~8.0.4",
|
|
"@codingame/monaco-vscode-editor-api": "~8.0.4",
|
|
"@lumino/default-theme": "2.1.10",
|
|
"@lumino/widgets": "2.7.1",
|
|
"@playwright/test": "1.53.2",
|
|
"@types/node": "20.16.10",
|
|
"@types/vscode": "1.92.0",
|
|
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@8.0.4",
|
|
"monaco-editor-wrapper": "~5.5.3",
|
|
"monaco-languageclient": "~8.8.3",
|
|
"path-browserify": "1.0.1",
|
|
"playwright-ctrf-json-reporter": "0.0.21",
|
|
"rimraf": "6.0.1",
|
|
"typescript": "5.8.3",
|
|
"vite": "7.0.2",
|
|
"vscode": "npm:@codingame/monaco-vscode-api@8.0.4",
|
|
"vscode-languageclient": "9.0.1",
|
|
"vscode-languageserver": "9.0.1",
|
|
"vscode-uri": "3.1.0"
|
|
}
|
|
}
|