first commit
This commit is contained in:
66
package.json
Executable file
66
package.json
Executable file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"name": "ncdownloader",
|
||||
"description": "Nextcloud Frontend for youtube-dl and Aria2",
|
||||
"version": "1.0.0",
|
||||
"author": "Jiaxin Huang <freefallbenson@gmail.com>",
|
||||
"contributors": [
|
||||
"Jiaxin Huang <freefallbenson@gmail.com>"
|
||||
],
|
||||
"keywords": [
|
||||
"nextcloud",
|
||||
"ncdownloader",
|
||||
"app",
|
||||
"dev"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/shiningw/ncdownloader/issues"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/shiningw/ncdownloader",
|
||||
"type": "git"
|
||||
},
|
||||
"homepage": "https://github.com/shiningw/ncdownloader",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production webpack --progress --config webpack.app.js",
|
||||
"app": "NODE_ENV=development webpack --progress --config webpack.app.js",
|
||||
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.app.js",
|
||||
"lint": "eslint --ext .js,.vue src",
|
||||
"lint:fix": "eslint --ext .js,.vue src --fix",
|
||||
"stylelint": "stylelint src",
|
||||
"stylelint:fix": "stylelint src --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextcloud/dialogs": "^3.1.2",
|
||||
"@nextcloud/l10n": "^1.4.1",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"bootstrap": "^5.1.0",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"jquery": "^3.6.0",
|
||||
"sass": "^1.38.0",
|
||||
"sass-loader": "^10.2.0",
|
||||
"svg-url-loader": "^7.1.1",
|
||||
"tippy.js": "^6.3.1",
|
||||
"toastify-js": "^1.11.1",
|
||||
"url-loader": "^4.1.1",
|
||||
"validator": "^13.6.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"extends @nextcloud/browserslist-config"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14.0.0",
|
||||
"npm": ">=7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@nextcloud/babel-config": "^1.0.0",
|
||||
"@nextcloud/browserslist-config": "^2.1.0",
|
||||
"@nextcloud/eslint-config": "^6.0.0",
|
||||
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
|
||||
"@nextcloud/webpack-vue-config": "^4.0.3",
|
||||
"babel-loader": "^8.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user