Skip to content

Commit

Permalink
Merge pull request #11 from ssciwr/styling
Browse files Browse the repository at this point in the history
Add tailwind and flowbite-vue for css styling
  • Loading branch information
lkeegan authored Oct 1, 2024
2 parents f6595aa + 1ea6a19 commit 3a2496b
Show file tree
Hide file tree
Showing 27 changed files with 2,062 additions and 1,455 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ repos:
hooks:
- id: check-yaml
- id: trailing-whitespace
- id: check-added-large-files
- id: check-toml
- id: end-of-file-fixer

Expand Down
2 changes: 1 addition & 1 deletion README_DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ cd predicTCR
sudo sqlite3 docker_volume/predicTCR.db
sqlite> UPDATE user SET is_admin=true WHERE email='[email protected]';
sqlite> .quit
```
```
35 changes: 20 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,41 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path ../.gitignore"
},
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.7.7",
"bootstrap-icons": "^1.11.3",
"flowbite": "^2.5.2",
"flowbite-vue": "^0.1.6",
"pinia": "^2.2.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@testing-library/vue": "^8.1.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-vue": "^5.1.2",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^24.1.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^24.1.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"start-server-and-test": "^2.0.5",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.13",
"typescript": "~5.5.4",
"vite": "^5.4.2",
"vite": "^5.4.8",
"vite-plugin-istanbul": "^6.0.2",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 3a2496b

Please sign in to comment.