Skip to content

Commit

Permalink
chore: ocdskit indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 9, 2024
1 parent 036764d commit a2408e5
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 101 deletions.
21 changes: 0 additions & 21 deletions .prettierrc

This file was deleted.

172 changes: 99 additions & 73 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,107 @@
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"axios": "^1.6.0",
"bootstrap-vue": "^2.17.3",
"chart.js": "^2.9.3",
"chroma": "0.0.1",
"chroma-js": "^2.1.0",
"core-js": "^3.20.3",
"numeral": "^2.0.6",
"v-clipboard": "^2.2.3",
"vue": "^2.6.11",
"vue-date-pick": "^1.4.1",
"vue-fragment": "^1.5.1",
"vue-google-charts": "^0.3.3",
"vue-i18n": "^8.18.2",
"vue-js-modal": "^2.0.0-rc.3",
"vue-json-pretty": "^1.6.3",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.6.5",
"vue-simple-alert": "^1.1.1",
"vuex": "^3.5.1"
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"axios": "^1.6.0",
"bootstrap-vue": "^2.17.3",
"chart.js": "^2.9.3",
"chroma": "0.0.1",
"chroma-js": "^2.1.0",
"core-js": "^3.20.3",
"numeral": "^2.0.6",
"v-clipboard": "^2.2.3",
"vue": "^2.6.11",
"vue-date-pick": "^1.4.1",
"vue-fragment": "^1.5.1",
"vue-google-charts": "^0.3.3",
"vue-i18n": "^8.18.2",
"vue-js-modal": "^2.0.0-rc.3",
"vue-json-pretty": "^1.6.3",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.6.5",
"vue-simple-alert": "^1.1.1",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.0-rc.2",
"@vue/cli-plugin-eslint": "^5.0.0-rc.2",
"@vue/cli-plugin-unit-mocha": "^5.0.0-rc.2",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"css-loader": "^3.5.3",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-vue": "^7.0.0",
"sass": "~1.32.0",
"sass-loader": "^11.1.1",
"vue-cli-plugin-fontawesome": "^0.3.1",
"vue-template-babel-compiler": "^2.0.0",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.0-rc.2",
"@vue/cli-plugin-eslint": "^5.0.0-rc.2",
"@vue/cli-plugin-unit-mocha": "^5.0.0-rc.2",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"css-loader": "^3.5.3",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-vue": "^7.0.0",
"sass": "~1.32.0",
"sass-loader": "^11.1.1",
"vue-cli-plugin-fontawesome": "^0.3.1",
"vue-template-babel-compiler": "^2.0.0",
"vue-template-compiler": "^2.6.11"
"extends": [
"eslint:recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:vue/recommended"
],
"rules": {
"import/no-named-as-default": 0,
"import/no-unresolved": 0,
"vue/no-v-html": 0,
"vue/require-default-prop": 0,
"vue/require-prop-types": 0
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"eslint:recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:vue/recommended"
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"prettier": {
"tabWidth": 4,
"printWidth": 119,
"trailingComma": "none",
"arrowParens": "avoid",
"overrides": [
{
"files": [
"*.json",
"*.yaml",
"*.yml",
".prettierrc"
],
"rules": {
"import/no-named-as-default": 0,
"import/no-unresolved": 0,
"vue/no-v-html": 0,
"vue/require-default-prop": 0,
"vue/require-prop-types": 0
},
"parserOptions": {
"parser": "babel-eslint"
"options": {
"tabWidth": 2
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
},
{
"files": "*.html",
"options": {
"tabWidth": 2,
"printWidth": 150
}
},
"browserslist": [
"> 1%",
"last 2 versions"
}
]
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
10 changes: 3 additions & 7 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ googleapis-common-protos==1.52.0
# -r requirements.txt
# google-api-core
gunicorn[setproctitle]==20.1.0
# via
# -r requirements.txt
# gunicorn
# via -r requirements.txt
httplib2==0.22.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -153,7 +151,7 @@ pip-tools==7.3.0
# via -r requirements_dev.in
platformdirs==2.4.0
# via black
pre-commit==2.12.1
pre-commit==2.20.0
# via -r requirements_dev.in
protobuf==4.21.6
# via
Expand Down Expand Up @@ -249,9 +247,7 @@ virtualenv==20.4.6
wheel==0.38.4
# via pip-tools
yapw[perf]==0.1.3
# via
# -r requirements.txt
# yapw
# via -r requirements.txt

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit a2408e5

Please sign in to comment.