LeagueStats/client/package.json

35 lines
912 B
JSON
Raw Normal View History

2019-03-30 22:55:48 +00:00
{
2019-05-17 21:29:17 +00:00
"name": "leaguestats-frontend",
2019-03-30 22:55:48 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
2020-05-09 19:05:24 +00:00
"dev": "npm run serve",
2019-03-30 22:55:48 +00:00
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.2",
"portal-vue": "^2.1.7",
2020-08-25 14:33:22 +00:00
"vue": "^2.6.12",
2020-03-31 12:23:43 +00:00
"vue-content-loader": "^0.2.3",
"vue-meta": "^2.4.0",
"vue-plausible": "^1.1.4",
2021-03-03 20:42:57 +00:00
"vue-router": "^3.5.1",
"vue-sticky-sidebar": "^1.0.5",
2021-03-03 20:42:57 +00:00
"vuex": "^3.6.2"
2019-03-30 22:55:48 +00:00
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
chore(deps): bump json5, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel), [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.3) Updates `@vue/cli-plugin-babel` from 4.5.13 to 5.0.8 - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-babel) Updates `@vue/cli-plugin-eslint` from 4.5.13 to 5.0.8 - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-eslint) Updates `@vue/cli-service` from 4.5.13 to 5.0.8 - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@vue/cli-plugin-babel" dependency-type: direct:development - dependency-name: "@vue/cli-plugin-eslint" dependency-type: direct:development - dependency-name: "@vue/cli-service" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 15:09:18 +00:00
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
2020-03-31 12:23:43 +00:00
"babel-eslint": "^10.1.0",
2020-06-21 11:39:02 +00:00
"babel-plugin-transform-remove-console": "^6.9.4",
2021-05-22 15:31:09 +00:00
"eslint": "^7.27.0",
"eslint-plugin-vue": "^7.9.0",
2021-03-03 20:42:57 +00:00
"tailwindcss": "^1.9.6",
2020-08-25 14:33:22 +00:00
"vue-template-compiler": "^2.6.12"
2019-03-30 22:55:48 +00:00
}
}