mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Removes [glob](https://github.com/isaacs/node-glob). It's no longer used after updating ancestor dependency [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). These dependencies need to be updated together. Removes `glob` Updates `tailwindcss` from 3.4.16 to 4.1.17 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss) --- updated-dependencies: - dependency-name: glob dependency-version: dependency-type: indirect - dependency-name: tailwindcss dependency-version: 4.1.17 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.25.9",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@vitejs/plugin-vue2": "^2.3.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"postcss": "^8.4.49",
|
|
"postcss-import": "^12.0.1",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"tailwindcss": "^4.1.17",
|
|
"vite": "^4.5.9",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"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"
|
|
}
|
|
}
|