mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
abd5c698bd
* feat(tauri.js) add API endpoint proxy * feat(tauri.js) always resolve/reject proxy promise * chore(proxy) wait for onTauriInit to start direct proxy to window.tauri * feat(tests) add project for initial e2e test * chore(tauri) remove whitespaces on runner.rs * chore(test): remove updater.rs * feat(tests) move e2e test to tauri.js/test/jest thanks to @laegel for the awesome work moving the test code to jest * feat(tests) prepare build for modes tests * fix(tests) properly run build tests * feat(tests) add dev e2e test * fix(tests) cleanup * chore(tests) move e2e test from express to http.createServer * chore(tauri.js) husky back to 4.0.10 * chore(tests) custom transformer to export with default * chore(tests) use jest mapping instead of relative paths * chore(tests) move dev e2e test to http.createServer * chore(tests) move dev/build e2e test to tes.each instead of for loop * chore(tauri.js) add comment to non-webpack-require.ts * chore(tests) change test.each to it.each * chore(tests) adjust it.each message signature * fix(tests) adjust to properly run on initial build * fix(tests) properly cleanup * fix(tests) wait server.close to reject test * fix(tests) wait server.close to resolve test * fix(actions) install webkit2gtk-4.0 on test-tauri-js-cli * fix(ci) install tauri-cli on test-tauri-js-cli * fix(tauri.js) lint errors Co-authored-by: Lucas Nogueira <lucas@quasar.dev> Co-authored-by: nothingismagick <denjell@sfosc.org>
118 lines
3.4 KiB
JSON
118 lines
3.4 KiB
JSON
{
|
|
"name": "tauri",
|
|
"version": "0.4.5",
|
|
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
|
|
"bin": {
|
|
"tauri": "./bin/tauri.js"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/tauri"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --progress",
|
|
"build-release": "yarn build --display none --progress false",
|
|
"test": "jest --runInBand --no-cache",
|
|
"pretest": "yarn build",
|
|
"prepublishOnly": "yarn build-release",
|
|
"test:mac-local": "jest --runInBand",
|
|
"lint": "eslint --ext ts ./src/**/*.ts",
|
|
"lint-fix": "eslint --fix --ext ts ./src/**/*.ts",
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
|
|
"build:tauri[rust]": "cd ../tauri && TAURI_DIST_DIR=../../test/fixture/dist TAURI_DIR=../test/fixture cargo publish --dry-run --allow-dirty"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tauri-apps/tauri.git"
|
|
},
|
|
"contributors": [
|
|
"Tauri Team <team@tauri-apps.org> (https://tauri.studio)",
|
|
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
|
|
"Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
|
},
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.17.0",
|
|
"npm": ">= 6.6.0",
|
|
"yarn": ">= 1.19.1"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/tauri-inliner": "1.14.0",
|
|
"@tauri-apps/toml": "2.2.4",
|
|
"chalk": "3.0.0",
|
|
"chokidar": "3.3.1",
|
|
"cross-spawn": "7.0.1",
|
|
"fast-glob": "3.2.2",
|
|
"fs-extra": "8.1.0",
|
|
"imagemin": "7.0.1",
|
|
"imagemin-optipng": "7.1.0",
|
|
"imagemin-pngquant": "8.0.0",
|
|
"imagemin-zopfli": "6.0.0",
|
|
"is-png": "2.0.0",
|
|
"isbinaryfile": "4.0.4",
|
|
"jsdom": "16.2.0",
|
|
"lodash": "4.17.15",
|
|
"minimist": "1.2.0",
|
|
"ms": "2.1.2",
|
|
"png2icons": "2.0.1",
|
|
"read-chunk": "3.2.0",
|
|
"sharp": "0.24.1",
|
|
"webpack-merge": "4.2.2",
|
|
"webpack-shell-plugin": "0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.7.7",
|
|
"@babel/preset-env": "7.7.7",
|
|
"@babel/preset-typescript": "7.7.7",
|
|
"@types/cross-spawn": "6.0.1",
|
|
"@types/fs-extra": "8.1.0",
|
|
"@types/imagemin": "7.0.0",
|
|
"@types/imagemin-optipng": "5.2.0",
|
|
"@types/jsdom": "16.1.0",
|
|
"@types/lodash": "4.14.149",
|
|
"@types/ms": "0.7.31",
|
|
"@types/sharp": "0.24.0",
|
|
"@types/webpack-merge": "4.1.5",
|
|
"@typescript-eslint/eslint-plugin": "2.22.0",
|
|
"@typescript-eslint/parser": "2.22.0",
|
|
"babel-jest": "24.9.0",
|
|
"dotenv": "8.2.0",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-standard-with-typescript": "14.0.0",
|
|
"eslint-plugin-import": "2.20.1",
|
|
"eslint-plugin-lodash-template": "0.15.0",
|
|
"eslint-plugin-node": "11.0.0",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-security": "1.4.0",
|
|
"eslint-plugin-standard": "4.0.1",
|
|
"husky": "4.2.3",
|
|
"is-running": "^2.1.0",
|
|
"jest": "25.1.0",
|
|
"jest-mock-process": "1.3.2",
|
|
"lint-staged": "10.0.8",
|
|
"lockfile-lint": "4.0.0",
|
|
"promise": "8.1.0",
|
|
"raw-loader": "4.0.0",
|
|
"ts-loader": "6.2.1",
|
|
"typescript": "3.8.3",
|
|
"webpack": "4.42.0",
|
|
"webpack-cli": "3.3.11",
|
|
"webpack-node-externals": "1.7.2"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": [
|
|
"eslint --fix"
|
|
]
|
|
}
|