mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-06 14:05:22 +02:00
Set auth cookie lifetime (#102)
* Set auth cookie lifetime * Small fixes - upgrade editor and tools - add link tool - move "save" button and "uri" field * Update twig.js * move to deps
This commit is contained in:
parent
40d5285e5e
commit
94a9a963ff
17 changed files with 2413 additions and 793 deletions
14
package.json
14
package.json
|
@ -13,7 +13,7 @@
|
|||
"build:dev": "webpack ./src/frontend/js/app.js --o='./public/dist/[name].bundle.js' --output-library=Docs --output-public-path=/dist/ -p --mode=development --watch",
|
||||
"precommit": "yarn lint && yarn test --exit",
|
||||
"generatePassword": "node ./generatePassword.js",
|
||||
"editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,image,table,inline-code,marker,warning,checklist}@latest"
|
||||
"editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,link,image,table,inline-code,marker,warning,checklist}@latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^3.0.3",
|
||||
|
@ -34,6 +34,7 @@
|
|||
"nedb": "^1.8.0",
|
||||
"node-fetch": "^2.3.0",
|
||||
"nodemon": "^1.18.3",
|
||||
"open-graph-scraper": "^4.5.0",
|
||||
"twig": "~1.12.0",
|
||||
"typescript-eslint": "^0.0.1-alpha.0",
|
||||
"uuid4": "^1.0.0"
|
||||
|
@ -45,13 +46,14 @@
|
|||
"@babel/preset-env": "^7.1.0",
|
||||
"@codexteam/misprints": "^1.0.0",
|
||||
"@editorjs/checklist": "^1.1.0",
|
||||
"@editorjs/code": "^2.4.1",
|
||||
"@editorjs/code": "^2.5.0",
|
||||
"@editorjs/delimiter": "^1.1.0",
|
||||
"@editorjs/editorjs": "^2.17.0",
|
||||
"@editorjs/header": "^2.4.1",
|
||||
"@editorjs/image": "^2.3.4",
|
||||
"@editorjs/editorjs": "^2.18.0",
|
||||
"@editorjs/header": "^2.5.0",
|
||||
"@editorjs/image": "^2.4.2",
|
||||
"@editorjs/inline-code": "^1.3.1",
|
||||
"@editorjs/list": "^1.4.0",
|
||||
"@editorjs/link": "^2.2.1",
|
||||
"@editorjs/list": "^1.5.0",
|
||||
"@editorjs/marker": "^1.2.2",
|
||||
"@editorjs/table": "^1.2.2",
|
||||
"@editorjs/warning": "^1.1.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue