-
-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "instagram_downloader",
"version": "4.6.3",
"description": "Browser extension which downloads images and videos from instagram",
"main": "index.js",
"scripts": {
"build:dev": "webpack --mode=development",
"build:dev:w": "webpack --mode=development --watch",
"build:prod": "webpack --mode=production",
"build:prod:w": "webpack --mode=production --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HuiiBuh/InstagramDownloader.git"
},
"author": "HuiiBuh",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/HuiiBuh/InstagramDownloader/issues"
},
"homepage": "https://github.com/HuiiBuh/InstagramDownloader#readme",
"dependencies": {
"jszip": "^3.6.0",
"webextension-polyfill-ts": "^0.22.0"
},
"devDependencies": {
"addons-linter": "^3.10.0",
"css-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.1.0",
"sass": "^1.36.0",
"sass-loader": "^12.1.0",
"stream": "^0.0.2",
"ts-config": "^20.10.0",
"ts-loader": "^9.2.4",
"ts-node": "^10.1.0",
"tslib": "^2.3.0",
"tslint": "^6.1.3",
"typescript": "^4.3.4",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2"
}
}