- Fix reverting "Disable SQM OS key". - Fix applying "Disable Visual Studio Code data collection" scripts. - Fix reverting "Do not show recently used files in Quick Access". - Add unit tests for automatically checking similar issues in future.
81 lines
2.9 KiB
JSON
81 lines
2.9 KiB
JSON
{
|
|
"name": "privacy.sexy",
|
|
"version": "0.11.1",
|
|
"private": true,
|
|
"description": "Enforce privacy & security best-practices on Windows and macOS, because privacy is sexy 🍑🍆",
|
|
"author": "undergroundwires",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:integration": "vue-cli-service test:unit \"tests/integration/**/*.spec.ts\"",
|
|
"lint": "npm run lint:vue && npm run lint:yaml && npm run lint:md && npm run lint:md:relative-urls && npm run lint:md:consistency",
|
|
"electron:build": "vue-cli-service electron:build",
|
|
"electron:serve": "vue-cli-service electron:serve",
|
|
"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:vue": "vue-cli-service lint --no-fix",
|
|
"lint:yaml": "yamllint **/*.yaml --ignore=node_modules/**/*.yaml",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstall": "electron-builder install-app-deps"
|
|
},
|
|
"main": "background.js",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
"@fortawesome/vue-fontawesome": "^2.0.6",
|
|
"@juggle/resize-observer": "^3.3.1",
|
|
"ace-builds": "^1.4.13",
|
|
"core-js": "^3.18.3",
|
|
"cross-fetch": "^3.1.4",
|
|
"electron-progressbar": "^2.0.1",
|
|
"file-saver": "^2.0.5",
|
|
"install": "^0.13.0",
|
|
"liquor-tree": "^0.2.70",
|
|
"npm": "^8.1.1",
|
|
"v-tooltip": "2.1.3",
|
|
"vue": "^2.6.14",
|
|
"vue-class-component": "^7.2.6",
|
|
"vue-js-modal": "^2.0.1",
|
|
"vue-property-decorator": "^9.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ace": "0.0.47",
|
|
"@types/chai": "^4.2.22",
|
|
"@types/file-saver": "^2.0.3",
|
|
"@types/mocha": "^9.0.0",
|
|
"@vue/cli-plugin-babel": "^4.5.14",
|
|
"@vue/cli-plugin-typescript": "^4.5.14",
|
|
"@vue/cli-plugin-unit-mocha": "^4.5.14",
|
|
"@vue/cli-service": "^4.5.14",
|
|
"@vue/test-utils": "1.2.2",
|
|
"chai": "^4.3.4",
|
|
"electron": "^15.3.0",
|
|
"electron-devtools-installer": "^3.2.0",
|
|
"electron-log": "^4.4.1",
|
|
"electron-updater": "^4.3.9",
|
|
"js-yaml-loader": "^1.2.2",
|
|
"markdownlint-cli": "^0.29.0",
|
|
"raw-loader": "^4.0.2",
|
|
"remark-cli": "^10.0.0",
|
|
"remark-lint-no-dead-urls": "^1.1.0",
|
|
"remark-preset-lint-consistent": "^5.1.0",
|
|
"remark-validate-links": "^11.0.1",
|
|
"sass": "^1.43.3",
|
|
"sass-loader": "10.2.0",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.4.4",
|
|
"vue-cli-plugin-electron-builder": "^2.1.1",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"yaml-lint": "^1.2.4"
|
|
},
|
|
"homepage": "https://privacy.sexy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/undergroundwires/privacy.sexy.git"
|
|
}
|
|
}
|