forked from floccusaddon/floccus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "floccus",
"version": "5.0.9",
"description": "Sync your bookmarks privately across browsers and devices",
"scripts": {
"build": "gulp",
"build-release": "gulp release",
"watch": "gulp watch",
"test": "node --unhandled-rejections=strict test/selenium-runner.js"
},
"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",
"gulp": "^4",
"gulp-rename": "^2.0.0",
"gulp-tap": "^1.0.1",
"gulp-zip": "^5.0.2",
"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",
"async-lock": "^1.2.8",
"async-parallel": "^1.2.3",
"batching-toposort": "^1.2.0",
"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",
"js-base64": "^3.7.5",
"lodash": "^4.17.20",
"p-queue": "^5.0.0",
"punycode": "^2.1.1",
"random": "^2.2.0",
"send-intent": "5.x",
"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",
"not dead",
"not bb >= 0",
"not and_chr >= 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"
]
}