mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 15:05:26 +02:00
Editorjs checklist tool (#98)
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
This commit is contained in:
parent
c0a4f6f3fd
commit
b744ed592a
30 changed files with 2628 additions and 2152 deletions
16
package.json
16
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}@latest"
|
||||
"editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,image,table,inline-code,marker,warning,checklist}@latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^3.0.3",
|
||||
|
@ -35,6 +35,7 @@
|
|||
"node-fetch": "^2.3.0",
|
||||
"nodemon": "^1.18.3",
|
||||
"twig": "~1.12.0",
|
||||
"typescript-eslint": "^0.0.1-alpha.0",
|
||||
"uuid4": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -43,15 +44,16 @@
|
|||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@codexteam/misprints": "^1.0.0",
|
||||
"@editorjs/checklist": "^1.1.0",
|
||||
"@editorjs/code": "^2.4.1",
|
||||
"@editorjs/delimiter": "^1.1.0",
|
||||
"@editorjs/editorjs": "^2.16.0",
|
||||
"@editorjs/header": "^2.3.2",
|
||||
"@editorjs/image": "^2.3.3",
|
||||
"@editorjs/editorjs": "^2.17.0",
|
||||
"@editorjs/header": "^2.4.1",
|
||||
"@editorjs/image": "^2.3.4",
|
||||
"@editorjs/inline-code": "^1.3.1",
|
||||
"@editorjs/list": "^1.4.0",
|
||||
"@editorjs/marker": "^1.2.2",
|
||||
"@editorjs/table": "^1.2.0",
|
||||
"@editorjs/table": "^1.2.2",
|
||||
"@editorjs/warning": "^1.1.1",
|
||||
"autoprefixer": "^9.1.3",
|
||||
"babel": "^6.23.0",
|
||||
|
@ -61,8 +63,8 @@
|
|||
"chai-http": "^4.0.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"cssnano": "^4.1.0",
|
||||
"eslint": "^5.3.0",
|
||||
"eslint-config-codex": "github:codex-team/eslint-config",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-codex": "^1.3.4",
|
||||
"eslint-plugin-chai-friendly": "^0.4.1",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue