-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.98 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.98 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
{
"name": "pnl-reader",
"version": "2.8.1",
"description": "PNL Reader: read quietly or read aloud",
"repository": {
"type": "git",
"url": "git@github.com:pnlpal/pnl-reader.git"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"test": "(sleep 1; echo 'To run all tests, visit:\u001b[0;32m http://localhost:8080/utils/test.html\u001b[0m') & http-server"
},
"author": "River Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnlpal/pnl-reader/issues"
},
"homepage": "https://github.com/pnlpal/pnl-reader#readme",
"keywords": [
"chrome-extension",
"firefox-addon",
"edge-extension",
"WebExtensions",
"browser-extension",
"webpack",
"webpack5",
"javascript",
"pnl-reader",
"manifest-v3"
],
"dependencies": {
"@mozilla/readability": "^0.5.0",
"@picocss/pico": "^2.1.0",
"@webcomponents/custom-elements": "^1.6.0",
"get-selection-more": "^1.1.0",
"htm": "^3.1.1",
"lodash": "^4.17.21",
"preact": "^10.26.2"
},
"devDependencies": {
"adm-zip": "^0.5.16",
"chai": "^5.1.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"http-server": "^14.1.1",
"less": "^4.2.2",
"less-loader": "^12.2.0",
"mocha": "^10.4.0",
"querystring": "^0.2.1",
"raw-loader": "^4.0.2",
"sass": "^1.85.0",
"sass-loader": "^16.0.5",
"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"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}