-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "copy-as-org-mode",
"version": "0.1.1",
"description": "Copy selected text as Org-Mode format",
"main": "dist/index.js",
"dependencies": {
"tippy.js": "^6.3.7",
"url": "^0.11.0"
},
"devDependencies": {
"@types/node": "^16.10.1",
"@types/node-fetch": "^2.6.1",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^3.0.6",
"html-webpack-pug-plugin": "^3.0.0",
"node-fetch": "^2.6.7",
"pug": "^2.0.3",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^4.0.2",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^5.4.5",
"ts-node": "^10.7.0",
"typescript": "^4.4.3",
"web-ext-types": "^3.2.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"scripts": {},
"keywords": [
"webextension"
],
"author": "ono ono (kuanyui)",
"license": "MPL-2.0"
}