mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
09baea5320
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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": "^4.5.13",
|
|
"@fontsource/firago": "^4.5.3",
|
|
"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",
|
|
"vue-showdown": "^2.4.1",
|
|
"vuelidate": "^0.7.7",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
"bootstrap": "^4.6.0",
|
|
"eslint": "^8.36.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.10.0",
|
|
"popper.js": "^1.16.0",
|
|
"portal-vue": "^2.1.7",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.60.0",
|
|
"vite": "^4.5.3"
|
|
},
|
|
"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"
|
|
}
|
|
}
|