Skip to content

Commit

Permalink
Merge branch 'refs/heads/openapi' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jul 17, 2024
2 parents 74fe411 + d19e03e commit 5f62481
Show file tree
Hide file tree
Showing 57 changed files with 12,782 additions and 3,175 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ dist

# references
references/

# generated code
lib/api-client
13 changes: 0 additions & 13 deletions .vscode/extensions.json

This file was deleted.

25 changes: 0 additions & 25 deletions .vscode/launch.json

This file was deleted.

38 changes: 0 additions & 38 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default defineNuxtConfig({
},
experimental: {
componentIslands: true,
renderJsonPayloads: false,
},
pinia: {
// @ts-ignore
Expand All @@ -40,7 +41,6 @@ export default defineNuxtConfig({
cookieOptions: {
sameSite: "strict",
},
// storage: 'localStorage'
},
i18n: {
baseUrl: process.env.NUXT_PUBLIC_APP_BASE_URL,
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,22 @@
"validate": "run-p format:check lint:check types:check",
"full-validate": "run-p format:check lint:check types:check test test:e2e",
"validate-without-tests": "run-p format:fix lint:check types:check",
"playwright:install": "npx playwright install"
"playwright:install": "npx playwright install",
"generate:api-client": "swagger-typescript-api --path ./public/noske.json --clean-output --name index.ts --output ./lib/api-client/"
},
"dependencies": {
"@acdh-oeaw/lib": "^0.1.4",
"@mdi/font": "^7.2.96",
"@nuxt/content": "^2.7.0",
"@nuxtjs/i18n": "^8.0.0",
"@pinia/nuxt": "^0.5.1",
"@tanstack/vue-query": "^5.36.0",
"html-to-text": "^9.0.5",
"nanoid": "^5.0.7",
"pinia": "^2.1.7",
"sweetalert2": "^11.10.1",
"vue-highlight-words": "^3.0.1",
"vue-i18n-routing": "^1.2.0",
"vue-json-viewer": "3",
"zipcelx": "^1.6.2"
},
Expand All @@ -57,13 +61,14 @@
"@acdh-oeaw/tsconfig": "^1.0.1",
"@axe-core/playwright": "^4.7.3",
"@fontsource-variable/inter": "^5.0.5",
"@hey-api/openapi-ts": "^0.34.1",
"@highcharts/map-collection": "^2.1.0",
"@nuxt/devtools": "^0.6.7",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@playwright/test": "^1.36.1",
"@tailwindcss/typography": "^0.5.9",
"@types/html-to-text": "^9.0.4",
"@types/node": "^20.7.0",
"@types/node": "^20.11.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-plugin-tailwindcss": "^3.13.0",
Expand All @@ -81,6 +86,7 @@
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.8.1",
"stylelint": "^15.10.1",
"swagger-typescript-api": "^13.0.3",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit 5f62481

Please sign in to comment.