mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "leaguestats-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 8080",
|
|
"lint": "eslint --ext .js,.ts,.jsx,.tsx,.vue --ignore-path .eslintignore .",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,css,vue}\" --ignore-path .prettierignore"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.22.15",
|
|
"@babel/preset-env": "^7.23.2",
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
"postcss": "^8.4.31",
|
|
"postcss-import": "^12.0.1",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.6",
|
|
"tailwindcss": "^3.3.5",
|
|
"vite": "^4.5.1",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"portal-vue": "^2.1.7",
|
|
"vue": "^2.7.14",
|
|
"vue-content-loader": "^0.2.3",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-router": "^3.6.5",
|
|
"vue-sticky-sidebar": "^1.0.5",
|
|
"vuex": "^3.6.2"
|
|
}
|
|
}
|