136 строки
3.9 KiB
JSON
136 строки
3.9 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": "^6.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",
|
|
"process": "^0.11.10",
|
|
"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": "6.x",
|
|
"@capacitor/app": "6.x",
|
|
"@capacitor/browser": "^6.0.1",
|
|
"@capacitor/core": "6.x",
|
|
"@capacitor/device": "6.x",
|
|
"@capacitor/filesystem": "6.x",
|
|
"@capacitor/ios": "6.x",
|
|
"@capacitor/network": "6.x",
|
|
"@capacitor/preferences": "6.x",
|
|
"@capacitor/share": "6.x",
|
|
"@capacitor/splash-screen": "6.x",
|
|
"@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",
|
|
"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",
|
|
"punycode": "^2.1.1",
|
|
"random": "^2.2.0",
|
|
"send-intent": "6.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"
|
|
]
|
|
}
|