-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1004 Bytes
/
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
{
"dependencies": {
"bluebird": "^3.7.2",
"file-saver": "^2.0.5",
"fuzzy-search": "^3.2.1",
"ini": "^4.1.1",
"jszip": "^3.10.1"
},
"name": "webdownloader",
"version": "1.0.0",
"main": "downloadandzip.js",
"scripts": {
"build": "webpack",
"dev": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AttorneyOnline/webDownloader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AttorneyOnline/webDownloader/issues"
},
"homepage": "https://github.com/AttorneyOnline/webDownloader#readme",
"description": "",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.1",
"style-loader": "^3.3.3",
"svg-inline-loader": "^0.8.2",
"ttf-loader": "^1.0.2",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.0"
}
}