mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.2 KiB
JSON
40 lines
1.2 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.22.20",
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-import": "^12.0.1",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.4",
|
|
"tailwindcss": "^3.3.3",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"plausible-tracker": "^0.3.8",
|
|
"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"
|
|
}
|
|
}
|