mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-17 21:37:35 +00:00
22d4c345be
* add assets, photoswipe html element to body * add single script, gallery for multiple items * update docs for image gallery * fix relative links * inject image script on mount * replace inline script * remove facebook, twitter, pinterest sharing * fix hover on share * fix start img aspect radio, reduce size * right align json script * right align go script * change script background
45 lines
1.2 KiB
JSON
45 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"
|
|
},
|
|
"dependencies": {
|
|
"@polka/send": "^0.4.0",
|
|
"@sindresorhus/slugify": "^1.1.0",
|
|
"compression": "^1.7.4",
|
|
"golden-fleece": "^1.0.9",
|
|
"highlight.js": "^10.1.2",
|
|
"marked": "^1.1.1",
|
|
"polka": "^0.5.2",
|
|
"sirv": "^0.4.2",
|
|
"svelte-i18n": "^3.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@babel/runtime": "^7.9.2",
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
"@rollup/plugin-json": "^4.0.3",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^2.32.1",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-livereload": "^2.0.0",
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
"rollup-plugin-svelte": "^6.0.1",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"sapper": "^0.28.10",
|
|
"svelte": "^3.29.4"
|
|
}
|
|
}
|