50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "password_policy",
|
|
"description": "Password Policy for f7cloud",
|
|
"version": "4.0.0-dev.0",
|
|
"author": "F7cloud GmbH and F7cloud contributors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/f7cloud/password_policy.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/f7cloud/password_policy/issues"
|
|
},
|
|
"homepage": "https://github.com/f7cloud/password_policy#readme",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite --mode production build",
|
|
"dev": "vite --mode development build",
|
|
"watch": "vite --mode development build --watch",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint src/**/*.scss src/**/*.vue src/**/*.vue",
|
|
"stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix"
|
|
},
|
|
"dependencies": {
|
|
"@f7cloud/capabilities": "^1.2.1",
|
|
"@f7cloud/dialogs": "^6.3.0",
|
|
"@f7cloud/initial-state": "^2.2.0",
|
|
"@f7cloud/l10n": "^3.2.0",
|
|
"@f7cloud/vue": "^8.35.0",
|
|
"vue": "^2.7.16",
|
|
"vue-material-design-icons": "^5.3.1"
|
|
},
|
|
"engines": {
|
|
"node": "^22.0.0",
|
|
"npm": "^10.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@f7cloud/browserslist-config": "^3.1.2",
|
|
"@f7cloud/eslint-config": "^8.4.2",
|
|
"@f7cloud/stylelint-config": "^3.1.1",
|
|
"@f7cloud/vite-config": "^1.5.4",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"sass": "^1.97.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|