-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.64 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
{
"name": "cont-ext",
"version": "1.0.0",
"main": "index.js",
"repository": "github.com/inkandswitch/cont-ext",
"license": "MIT",
"scripts": {
"build": "webpack",
"watch": "webpack -w",
"artifact": "web-ext build -s dist -o"
},
"dependencies": {
"lit-html": "1.2.1",
"markdown-it": "10.0.0",
"readability": "git://github.com/mozilla/readability.git",
"rehype-raw": "4.0.2",
"rehype-stringify": "7.0.0",
"remark": "12.0.0",
"remark-inline-links": "git://github.com/gozala/remark-inline-links.git",
"remark-rehype": "6.0.0",
"turndown": "6.0.0",
"turndown-plugin-gfm": "1.0.2"
},
"devDependencies": {
"@types/chrome": "^0.0.89",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/markdown-it": "file:./@types/markdown-it",
"@types/node": "^12.7.11",
"@types/readability": "file:./@types/readability",
"@types/rehype-raw": "file:./@types/rehype-raw",
"@types/rehype-stringify": "file:./@types/rehype-stringify",
"@types/remark": "file:./@types/remark",
"@types/remark-inline-links": "file:./@types/remark-inline-links",
"@types/remark-rehype": "file:./@types/remark-rehype",
"@types/remark-unlink": "file:./@types/remark-unlink",
"@types/turndown": "5.0.0",
"@types/turndown-plugin-gfm": "file:./@types/turndown-plugin-gfm",
"@typescript-eslint/parser": "^2.3.3",
"copy-webpack-plugin": "^5.0.4",
"eslint": "^6.5.1",
"eslint-config-airbnb-typescript": "^5.0.0",
"terser-webpack-plugin": "^2.1.2",
"ts-loader": "^6.2.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
}
}