forked from ziahamza/webui-aria2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "WebUI-Aria2-Fork",
"version": "1.0.0",
"description": "Aria2 WebUI Fork",
"homepage": "https://github.com/koumaza/webui-aria2-electron#readme",
"author": {
"name": "koumaza",
"email": "koumaza--@outlook.com",
"url": "https://koumaza.github.io"
},
"license": "MIT",
"browserslist": [
"> 5%",
"IE 11",
"last 2 versions"
],
"scripts": {
"dev": "webpack -d --watch --progress & node node-server",
"build": "webpack -p --progress",
"analyze": "webpack -p --profile --json > stats.json && webpack-bundle-analyzer stats.json ./docs -p 9999",
"format": "prettier -l --write \"**/*{js,scss}\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/koumaza/webui-aria2-electron.git"
},
"bugs": {
"url": "https://github.com/ziahamza/webui-aria2-electron/issues"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"angular": "^1.8.0",
"angular-translate": "^2.18.3",
"autoprefixer": "^10.0.0",
"bootstrap-sass": "^3.4.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.3.0",
"electron-builder": "^22.8.1",
"file-loader": "^6.1.0",
"flag-icon-css": "^3.5.0",
"html-webpack-plugin": "^4.5.0",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "^4.14.1",
"postcss": "^8.0.9",
"postcss-loader": "^4.0.2",
"sass-loader": "^10.0.2",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"workbox-webpack-plugin": "^5.1.4"
},
"devDependencies": {
"husky": "^4.3.0",
"prettier": "2.1.2",
"pretty-quick": "^3.0.2"
}
}