This commit updates the project's npm dependencies to their
latest versions.
Updates to the following dependencies are on hold due to compatibility
issues:
- `@typescript-eslint/eslint-plugin`:
- Blocked by `@vue/eslint-config-airbnb-with-typescript`
(vuejs/eslint-config-airbnb#63).
- `@typescript-eslint/parser`:
- Blocked by `@vue/eslint-config-airbnb-with-typescript`
(vuejs/eslint-config-airbnb#63).
- `@vue/eslint-config-typescript`:
- Blocked by `@vue/eslint-config-airbnb-with-typescript`
(vuejs/eslint-config-airbnb#63).
- `eslint`:
- Blocked by `@vue/eslint-config-airbnb-with-typescript`
(vuejs/eslint-config-airbnb#65).
- Blocked by `@typescript-eslint/eslint-plugin` and
`@typescript-eslint/parser`
(typescript-eslint/typescript-eslint#8211).
These dependencies remain at their current major versions, and
their status is documented in the `package.json` to inform future
updates.
Other supporting changes:
- Moves `@types/markdown-it` to `devDependencies` which was incorrectly
included in `dependencies`.
- Fix error in `TreeView.spec` tests, revealed by the version bump.
- Update `markdown-it` import to match the new file.
109 lines
5.1 KiB
JSON
109 lines
5.1 KiB
JSON
{
|
|
"name": "privacy.sexy",
|
|
"version": "0.13.1",
|
|
"private": true,
|
|
"slogan": "Privacy is sexy",
|
|
"description": "Enforce privacy & security best-practices on Windows, macOS and Linux, because privacy is sexy.",
|
|
"author": "undergroundwires",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest run --dir tests/unit",
|
|
"test:integration": "vitest run --dir tests/integration",
|
|
"test:cy:run": "start-server-and-test \"vite build && vite preview --port 7070\" http://localhost:7070 \"cypress run --config baseUrl=http://localhost:7070\"",
|
|
"test:cy:open": "start-server-and-test \"vite --port 7070 --mode production\" http://localhost:7070 \"cypress open --config baseUrl=http://localhost:7070\"",
|
|
"lint": "npm run lint:md && npm run lint:md:consistency && npm run lint:md:relative-urls && npm run lint:eslint && npm run lint:yaml",
|
|
"install-deps": "node scripts/npm-install.js",
|
|
"icons:build": "node scripts/logo-update.js",
|
|
"check:desktop": "vitest run --dir tests/checks/desktop-runtime-errors --environment node",
|
|
"check:external-urls": "vitest run --dir tests/checks/external-urls --environment node",
|
|
"check:verify-build-artifacts": "node scripts/verify-build-artifacts",
|
|
"electron:dev": "electron-vite dev",
|
|
"electron:preview": "electron-vite preview",
|
|
"electron:prebuild": "electron-vite build",
|
|
"electron:build": "electron-builder",
|
|
"lint:eslint": "eslint . --max-warnings=0 --ignore-path .gitignore",
|
|
"lint:md": "markdownlint **/*.md --ignore node_modules",
|
|
"lint:md:consistency": "remark . --frail --use remark-preset-lint-consistent",
|
|
"lint:md:relative-urls": "remark . --frail --use remark-validate-links",
|
|
"lint:yaml": "yamllint **/*.yaml --ignore=node_modules/**/*.yaml",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstall": "electron-builder install-app-deps"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/vue": "^1.0.6",
|
|
"@juggle/resize-observer": "^3.4.0",
|
|
"ace-builds": "^1.33.0",
|
|
"electron-log": "^5.1.2",
|
|
"electron-progressbar": "^2.2.1",
|
|
"electron-updater": "^6.1.9",
|
|
"file-saver": "^2.0.5",
|
|
"markdown-it": "^14.1.0",
|
|
"vue": "^3.4.21"
|
|
},
|
|
"devDependencies": {
|
|
"@modyfi/vite-plugin-yaml": "^1.1.0",
|
|
"@rushstack/eslint-patch": "^1.10.2",
|
|
"@types/ace": "^0.0.52",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/markdown-it": "^14.0.1",
|
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
"@typescript-eslint/parser": "6.21.0",
|
|
"@vitejs/plugin-legacy": "^5.3.2",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-airbnb-with-typescript": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "12.0.0",
|
|
"@vue/test-utils": "^2.4.5",
|
|
"autoprefixer": "^10.4.19",
|
|
"cypress": "^13.7.3",
|
|
"electron": "^29.3.0",
|
|
"electron-builder": "^24.13.3",
|
|
"electron-devtools-installer": "^3.2.0",
|
|
"electron-icon-builder": "^2.0.1",
|
|
"electron-vite": "^2.1.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"eslint-plugin-vuejs-accessibility": "^2.2.1",
|
|
"icon-gen": "^4.0.0",
|
|
"jsdom": "^24.0.0",
|
|
"markdownlint-cli": "^0.39.0",
|
|
"postcss": "^8.4.38",
|
|
"remark-cli": "^12.0.0",
|
|
"remark-lint-no-dead-urls": "^1.1.0",
|
|
"remark-preset-lint-consistent": "^6.0.0",
|
|
"remark-validate-links": "^13.0.1",
|
|
"sass": "^1.75.0",
|
|
"start-server-and-test": "^2.0.3",
|
|
"svgexport": "^0.4.2",
|
|
"terser": "^5.30.3",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.8",
|
|
"vitest": "^1.5.0",
|
|
"vue-tsc": "^2.0.13",
|
|
"yaml-lint": "^1.7.0"
|
|
},
|
|
"//devDependencies": {
|
|
"terser": "Used by `@vitejs/plugin-legacy` for minification",
|
|
"@rushstack/eslint-patch": "Needed by `@vue/eslint-config-typescript` and `@vue/eslint-config-airbnb-with-typescript`",
|
|
"@typescript-eslint/eslint-plugin": "Cannot migrate to v7 because of `@vue/eslint-config-airbnb-with-typescript`, see https://github.com/vuejs/eslint-config-airbnb/issues/63",
|
|
"@typescript-eslint/parser": "Cannot migrate to v7 because of `@vue/eslint-config-airbnb-with-typescript`, see https://github.com/vuejs/eslint-config-airbnb/issues/63",
|
|
"@vue/eslint-config-typescript": "Cannot migrate to v13 because of `@vue/eslint-config-airbnb-with-typescript`, see https://github.com/vuejs/eslint-config-airbnb/issues/63",
|
|
"eslint": "Cannot migrate to v9 `@typescript-eslint/eslint-plugin` (≤ v7), `@typescript-eslint/parser` (≤ v7), `@vue/eslint-config-airbnb-with-typescript@` (≤ v8) requires `eslint` ≤ v8, see https://github.com/vuejs/eslint-config-airbnb/issues/65, https://github.com/typescript-eslint/typescript-eslint/issues/8211"
|
|
},
|
|
"homepage": "https://privacy.sexy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/undergroundwires/privacy.sexy.git"
|
|
},
|
|
"optionalDependencies": {
|
|
"dmg-license": "^1.0.11"
|
|
},
|
|
"//optionalDependencies": {
|
|
"dmg-license": "Required by `electron-builder` for DMG builds on macOS, https://github.com/electron-userland/electron-builder/issues/6489, https://github.com/electron-userland/electron-builder/issues/6520"
|
|
}
|
|
}
|