mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
d7b343e8c8
Co-authored-by: Renovate Bot <bot@renovateapp.com>
150 lines
5.1 KiB
JSON
150 lines
5.1 KiB
JSON
{
|
|
"name": "tauri",
|
|
"version": "0.12.0",
|
|
"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": "yarn build:api && yarn build:webpack",
|
|
"build:webpack": "rimraf ./dist && yarn build:typevalidators && webpack --progress",
|
|
"build:typevalidators": "node ./build/type-validators",
|
|
"build:api": "rimraf ./api && rollup -c --silent",
|
|
"build-release": "yarn build --display none --progress false",
|
|
"test": "jest --runInBand --no-cache --testPathIgnorePatterns=\"(build|dev)\"",
|
|
"pretest": "yarn build",
|
|
"prepublishOnly": "yarn build-release",
|
|
"test:local": "jest --runInBand",
|
|
"lint": "eslint --ext ts \"./src/**/*.ts\" \"./api-src/**/*.ts\"",
|
|
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\" \"./api-src/**/*.ts\"",
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
|
|
"format": "prettier --write --end-of-line=auto !./**/mutation-observer.js !./**/config.validator.js \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
|
|
"format:check": "prettier --check --end-of-line=auto !./**/mutation-observer.js \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
|
|
"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@tauri.studio>"
|
|
],
|
|
"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.1",
|
|
"@tauri-apps/toml": "2.2.4",
|
|
"chalk": "4.1.0",
|
|
"chokidar": "3.4.2",
|
|
"cross-spawn": "7.0.3",
|
|
"fast-glob": "3.2.4",
|
|
"fs-extra": "9.0.1",
|
|
"http-proxy": "1.18.1",
|
|
"imagemin": "7.0.1",
|
|
"imagemin-optipng": "8.0.0",
|
|
"imagemin-pngquant": "9.0.1",
|
|
"imagemin-zopfli": "7.0.0",
|
|
"inquirer": "7.3.3",
|
|
"is-png": "2.0.0",
|
|
"is-reachable": "4.0.0",
|
|
"isbinaryfile": "4.0.6",
|
|
"jsdom": "16.4.0",
|
|
"lodash": "4.17.20",
|
|
"minimist": "1.2.5",
|
|
"ms": "2.1.2",
|
|
"png2icons": "2.0.1",
|
|
"read-chunk": "3.2.0",
|
|
"semver": "7.3.2",
|
|
"sharp": "0.26.1",
|
|
"webpack-merge": "5.2.0",
|
|
"webpack-shell-plugin": "0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.11.6",
|
|
"@babel/preset-env": "7.11.5",
|
|
"@babel/preset-typescript": "7.10.4",
|
|
"@rollup/plugin-babel": "5.2.1",
|
|
"@rollup/plugin-commonjs": "15.1.0",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"@rollup/plugin-node-resolve": "9.0.0",
|
|
"@rollup/plugin-sucrase": "3.1.0",
|
|
"@rollup/plugin-typescript": "6.0.0",
|
|
"@types/cross-spawn": "6.0.2",
|
|
"@types/fs-extra": "9.0.1",
|
|
"@types/http-proxy": "1.17.4",
|
|
"@types/imagemin": "7.0.0",
|
|
"@types/imagemin-optipng": "5.2.0",
|
|
"@types/inquirer": "7.3.1",
|
|
"@types/jsdom": "16.2.4",
|
|
"@types/lodash": "4.14.161",
|
|
"@types/ms": "0.7.31",
|
|
"@types/semver": "7.3.4",
|
|
"@types/sharp": "0.26.0",
|
|
"@types/webpack-merge": "4.1.5",
|
|
"@typescript-eslint/eslint-plugin": "4.4.0",
|
|
"@typescript-eslint/parser": "4.4.0",
|
|
"babel-jest": "26.5.2",
|
|
"copy-webpack-plugin": "6.2.1",
|
|
"dotenv": "8.2.0",
|
|
"eslint": "7.11.0",
|
|
"eslint-config-prettier": "6.12.0",
|
|
"eslint-config-standard-with-typescript": "19.0.1",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-lodash-template": "0.19.0",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-security": "1.4.0",
|
|
"eslint-plugin-standard": "4.0.1",
|
|
"husky": "4.3.0",
|
|
"is-running": "2.1.0",
|
|
"jest": "26.5.2",
|
|
"jest-mock-process": "1.4.0",
|
|
"lint-staged": "10.4.0",
|
|
"lockfile-lint": "4.3.7",
|
|
"prettier": "2.1.2",
|
|
"promise": "8.1.0",
|
|
"raw-loader": "4.0.2",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "2.29.0",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rollup-plugin-typescript2": "0.27.3",
|
|
"toml-loader": "1.0.0",
|
|
"ts-loader": "8.0.4",
|
|
"tslib": "2.0.3",
|
|
"typescript": "4.0.3",
|
|
"typescript-json-validator": "2.4.2",
|
|
"webpack": "4.44.2",
|
|
"webpack-cli": "3.3.12",
|
|
"webpack-node-externals": "2.5.2"
|
|
},
|
|
"resolutions": {
|
|
"**/lodash": ">=4.17.19"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,md,html,css,json}": "prettier --write --end-of-line=auto !./**/mutation-observer.js !./**/config.validator.js \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
|
|
"*.{ts,tsx}": "eslint --fix --ext ts ./src/**/*.ts ./api-src/**/*.ts"
|
|
}
|
|
}
|