-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
165 lines (165 loc) · 5.67 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "coub-addons",
"description": "Coub.com additional features",
"version": "0.1.29",
"type": "module",
"scripts": {
"prepare": "lefthook install || true",
"postinstall": "wxt prepare",
"dev": "wxt",
"dev:ff": "wxt -b firefox",
"build": "wxt build",
"build:ff": "wxt build -b firefox",
"zip": "wxt zip",
"zip:ff": "wxt zip -b firefox",
"test": "vitest run",
"test:watch": "vitest --watch",
"bump": "node --disable-warning=ExperimentalWarning ./utils/bump.js",
"test-build-reproducibility": "tsx ./utils/testBuildRepro.ts",
"version": "run-s \"version:*\"",
"version:gen-changelog": "git-cliff --bump -o",
"version:gen-update-info": "node --disable-warning=ExperimentalWarning ./utils/genUpdateInfoHtml.js",
"version:add-files": "git add CHANGELOG.md docs/release-notes",
"postversion": "pnpm run release-build",
"release-build": "run-s \"release-build:*\"",
"release-build:su-prod": "pnpm --filter=\"@coub-addons/segmenter-utils\" run postinstall",
"release-build:zip-ff": "NODE_ENV=production wxt zip -b firefox",
"add-update": "NODE_ENV=production node -r dotenv-flow/config ./utils/addUpdate.js",
"gql:fetch-schema": "tsx -r dotenv-flow/config ./utils/fetchGqlSchema.ts",
"gql:gen": "graphql-codegen --config ./utils/gqlCodegen.ts",
"su": "pnpm --filter=\"@coub-addons/segmenter-utils\"",
"pex": "pnpm --filter=\"@coub-addons/publish-extension\"",
"wsi": "pnpm --filter=\"@coub-addons/wxt-svg-icon\"",
"su:watch": "cargo bin cargo-watch -w packages/segmenter-utils/src -w packages/segmenter-utils/Cargo.toml -w packages/segmenter-utils/Taskfile.yml -w Cargo.lock -w Cargo.toml -w pnpm-lock.yaml -w rust-toolchain.toml -s \"pnpm su exec task build MODE=debug\""
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.5",
"@codemirror/lint": "^6.8.3",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.0",
"@coub-addons/segmenter-utils": "workspace:^",
"@coub-addons/vite-plugin-arraybuffer": "workspace:^",
"@coub-addons/wxt-svg-icon": "workspace:^",
"@fluent/bundle": "^0.18.0",
"@fluent/dom": "^0.10.0",
"@fluent/langneg": "^0.7.0",
"@fluent/react": "^0.15.2",
"@fluent/sequence": "^0.8.0",
"@heroicons/react": "^2.2.0",
"@julr/vite-plugin-validate-env": "^1.1.1",
"@lezer/generator": "^1.7.1",
"@lezer/highlight": "^1.2.1",
"@nextui-org/accordion": "^2.0.40",
"@nextui-org/button": "^2.0.38",
"@nextui-org/card": "^2.0.34",
"@nextui-org/checkbox": "^2.1.5",
"@nextui-org/chip": "^2.0.33",
"@nextui-org/code": "^2.0.33",
"@nextui-org/divider": "^2.0.32",
"@nextui-org/input": "^2.2.5",
"@nextui-org/kbd": "^2.0.34",
"@nextui-org/link": "^2.0.35",
"@nextui-org/modal": "^2.0.41",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/pagination": "^2.0.36",
"@nextui-org/select": "^2.2.7",
"@nextui-org/snippet": "^2.0.43",
"@nextui-org/system": "^2.2.6",
"@nextui-org/table": "^2.0.40",
"@nextui-org/theme": "^2.2.11",
"@nextui-org/tooltip": "^2.0.41",
"@preact/preset-vite": "^2.9.1",
"@preact/signals": "^1.3.0",
"@react-types/shared": "3.23.1",
"@types/i18n-js": "^3.8.9",
"@types/jquery": "^1.10.45",
"@types/moment": "2.11.29",
"@types/node": "^22.10.0",
"@uiw/codemirror-theme-aura": "^4.23.6",
"base64-arraybuffer": "^1.0.2",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv-flow": "^4.1.0",
"emoji-regex": "^10.4.0",
"flexsearch": "^0.7.43",
"framer-motion": "^11.12.0",
"indent-string": "^5.0.0",
"indexed-iterable": "^1.0.2",
"itertools": "^2.3.2",
"lightningcss": "^1.28.2",
"nanoid": "^5.0.9",
"npm-run-all2": "^7.0.1",
"path-to-regexp": "^8.2.0",
"postcss": "^8.4.49",
"preact": "^10.25.0",
"radix3": "^1.1.2",
"react-helmet-async": "^2.0.5",
"react-toastify": "^10.0.6",
"sass-embedded": "^1.81.0",
"superstruct": "^2.0.2",
"tailwindcss": "^3.4.15",
"thememirror": "^2.0.1",
"type-fest": "^4.29.0",
"typed-query-selector": "^2.12.0",
"typescript": "^5.7.2",
"use-debounce": "^10.0.4",
"vite": "^5.4.11",
"vite-plugin-sass-dts": "^1.3.29",
"wouter-preact": "^3.3.5",
"wxt": "^0.19.16"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@coub-addons/publish-extension": "workspace:^",
"@cspell/dict-ru_ru": "^2.2.4",
"@faker-js/faker": "^8.4.1",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@shikijs/cli": "^1.23.1",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"cspell": "^8.16.1",
"dprint": "^0.47.5",
"execa": "^9.5.1",
"extract-zip": "^2.0.1",
"git-cliff": "^2.7.0",
"graphql": "^16.9.0",
"graphql-config": "^5.1.3",
"hast-util-to-html": "^9.0.3",
"hastscript": "^9.0.0",
"jszip": "^3.10.1",
"lefthook": "^1.8.4",
"listr2": "^8.2.5",
"mdast-comment-marker": "^3.0.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-zone": "^6.1.0",
"micromark-extension-gfm": "^3.0.0",
"prettier": "^3.4.1",
"rehype-minify-whitespace": "^6.0.2",
"shiki": "^1.23.1",
"tempy": "^3.1.0",
"tsx": "^4.19.2",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vitest": "^2.1.6"
},
"pnpm": {
"overrides": {
"@types/node": "^22.10.0",
"vite": "^5.4.11"
}
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"repository": "https://github.com/hikiko4ern/coub-addons.git",
"author": "hikiko4ern",
"license": "Unlicense",
"private": true
}