-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
148 lines (148 loc) · 4.34 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"name": "bookmarksai",
"version": "1.0.0",
"main": "background.js",
"dependencies": {
"@google/generative-ai": "^0.1.3",
"@mozilla/readability": "^0.5.0",
"acorn": "^8.11.3",
"acorn-import-assertions": "^1.9.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ajv-keywords": "^5.1.0",
"ansi-styles": "^3.2.1",
"babel-plugin-polyfill-corejs2": "^0.4.7",
"babel-plugin-polyfill-corejs3": "^0.8.7",
"babel-plugin-polyfill-regenerator": "^0.5.4",
"browserslist": "^4.22.2",
"buffer-from": "^1.1.2",
"caniuse-lite": "^1.0.30001572",
"chalk": "^2.4.2",
"chrome-trace-event": "^1.0.3",
"clone-deep": "^4.0.1",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"colorette": "^2.0.20",
"commander": "^2.20.3",
"common-path-prefix": "^3.0.0",
"convert-source-map": "^2.0.0",
"core-js-compat": "^3.35.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"dompurify": "^3.0.6",
"electron-to-chromium": "^1.4.616",
"enhanced-resolve": "^5.15.0",
"envinfo": "^7.11.0",
"es-module-lexer": "^1.4.1",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"eslint-scope": "^5.1.1",
"esrecurse": "^4.3.0",
"estraverse": "^4.3.0",
"esutils": "^2.0.3",
"events": "^3.3.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fastest-levenshtein": "^1.0.16",
"find-cache-dir": "^4.0.0",
"find-up": "^6.3.0",
"flat": "^5.0.2",
"function-bind": "^1.1.2",
"gensync": "^1.0.0-beta.2",
"glob-to-regexp": "^0.4.1",
"globals": "^11.12.0",
"graceful-fs": "^4.2.11",
"has-flag": "^3.0.0",
"hasown": "^2.0.0",
"import-local": "^3.1.0",
"interpret": "^3.1.1",
"is-core-module": "^2.13.1",
"is-plain-object": "^2.0.4",
"isexe": "^2.0.0",
"isobject": "^3.0.1",
"jest-worker": "^27.5.1",
"js-tokens": "^4.0.0",
"jsesc": "^2.5.2",
"json-parse-even-better-errors": "^2.3.1",
"json-schema-traverse": "^1.0.0",
"json5": "^2.2.3",
"kind-of": "^6.0.3",
"loader-runner": "^4.3.0",
"locate-path": "^7.2.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^5.1.1",
"marked": "^11.1.1",
"merge-stream": "^2.0.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"ms": "^2.1.2",
"neo-async": "^2.6.2",
"node-releases": "^2.0.14",
"p-limit": "^4.0.0",
"p-locate": "^6.0.0",
"p-try": "^2.2.0",
"path-exists": "^5.0.0",
"path-key": "^3.1.1",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"pkg-dir": "^7.0.0",
"punycode": "^2.3.1",
"randombytes": "^2.1.0",
"rechoir": "^0.8.0",
"regenerate": "^1.4.2",
"regenerate-unicode-properties": "^10.1.1",
"regenerator-runtime": "^0.14.1",
"regenerator-transform": "^0.15.2",
"regexpu-core": "^5.3.2",
"regjsparser": "^0.9.1",
"require-from-string": "^2.0.2",
"resolve": "^1.22.8",
"resolve-cwd": "^3.0.0",
"resolve-from": "^5.0.0",
"safe-buffer": "^5.2.1",
"schema-utils": "^4.2.0",
"semver": "^6.3.1",
"serialize-javascript": "^6.0.1",
"shallow-clone": "^3.0.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"supports-color": "^5.5.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"tapable": "^2.2.1",
"terser": "^5.26.0",
"terser-webpack-plugin": "^5.3.10",
"to-fast-properties": "^2.0.0",
"undici-types": "^5.26.5",
"unicode-canonical-property-names-ecmascript": "^2.0.0",
"unicode-match-property-ecmascript": "^2.0.0",
"unicode-match-property-value-ecmascript": "^2.1.0",
"unicode-property-aliases-ecmascript": "^2.1.0",
"update-browserslist-db": "^1.0.13",
"uri-js": "^4.4.1",
"watchpack": "^2.4.0",
"webpack-merge": "^5.10.0",
"webpack-sources": "^3.2.3",
"which": "^2.0.2",
"wildcard": "^2.0.1",
"yallist": "^3.1.1",
"yocto-queue": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}