mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
56 lines
1.5 KiB
JSON
56 lines
1.5 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"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/fira-code": "^5.0.17",
|
|
"@fontsource/firago": "^5.0.7",
|
|
"@vuelidate/core": "^2.0.3",
|
|
"@vuelidate/validators": "^2.0.4",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-vue-next": "^0.16.6",
|
|
"date-fns": "^3.3.1",
|
|
"fork-awesome": "^1.2.0",
|
|
"simple-evaluate": "^1.4.6",
|
|
"vue": "^3.4.21",
|
|
"vue-i18n": "^9.10.1",
|
|
"vue-router": "^4.3.0",
|
|
"vue-showdown": "^4.2.0",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.22.0",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.71.1",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.1.4"
|
|
},
|
|
"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"
|
|
}
|
|
}
|