forked from EhTagTranslation/EhSyringe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.64 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
{
"name": "ehsyringe",
"displayName": "EhSyringe",
"version": "1.3.1",
"description": "E 站注射器,将中文翻译注入到 E 站体内。",
"author": "EhTagTranslation",
"main": "syringe.js",
"scripts": {
"start": "npm run dev:chrome",
"dev:chrome": "webpack --mode=development --watch",
"dev:firefox": "webpack --mode=development --watch --firefox",
"dev:android": "webpack --mode=development --watch --android",
"prebuild": "yarn clean",
"build": "webpack --mode=production --pack && run-script-os ",
"build:win32": "move release\\ehsyringe-*.zip release\\Ehsyringe.firefox.zip",
"build:nix": "mv release/ehsyringe-*.zip release/Ehsyringe.firefox.zip",
"update-db": "node ./tools/update-db.js",
"lint": "prettier --check . && eslint ./src/**/*.ts",
"lint:fix": "prettier --write . && eslint --fix ./src/**/*.ts",
"clean": "rimraf dist release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EhTagTranslation/EhSyringe.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/EhTagTranslation/EhSyringe/issues"
},
"readme": "https://github.com/EhTagTranslation/EhSyringe",
"homepage": "https://github.com/EhTagTranslation/EhSyringe",
"devDependencies": {
"@types/chrome": "^0.0.120",
"@types/pako": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"file-loader": "^6.0.0",
"keypair": "^1.0.1",
"less": "^3.12.0",
"less-loader": "^6.2.0",
"node-fetch": "^2.6.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.1",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.1",
"typescript": "^3.9.6",
"typescript-lit-html-plugin": "^0.9.0",
"web-ext": "^4.3.0",
"webext-webpack-plugin": "^0.0.8",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
"emoji-regex": "^9.0.0",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"normalize.css": "^8.0.1",
"pako": "^1.0.11",
"rxjs": "^6.6.0",
"webextension-polyfill-ts": "^0.19.0"
}
}