-
-
Notifications
You must be signed in to change notification settings - Fork 296
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 4.49 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 4.49 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "floccus",
"version": "5.9.0",
"description": "Sync your bookmarks privately across browsers and devices",
"scripts": {
"build": "NODE_OPTIONS=--max-old-space-size=4096 gulp",
"build-win": "SET NODE_OPTIONS=--max-old-space-size=4096 & gulp",
"build-release": "NODE_OPTIONS=--max-old-space-size=4096 gulp release",
"build-release-win": "SET NODE_OPTIONS=--max-old-space-size=4096 & gulp release",
"watch": "NODE_OPTIONS=--max-old-space-size=4096 gulp watch",
"watch-win": "SET NODE_OPTIONS=--max-old-space-size=4096 & 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",
"typecheck": "tsc --noEmit",
"doiuse": "doiuse dist/js/css/*.css",
"supportedBrowsers": "echo \"module.exports = $(browserslist-useragent-regexp --allowHigherVersions);\" > supportedBrowsers.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": "^7.6.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.x",
"browserslist-useragent-regexp": "^4.1.3",
"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",
"doiuse": "^6.0.6",
"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",
"execa": "^6.1.0",
"file-loader": "^6.2.0",
"gulp": "4.x",
"gulp-rename": "^2.0.0",
"gulp-tap": "^1.0.1",
"gulp-zip": "^5.0.2",
"htpasswd": "^2.4.6",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.9.4",
"mocha": "^11.7.5",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"process": "^0.11.10",
"sass": "1.x",
"sass-loader": "^12.3.0",
"seedrandom": "3.x",
"selenium-webdriver": "4.x",
"ts-loader": "^9.2.6",
"typescript": "5.x",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.3",
"vuetify-loader": "1.x",
"webpack": "5.x",
"webpack-cli": "4.x",
"webpack-merge": "4.x"
},
"dependencies": {
"@byteowls/capacitor-oauth2": "5.x",
"@capacitor/android": "7.x",
"@capacitor/app": "7.x",
"@capacitor/browser": "7.x",
"@capacitor/core": "7.x",
"@capacitor/device": "7.x",
"@capacitor/filesystem": "7.x",
"@capacitor/ios": "7.x",
"@capacitor/local-notifications": "^7.0.2",
"@capacitor/network": "7.x",
"@capacitor/preferences": "7.x",
"@capacitor/share": "7.x",
"@capacitor/splash-screen": "7.x",
"@capacitor/status-bar": "7.x",
"@isomorphic-git/lightning-fs": "4.x",
"@jcoreio/async-throttle": "1.6.1",
"@sentry/browser": "10.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",
"dexie": "^4.0.11",
"fast-xml-parser": "^5.5.7",
"humanize-duration": "^3.25.1",
"intl-messageformat": "^9.9.1",
"isomorphic-git": "1.x",
"js-base64": "^3.7.5",
"lodash": "^4.18.1",
"p-queue": "^5.0.0",
"punycode": "^2.1.1",
"random": "^2.2.0",
"send-intent": "7.x",
"stream-browserify": "^3.0.0",
"throttle-debounce": "^2.3.0",
"ts-xxhash": "^1.0.6",
"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",
"Firefox ESR",
"not dead",
"not bb >= 0",
"not and_ff >= 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"
]
}