yunohost-admin/app/package.json
2024-08-23 13:57:46 +02:00

63 lines
1.8 KiB
JSON

{
"name": "yunohost-admin",
"version": "0.1.0",
"private": true,
"description": "YunoHost Admin web interface",
"author": "Yunohost",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint:js": "eslint --ext \".ts,.vue,.cjs,.js\" --ignore-path ../.gitignore .",
"lint:prettier": "prettier --check .",
"lint": "yarn lint:js && yarn lint:prettier",
"lintfix": "prettier --write --list-different . && yarn lint:js --fix",
"type-check": "vue-tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@fontsource/fira-code": "^5.0.18",
"@fontsource/firago": "^5.0.11",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.1",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.24.7",
"date-fns": "^3.6.0",
"fork-awesome": "^1.2.0",
"simple-evaluate": "^1.4.6",
"uuid": "^10.0.0",
"vue": "^3.4.37",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.3",
"vue-showdown": "^4.2.0"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.0",
"vue-tsc": "^2.0.29"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/YunoHost/issues"
},
"homepage": "https://github.com/YunoHost/yunohost-admin",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/YunoHost/yunohost-admin"
}
}