forked from EhTagTranslation/EhSyringe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3.26 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
{
"name": "ehsyringe",
"displayName": "EhSyringe",
"version": "2.4.0",
"description": "E 站注射器,将中文翻译注入到 E 站体内。",
"author": "EhTagTranslation",
"scripts": {
"start:monkey": "webpack serve --mode=development --env type=user-script",
"start:ext": "webpack --mode=development --watch --env type=web-ext",
"start:chrome": "yarn start:ext --env vendor=chrome",
"start:firefox": "yarn start:ext --env vendor=firefox",
"build": "webpack --mode=production",
"build:monkey": "yarn build --env type=user-script",
"build:ext": "yarn build --env type=web-ext",
"build:chrome": "yarn build:ext --env vendor=chrome && web-ext build -s dist -a releases -n ehsyringe.chrome.zip -o",
"build:firefox": "yarn build:ext --env vendor=firefox && web-ext build -s dist -a releases -n ehsyringe.firefox.xpi -o",
"lint": "eslint ./src/**/*.ts",
"format": "prettier --ignore-path .gitignore --write .",
"clean": "rimraf dist releases"
},
"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": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@types/chrome": "^0.0.144",
"@types/escape-html": "^1.0.1",
"@types/node": "^15.12.1",
"@types/tampermonkey": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"cssnano": "^5.0.5",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"execa": "^5.1.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"less": "^4.1.1",
"less-loader": "^9.0.0",
"postcss": "^8.3.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.3",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"type-fest": "^1.2.0",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"web-ext": "^6.1.0",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-userscript": "^2.5.8",
"webpack-webextension-plugin": "^0.3.0",
"yargs": "^17.0.1"
},
"dependencies": {
"core-js": "^3.14.0",
"emoji-regex": "^9.2.2",
"escape-html": "^1.0.3",
"idb-keyval": "^5.0.6",
"lit-html": "^1.4.1",
"normalize.css": "^8.0.1",
"rxjs": "^7.1.0",
"tslib": "^2.2.0",
"typedi": "^0.10.0",
"webextension-polyfill-ts": "^0.25.0"
}
}