1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-06 14:05:22 +02:00

Add Table Tool (#66)

resolves #58
This commit is contained in:
Taly 2019-03-12 17:24:20 +03:00 committed by GitHub
parent 8412a27690
commit 05d5632e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 87 additions and 61 deletions

View file

@ -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,inline-code,marker}@latest"
"editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,image,table,inline-code,marker}@latest"
},
"dependencies": {
"bcrypt": "^3.0.3",
@ -49,6 +49,7 @@
"@editorjs/inline-code": "^1.3.0",
"@editorjs/list": "^1.3.1",
"@editorjs/marker": "^1.2.0",
"@editorjs/table": "^1.2.0",
"autoprefixer": "^9.1.3",
"babel": "^6.23.0",
"babel-eslint": "^10.0.1",