frequi_origin/package.json
dependabot[bot] 6cd6b79bff
Bump prettier from 2.3.1 to 2.3.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 05:05:03 +00:00

67 lines
2.0 KiB
JSON

{
"name": "frequi",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"check-types": "tsc --noemit",
"lint-ci": "vue-cli-service lint --no-fix"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"bootswatch": "^5.0.1",
"core-js": "^3.15.0",
"date-fns": "^2.22.1",
"date-fns-tz": "^1.1.4",
"echarts": "^5.1.2",
"favico.js": "^0.3.10",
"humanize-duration": "^3.27.0",
"vue": "^2.6.14",
"vue-class-component": "^7.2.5",
"vue-echarts": "^6.0.0-rc.6",
"vue-grid-layout": "^2.3.12",
"vue-material-design-icons": "^4.12.1",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/echarts": "^4.9.8",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^4.27.0",
"@vue/cli-plugin-babel": "~4.5.12",
"@vue/cli-plugin-eslint": "~4.5.12",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-typescript": "~4.5.12",
"@vue/cli-plugin-unit-jest": "~4.5.13",
"@vue/cli-plugin-vuex": "~4.5.12",
"@vue/cli-service": "~4.5.13",
"@vue/composition-api": "^1.0.0-rc.12",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.1.0",
"@vue/test-utils": "^1.2.1",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.11.1",
"mutationobserver-shim": "^0.3.7",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"prettier": "^2.3.2",
"sass": "^1.35.1",
"sass-loader": "^10.1.1",
"typescript": "~4.3.4",
"vue-cli-plugin-bootstrap-vue": "~0.7.0",
"vue-template-compiler": "^2.6.14",
"vuex-class": "^0.3.2"
}
}