2020-07-06 19:08:34 +02:00
|
|
|
{
|
|
|
|
"name": "yunohost-admin",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2020-07-06 19:22:25 +02:00
|
|
|
"description": "YunoHost Admin web interface",
|
|
|
|
"author": "Yunohost",
|
2020-07-06 19:08:34 +02:00
|
|
|
"scripts": {
|
2023-04-03 22:14:18 +02:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
2024-02-24 17:54:16 +01:00
|
|
|
"lint:js": "eslint --ext \".ts,.vue,.cjs,.js\" --ignore-path ../.gitignore .",
|
|
|
|
"lint:prettier": "prettier --check .",
|
2024-03-02 03:46:02 +01:00
|
|
|
"lint": "yarn lint:js && yarn lint:prettier",
|
|
|
|
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
|
2020-07-06 19:08:34 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-24 21:49:10 +01:00
|
|
|
"@fontsource/fira-code": "^4.5.13",
|
|
|
|
"@fontsource/firago": "^4.5.3",
|
2023-03-24 20:52:01 +01:00
|
|
|
"bootstrap-vue": "^2.22.0",
|
|
|
|
"date-fns": "^2.29.3",
|
|
|
|
"fork-awesome": "^1.2.0",
|
|
|
|
"simple-evaluate": "^1.4.6",
|
|
|
|
"vue": "^2.7.14",
|
|
|
|
"vue-i18n": "^8.28.2",
|
|
|
|
"vue-router": "^3.6.5",
|
2021-08-31 16:15:32 +02:00
|
|
|
"vue-showdown": "^2.4.1",
|
2023-03-24 20:52:01 +01:00
|
|
|
"vuelidate": "^0.7.7",
|
2021-08-31 16:15:32 +02:00
|
|
|
"vuex": "^3.6.2"
|
2020-07-06 19:08:34 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-03 19:17:24 +02:00
|
|
|
"@vitejs/plugin-vue2": "^2.2.0",
|
2021-03-19 19:44:32 +01:00
|
|
|
"bootstrap": "^4.6.0",
|
2023-03-24 20:52:01 +01:00
|
|
|
"eslint": "^8.36.0",
|
2024-02-24 17:54:16 +01:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2023-03-24 20:52:01 +01:00
|
|
|
"eslint-plugin-vue": "^9.10.0",
|
2020-07-06 19:22:25 +02:00
|
|
|
"popper.js": "^1.16.0",
|
2023-03-24 20:52:01 +01:00
|
|
|
"portal-vue": "^2.1.7",
|
2024-03-03 15:55:05 +01:00
|
|
|
"prettier": "^3.2.5",
|
2023-03-24 20:52:01 +01:00
|
|
|
"sass": "^1.60.0",
|
2024-04-04 03:55:25 +02:00
|
|
|
"vite": "^4.5.3"
|
2020-07-06 19:08:34 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
2020-07-06 19:22:25 +02:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
}
|
2020-07-06 19:08:34 +02:00
|
|
|
}
|