mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
3deedfe863
* initial version with docker * move folder * use correct path * remove typo scanner * change in site * move dockerignore * use proper path * docs: chrome moving header, max width table, overflow on mobile (#1012) * fix: table renderer, chrome moving header, mobile table * card elevation * chore(deps): bump node from 12 to 15 in /build (#967) Bumps node from 12 to 15. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(oauth2): jwt profile (#954) * first draft of JWT profile * additional infos * WIP Claim matrix * restructure docs * extend matrix * typo * use correct translation * order tables a to z * claim description * remark * describe username Co-authored-by: Florian Forster <ffo@ffo-macbook.localdomain> Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "site",
|
|
"description": "site",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "sapper dev",
|
|
"build": "sapper build --legacy",
|
|
"export": "sapper export --legacy",
|
|
"start": "node __sapper__/build",
|
|
"cy:run": "cypress run",
|
|
"cy:open": "cypress open",
|
|
"test": "run-p --race dev cy:run",
|
|
"imageoptim": "imageoptim --imagealpha 'static/img/*.png'"
|
|
},
|
|
"dependencies": {
|
|
"@polka/send": "^0.4.0",
|
|
"@sindresorhus/slugify": "^1.1.0",
|
|
"compression": "^1.7.4",
|
|
"golden-fleece": "^1.0.9",
|
|
"highlight.js": "^10.3.1",
|
|
"marked": "^1.2.2",
|
|
"polka": "^0.5.2",
|
|
"svelte-i18n": "^3.1.0",
|
|
"sirv": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.9.0",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/runtime": "^7.12.1",
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
"@rollup/plugin-json": "^4.0.3",
|
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^2.32.1",
|
|
"rollup-plugin-svelte": "^6.1.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"@rollup/plugin-babel": "^5.0.0",
|
|
"@rollup/plugin-replace": "^2.2.0",
|
|
"@rollup/plugin-url": "^5.0.0",
|
|
"sapper": "^0.28.10",
|
|
"svelte": "^3.29.4"
|
|
}
|
|
}
|