floccus/package.json

137 строки
4.0 KiB
JSON

{
"name": "floccus",
"version": "5.2.4",
"description": "Sync your bookmarks privately across browsers and devices",
"scripts": {
"build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",
"build-release": "NODE_OPTIONS=--max-old-space-size=5000 gulp release",
"watch": "NODE_OPTIONS=--max-old-space-size=5000 gulp watch",
"test": "node --unhandled-rejections=strict test/selenium-runner.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelklehr/floccus.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/marcelklehr/floccus/issues"
},
"homepage": "https://github.com/marcelklehr/floccus#readme",
"devDependencies": {
"@babel/core": "7.x",
"@babel/preset-env": "7.x",
"@capacitor/cli": "^5.0.0",
"@mdi/font": "^6.6.96",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"all-contributors-cli": "^6.19.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chrome-webstore-upload": "^0.4.2",
"crx3": "^1.1.3",
"css-loader": "^6.7.1",
"deepmerge": "^4.2.2",
"eslint": "^7.32.0",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "9.x.x",
"execa": "^6.1.0",
"file-loader": "^6.2.0",
"gist-client": "^1.1.1",
"git-http-server": "^0.0.0",
"gulp": "^4",
"gulp-rename": "^2.0.0",
"gulp-tap": "^1.0.1",
"gulp-zip": "^5.0.2",
"htpasswd": "^2.4.6",
"json-loader": "^0.5.7",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"sass": "1.x",
"sass-loader": "^12.3.0",
"seedrandom": "^3.0.5",
"selenium-webdriver": "4.x",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.3",
"vuetify-loader": "^1.7.3",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@byteowls/capacitor-oauth2": "5.x",
"@capacitor/android": "^5.0.0",
"@capacitor/app": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/device": "^5.0.0",
"@capacitor/filesystem": "^5.0.0",
"@capacitor/ios": "^5.0.0",
"@capacitor/network": "^5.0.0",
"@capacitor/preferences": "^5.0.0",
"@capacitor/share": "^5.0.0",
"@capacitor/splash-screen": "^5.0.0",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@sentry/vue": "7.x",
"@sentry/webpack-plugin": "2.x",
"async-lock": "^1.2.8",
"async-parallel": "^1.2.3",
"batching-toposort": "^1.2.0",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"core-js": "3.x",
"fast-xml-parser": "^4.2.7",
"humanize-duration": "^3.25.1",
"intl-messageformat": "^9.9.1",
"isomorphic-git": "^1.25.3",
"js-base64": "^3.7.5",
"lodash": "^4.17.20",
"p-queue": "^5.0.0",
"process": "^0.11.10",
"punycode": "^2.1.1",
"random": "^2.2.0",
"send-intent": "5.x",
"stream-browserify": "^3.0.0",
"throttle-debounce": "^2.3.0",
"vue": "^2.7.0",
"vue-router": "^3.4.9",
"vuelidate": "^0.7.6",
"vuetify": "^2.6.15",
"vuex": "^3.6.0",
"vuex-router-sync": "^5.0.0"
},
"browserslist": [
"> 0.25%",
"last 2 versions and supports es6-generators",
"Firefox ESR",
"and_chr >= 60",
"not dead",
"not bb >= 0",
"not and_ff >= 0",
"not and_qq >= 0",
"not and_uc >= 0",
"not ie_mob >= 0",
"not op_mini all",
"not op_mob >= 0",
"not Safari >= 0",
"not KaiOS >= 0",
"not Samsung >= 0"
]
}