2018-08-30 11:20:26 +02:00
|
|
|
{
|
|
|
|
"name": "webui-aria2",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The aim for this project is to create the worlds best and hottest interface to interact with aria2.",
|
2018-08-30 11:36:03 +02:00
|
|
|
"homepage": "https://github.com/ziahamza/webui-aria2#readme",
|
|
|
|
"license": "MIT",
|
2018-08-30 11:20:26 +02:00
|
|
|
"scripts": {
|
2018-08-30 19:58:55 +02:00
|
|
|
"dev": "webpack -d --watch --progress & node node-server",
|
|
|
|
"build": "webpack -p --progress",
|
2018-12-08 09:22:10 +01:00
|
|
|
"analyze": "webpack -p --profile --json > stats.json && webpack-bundle-analyzer stats.json ./docs -p 9999",
|
2018-09-01 09:57:42 +02:00
|
|
|
"format": "prettier -l --write \"**/*{js,scss}\" "
|
2018-08-30 11:20:26 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ziahamza/webui-aria2.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ziahamza/webui-aria2/issues"
|
|
|
|
},
|
2018-08-30 11:36:03 +02:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
|
|
|
},
|
2018-08-30 19:58:55 +02:00
|
|
|
"dependencies": {
|
2018-09-05 20:40:31 +02:00
|
|
|
"angular": "^1.7.3",
|
|
|
|
"angular-translate": "^2.18.1",
|
2018-08-31 10:57:06 +02:00
|
|
|
"autoprefixer": "^9.1.3",
|
|
|
|
"bootstrap-sass": "^3.3.7",
|
|
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
|
|
"css-loader": "^1.0.0",
|
2018-09-02 07:42:49 +02:00
|
|
|
"file-loader": "^2.0.0",
|
2018-08-31 10:57:06 +02:00
|
|
|
"flag-icon-css": "^3.0.0",
|
2018-08-30 19:58:55 +02:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2018-09-05 20:40:31 +02:00
|
|
|
"jquery": "^3.3.1",
|
2018-08-30 19:58:55 +02:00
|
|
|
"lodash": "^4.17.10",
|
2018-08-31 10:57:06 +02:00
|
|
|
"mini-css-extract-plugin": "^0.4.2",
|
|
|
|
"node-sass": "^4.9.3",
|
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"sass-loader": "^7.1.0",
|
2018-08-30 19:58:55 +02:00
|
|
|
"webpack": "^4.17.1",
|
2018-09-01 10:29:05 +02:00
|
|
|
"webpack-bundle-analyzer": "^2.13.1",
|
2018-09-05 08:17:00 +02:00
|
|
|
"webpack-cli": "^3.1.0",
|
|
|
|
"workbox-webpack-plugin": "^3.4.1"
|
2018-08-30 19:58:55 +02:00
|
|
|
},
|
2018-08-30 11:36:03 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"husky": "^1.0.0-rc.13",
|
2018-08-30 19:58:55 +02:00
|
|
|
"prettier": "1.14.2",
|
2018-08-30 11:36:03 +02:00
|
|
|
"pretty-quick": "^1.6.0"
|
|
|
|
}
|
2018-08-30 11:20:26 +02:00
|
|
|
}
|