{ "name": "privacy.sexy", "version": "0.4.5", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "test:unit": "vue-cli-service test:unit", "lint": "npm run lint:vue && npm run lint:yaml && npm run lint:md && npm run lint:md:relative-urls && npm run lint:md:consistency", "lint:vue": "vue-cli-service lint --no-fix", "lint:yaml": "yamllint **/*.yaml --ignore=node_modules/**/*.yaml", "lint:md": "markdownlint **/*.md --ignore node_modules", "lint:md:relative-urls": "remark . --frail --use remark-validate-links", "lint:md:consistency": "remark . --frail --use remark-preset-lint-consistent" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.26", "@fortawesome/free-brands-svg-icons": "^5.12.0", "@fortawesome/free-regular-svg-icons": "^5.12.0", "@fortawesome/free-solid-svg-icons": "^5.12.0", "@fortawesome/vue-fontawesome": "^0.1.9", "ace-builds": "^1.4.7", "file-saver": "^2.0.2", "inversify": "^5.0.1", "liquor-tree": "^0.2.70", "v-tooltip": "^2.0.2", "vue": "^2.6.11", "vue-class-component": "^7.1.0", "vue-js-modal": "^2.0.0-rc.3", "vue-property-decorator": "^8.3.0" }, "devDependencies": { "@types/ace": "0.0.42", "@types/chai": "^4.2.7", "@types/file-saver": "^2.0.1", "@types/mocha": "^5.2.7", "@vue/cli-plugin-typescript": "^4.4.0", "@vue/cli-plugin-unit-mocha": "^4.1.1", "@vue/cli-service": "^4.1.1", "@vue/test-utils": "1.0.0-beta.30", "chai": "^4.2.0", "js-yaml-loader": "^1.2.2", "markdownlint-cli": "^0.23.1", "remark-cli": "^8.0.0", "remark-lint-no-dead-urls": "^1.0.2", "remark-preset-lint-consistent": "^3.0.0", "remark-validate-links": "^10.0.0", "sass": "^1.24.0", "sass-loader": "^8.0.0", "typescript": "^3.7.4", "vue-template-compiler": "^2.6.11", "yaml-lint": "^1.2.4" } }