-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 5 KB
/
Copy pathpackage.json
File metadata and controls
136 lines (136 loc) · 5 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
{
"name": "10ten-ja-reader",
"version": "1.27.2",
"private": true,
"description": "Translate Japanese by hovering over words.",
"keywords": [
"rikaichamp",
"rikaichan",
"rikaikun",
"japanese",
"dictionary",
"translation"
],
"homepage": "https://github.com/birchill/10ten-ja-reader#readme",
"bugs": {
"url": "https://github.com/birchill/10ten-ja-reader/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/birchill/10ten-ja-reader.git"
},
"license": "GPL-3.0-or-later",
"author": "Birchill, Inc.",
"type": "module",
"scripts": {
"bugsnag:report-build": "node scripts/bugsnag-ci.js report-build",
"bugsnag:upload-sourcemaps": "node scripts/bugsnag-ci.js upload-sourcemaps",
"build:chrome": "rspack --env target=chrome",
"build:chrome-electron": "rspack --env target=chrome-electron",
"build:edge": "rspack --env target=edge",
"build:firefox": "rspack",
"build:safari": "rspack --env target=safari",
"build:thunderbird": "rspack --env target=thunderbird",
"changeset": "changeset",
"changeset-version": "changeset version && pnpm postprocess-changeset-changelog && pnpm sync-release-version",
"check-keys": "tsx scripts/check-keys",
"cosmos": "node --import=./cosmos-import.js node_modules/react-cosmos/bin/cosmos.js",
"cosmos-export": "node --import=./cosmos-import.js node_modules/react-cosmos/bin/cosmos-export.js",
"postinstall": "if-env RELEASE_BUILD=1 || husky",
"lint": "web-ext lint && oxlint --type-aware src/",
"package": "rspack --env package",
"package:chrome": "rspack --env target=chrome --env package",
"package:chrome-electron": "rspack --env target=chrome-electron --env package",
"package:edge": "rspack --env target=edge --env package",
"package:firefox": "rspack --env package",
"package:thunderbird": "rspack --env target=thunderbird --env package",
"postprocess-changeset-changelog": "node scripts/postprocess-changeset-changelog.js",
"sort-i18n-keys": "tsx scripts/sort-keys",
"stamp-changelog-date": "node scripts/stamp-changelog-release-date.js",
"start:chrome": "rspack -w --env target=chrome",
"start:edge": "rspack -w --env target=chrome --env chromium=edge",
"start:firefox": "rspack -w",
"sync-manifest-version": "tsx scripts/sync-manifest-version",
"sync-release-version": "pnpm sync-manifest-version && tsx scripts/sync-xcode --marketing-version-only",
"test": "vitest run",
"test:chrome": "vitest run --project browser --browser chrome",
"test:firefox": "vitest run --project browser --browser firefox",
"test:unit": "vitest run --project unit",
"update-snapshot": "tsx scripts/update-snapshot",
"version": "pnpm sync-manifest-version && git add manifest.json.src && tsx scripts/sync-xcode && git add xcode13/\"10ten Japanese Reader\".xcodeproj/project.pbxproj",
"zip-src": "tsx scripts/zip-src"
},
"dependencies": {
"@birchill/bugsnag-zero": "0.8.1",
"@birchill/discriminator": "0.3.1",
"@birchill/jpdict-idb": "3.3.0",
"@birchill/normal-jp": "1.8.0",
"classname-variants": "1.7.1",
"husky": "9.1.7",
"lru_map": "0.4.1",
"preact": "10.29.8",
"superstruct": "2.0.2",
"typescript": "7.0.2",
"web-ext": "10.6.0",
"webextension-polyfill": "0.12.0"
},
"devDependencies": {
"@actions/core": "3.0.1",
"@actions/github": "9.1.1",
"@bugsnag/cli": "3.10.3",
"@changesets/cli": "2.31.1",
"@changesets/types": "6.1.0",
"@rspack/cli": "2.1.8",
"@rspack/core": "2.1.8",
"@tailwindcss/postcss": "4.3.3",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/archiver": "8.0.0",
"@types/mocha": "10.0.10",
"@types/webextension-polyfill": "0.12.5",
"@types/yargs": "17.0.35",
"@vitest/browser-webdriverio": "4.1.10",
"archiver": "8.0.0",
"css-loader": "7.1.4",
"fake-indexeddb": "6.2.5",
"fast-glob": "3.3.3",
"fetch-mock": "12.6.0",
"file-loader": "6.2.0",
"if-env": "1.0.4",
"jsdom": "^30.0.0",
"knip": "6.32.0",
"mocha": "11.8.0",
"nano-staged": "1.0.2",
"oxlint": "1.77.0",
"oxlint-tsgolint": "7.0.2001",
"playwright": "1.62.1",
"postcss": "8.5.26",
"postcss-load-config": "6.0.1",
"postcss-loader": "8.2.1",
"prettier": "3.9.6",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-packagejson": "3.0.2",
"prettier-plugin-tailwindcss": "0.8.1",
"react-cosmos": "7.3.0",
"react-cosmos-plugin-boolean-input": "7.3.0",
"react-cosmos-plugin-rspack": "3.0.0",
"semver-parser": "4.2.1",
"source-map-loader": "5.0.0",
"tailwindcss": "4.3.3",
"terser-webpack-plugin": "5.6.1",
"ts-checker-rspack-plugin": "1.6.0",
"tsx": "4.23.5",
"vitest": "4.1.10",
"web-ext-plugin": "2.13.0",
"webpack": "5.109.2",
"webpack-preprocessor": "0.1.12",
"webpack-utf8-bom": "1.4.0",
"xmlbuilder2": "4.0.3",
"yargs": "18.1.0"
},
"engines": {
"pnpm": ">=11"
},
"webExt": {
"sourceDir": "dist-firefox"
}
}