api schema

This commit is contained in:
Sebastian Frank 2022-02-01 19:03:49 +01:00
parent 24d2aaaa50
commit 66d8313316
3 changed files with 1134 additions and 261 deletions

View File

@ -24,5 +24,11 @@
"typescript.tsc.autoDetect": "off", "typescript.tsc.autoDetect": "off",
"npm.autoDetect": "off", "npm.autoDetect": "off",
"debug.allowBreakpointsEverywhere": true, "debug.allowBreakpointsEverywhere": true,
"html.autoClosingTags": false "html.autoClosingTags": false,
"yaml.schemas": {
"node_modules/wmbasic-api-types/schemas/api-config/config.json": "api/config.y*ml",
"node_modules/wmbasic-api-types/schemas/api-config/collection.json": "api/collections/*.y*ml",
"node_modules/wmbasic-api-types/schemas/api-config/field.json": "api/collections/fields/*.y*ml"
},
"yaml.customTags": ["!include scalar"]
} }

View File

@ -21,45 +21,45 @@
"cy:docker:open": "CURRENT_UID=$(id -u):$(id -g) CY_COMMAND=open docker-compose -f docker-compose.cypress.yml up --exit-code-from=cypress" "cy:docker:open": "CURRENT_UID=$(id -u):$(id -g) CY_COMMAND=open docker-compose -f docker-compose.cypress.yml up --exit-code-from=cypress"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.15.4", "@babel/cli": "^7.16.8",
"@babel/core": "^7.15.5", "@babel/core": "^7.16.12",
"@babel/plugin-transform-spread": "^7.14.6", "@babel/plugin-transform-spread": "^7.16.7",
"@babel/preset-env": "^7.15.6", "@babel/preset-env": "^7.16.11",
"@tsconfig/svelte": "^2.0.1", "@tsconfig/svelte": "^3.0.0",
"browser-sync": "^2.27.5", "browser-sync": "^2.27.5",
"chokidar": "^3.5.2", "chokidar": "^3.5.3",
"connect-history-api-fallback": "^1.6.0", "connect-history-api-fallback": "^1.6.0",
"copy-dir": "^1.3.0", "copy-dir": "^1.3.0",
"esbuild": "^0.14.2", "esbuild": "^0.14.16",
"esbuild-svelte": "^0.6.0", "esbuild-svelte": "^0.6.2",
"http-proxy-middleware": "^2.0.1", "http-proxy-middleware": "^2.0.2",
"less": "^4.1.1", "less": "^4.1.1",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"postcss": "^8.3.6", "postcss": "^8.4.6",
"prettier": "^2.4.0", "prettier": "^2.4.0",
"prettier-plugin-svelte": "^2.4.0", "prettier-plugin-svelte": "^2.6.0",
"svelte": "^3.42.5", "svelte": "^3.46.3",
"svelte-check": "^2.2.6", "svelte-check": "^2.4.1",
"svelte-preprocess": "^4.9.4", "svelte-preprocess": "^4.10.2",
"svelte-preprocess-esbuild": "^2.0.0", "svelte-preprocess-esbuild": "^2.0.0",
"svelte-routing": "^1.6.0", "svelte-routing": "^1.6.0",
"svelte-scrollto": "^0.2.0", "svelte-scrollto": "^0.2.0",
"tslib": "^2.3.1", "tslib": "^2.3.1",
"typescript": "^4.4.3", "typescript": "^4.5.5",
"wmbasic-api-types": "https://gitbase.de/cms/wmbasic-api-types.git" "wmbasic-api-types": "https://gitbase.de/cms/wmbasic-api-types.git"
}, },
"dependencies": { "dependencies": {
"@sentry/browser": "^6.12.0", "@sentry/browser": "^6.17.3",
"@sentry/tracing": "^6.12.0", "@sentry/tracing": "^6.17.3",
"core-js": "3.19.3" "core-js": "3.21.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/code-coverage": "^3.9.10", "@cypress/code-coverage": "^3.9.10",
"axios": "^0.24.0", "axios": "^0.25.0",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
"cypress": "^9.1.1", "cypress": "^9.4.1",
"cypress-terminal-report": "^3.3.2", "cypress-terminal-report": "^3.4.1",
"live-server": "^1.2.1", "live-server": "^1.2.1",
"mongodb": "^4.1.1" "mongodb": "^4.3.1"
} }
} }

1343
yarn.lock

File diff suppressed because it is too large Load Diff