-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "archivebox-browser-extension",
"private": true,
"version": "1.3.3",
"description": "Automatically or manually send webpages to an ArchiveBox instance for archival.",
"author": "TJ Horner <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack",
"dev": "NODE_ENV=development webpack --watch"
},
"keywords": [],
"devDependencies": {
"@tsconfig/svelte": "^2.0.1",
"@types/chrome": "^0.0.145",
"@types/uuid": "^8.3.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"svelte": "^3.38.3",
"svelte-loader": "^3.1.2",
"ts-loader": "^9.2.3",
"typescript": "^4.3.4",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@types/events": "^3.0.0",
"events": "^3.3.0",
"uuid": "^8.3.2",
"wildcard-domain-matcher": "^1.0.0"
},
"bugs": {
"url": "https://github.com/ArchiveBox/archivebox-browser-extension/issues"
},
"homepage": "https://github.com/ArchiveBox/archivebox-browser-extension",
"repository": {
"type": "git",
"url": "https://github.com/ArchiveBox/archivebox-browser-extension.git"
}
}