Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75ee8abe8de05c0ebb981363f4c2491da0314934 (plain)
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
64
65
66
67
68
{
  "name": "password_policy",
  "description": "Password Policy for nextcloud",
  "version": "1.13.0",
  "author": "Bjoern Schiessle",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextcloud/password_policy.git"
  },
  "bugs": {
    "url": "https://github.com/nextcloud/password_policy/issues"
  },
  "homepage": "https://github.com/nextcloud/password_policy#readme",
  "license": "AGPL-3.0",
  "private": true,
  "scripts": {
    "build": "NODE_ENV=production webpack --progress --config webpack.js",
    "dev": "NODE_ENV=development webpack --progress --config webpack.js",
    "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
    "lint": "eslint --ext .js,.vue src",
    "lint:fix": "eslint --ext .js,.vue src --fix",
    "stylelint": "stylelint css/*.css css/*.scss src/**/*.vue",
    "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.vue --fix"
  },
  "dependencies": {
    "@nextcloud/initial-state": "^1.2.0",
    "@nextcloud/l10n": "^1.4.1",
    "@nextcloud/vue": "^3.9.0",
    "vue": "^2.6.12"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=7.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/eslint-parser": "^7.14.7",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.14.7",
    "@nextcloud/eslint-config": "^5.1.0",
    "@nextcloud/eslint-plugin": "^2.0.0",
    "@nextcloud/webpack-vue-config": "^4.0.3",
    "babel-loader": "^8.2.2",
    "css-loader": "^4.3.0",
    "eslint": "^7.29.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "eslint-plugin-standard": "^4.1.0",
    "eslint-plugin-vue": "^7.12.1",
    "eslint-webpack-plugin": "^2.5.4",
    "node-polyfill-webpack-plugin": "^1.1.2",
    "sass": "^1.35.1",
    "sass-loader": "^10.1.1",
    "style-loader": "^2.0.0",
    "stylelint": "^13.13.1",
    "stylelint-config-recommended-scss": "^4.2.0",
    "stylelint-scss": "^3.19.0",
    "stylelint-webpack-plugin": "^2.2.2",
    "url-loader": "^4.1.1",
    "vue-loader": "^15.9.7",
    "vue-template-compiler": "^2.6.12",
    "webpack": "^5.40.0",
    "webpack-cli": "^4.7.2",
    "webpack-merge": "^5.8.0"
  }
}