forked from EhTagTranslation/EhSyringe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.89 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
{
"name": "ehsyringe",
"displayName": "EhSyringe",
"version": "1.2.2",
"description": "E 站注射器,将中文翻译注入到 E 站体内。",
"author": "EhTagTranslation",
"main": "syringe.js",
"scripts": {
"test": "echo Error: no test specified && exit 1",
"webpack": "webpack",
"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",
"build": "webpack --mode=production --pack",
"web-ext": "web-ext",
"update-db": "node ./tools/update-db.js"
},
"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.89",
"@types/pako": "^1.0.1",
"copy-webpack-plugin": "^5.0.4",
"crx": "^5.0.1",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"file-loader": "^4.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"node-fetch": "^2.6.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"typescript-lit-html-plugin": "^0.9.0",
"web-ext": "^3.2.0",
"webext-webpack-plugin": "^0.0.8",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
"emoji-regex": "^8.0.0",
"keypair": "^1.0.1",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2",
"normalize.css": "^8.0.1",
"pako": "^1.0.10",
"rxjs": "^6.5.3",
"webextension-polyfill-ts": "^0.10.0"
}
}