-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.63 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.63 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
{
"name": "dictionariez",
"version": "7.3.1",
"description": "Facilitate your language learning by marking words in articles, looking up in various dictionaries, and exporting to Anki.",
"repository": {
"type": "git",
"url": "git@github.com:pnlpal/dictionariez.git"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"test": "UNIT_TEST=true node utils/webserver.js",
"landing-page": "node landing-page/devserver.js"
},
"author": "River Yang",
"license": "GPL2",
"bugs": {
"url": "https://github.com/pnlpal/dictionariez/issues"
},
"homepage": "https://github.com/pnlpal/dictionariez#readme",
"keywords": [
"dictionary",
"chrome extension",
"firefox addon",
"WebExtensions"
],
"dependencies": {
"@pnlpal/js-pkce": "^1.1.1",
"angular": "~1.8.0",
"angular-bootstrap": "^0.12.2",
"angular-ui-bootstrap": "^2.5.6",
"angularjs-color-picker": "^3.4.8",
"bootbox": "^6.0.4",
"bootoast": "^1.0.1",
"bootstrap": "^3.4.1",
"datatables.net-bs": "^1.10.20",
"datatables.net-buttons": "^1.6.1",
"datatables.net-dt": "^1.10.20",
"datatables.net-rowreorder-bs4": "1.2.6",
"datatables.net-select": "^1.3.1",
"font-awesome": "^4.6.3",
"get-selection-more": "^1.1.0",
"global": "^4.4.0",
"jquery": "^3.7.1",
"less": "^4.2.0",
"lodash": "latest",
"moment": "^2.29.4",
"opencc-js": "^1.0.5",
"requirejs": "^2.3.7",
"select2": "^4.1.0-rc.0",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@eslint/css": "^0.10.0",
"@eslint/js": "^9.33.0",
"@eslint/json": "^0.13.1",
"chai": "^5.1.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"eslint": "^9.33.0",
"expose-loader": "^5.0.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
"globals": "^16.3.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"less-loader": "^12.2.0",
"mocha": "^10.4.0",
"querystring": "^0.2.1",
"script-loader": "^0.7.2",
"sinon": "^18.0.0",
"ssestream": "^1.1.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.1",
"write-file-webpack-plugin": "^4.5.1"
},
"packageManager": "yarn@1.22.22"
}