forked from pnlpal/dictionariez
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.08 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": "dictionariez",
"version": "5.1.4",
"description": "Facilitate your language learning by marking words in articles, looking up in various dictionaries, and exporting to Anki.",
"repository": {
"type": "git",
"url": "[email protected]:pnlpal/dictionariez.git"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"test": "UNIT_TEST=true node utils/webserver.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",
"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",
"jquery": "^3.7.1",
"less": "^4.2.0",
"lodash": "latest",
"moment": "^2.29.4",
"requirejs": "^2.3.7",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"chai": "^5.1.1",
"clean-webpack-plugin": "^4.0.0",
"coffee-loader": "^5.0.0",
"coffeescript": "^2.4.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"expose-loader": "^5.0.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.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.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"write-file-webpack-plugin": "^4.5.1"
}
}