mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-06 05:55:24 +02:00
Update Editor and Tools (#56)
This commit is contained in:
parent
717fd3fe38
commit
c7c7e61ccf
9 changed files with 108 additions and 138 deletions
30
package.json
30
package.json
|
@ -1,14 +1,16 @@
|
|||
{
|
||||
"name": "codex.docs",
|
||||
"version": "0.0.0",
|
||||
"bin": { "generatePassword": "bin/generatePassword.js"},
|
||||
"private": true,
|
||||
"bin": {
|
||||
"generatePassword": "bin/generatePassword.js"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "cross-env NODE_ENV=production nodemon ./bin/www",
|
||||
"start:dev": "cross-env NODE_ENV=development nodemon ./bin/www",
|
||||
"test": "cross-env NODE_ENV=testing mocha --recursive ./test",
|
||||
"lint": "eslint --fix --cache ./src/**/*.js",
|
||||
"build": "webpack ./src/frontend/js/app.js --o='./public/dist/[name].bundle.js' --output-library=Docs --output-public-path=/dist/ -p --watch",
|
||||
"build": "webpack ./src/frontend/js/app.js --o='./public/dist/[name].bundle.js' --output-library=Docs --output-public-path=/dist/ -p --mode=production",
|
||||
"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"
|
||||
},
|
||||
|
@ -16,14 +18,7 @@
|
|||
"@babel/polyfill": "^7.0.0",
|
||||
"bcrypt": "^3.0.3",
|
||||
"body-parser": "latest",
|
||||
"codex.editor": "^2.8.1",
|
||||
"codex.editor.delimiter": "^1.0.2",
|
||||
"codex.editor.embed": "^2.1.2",
|
||||
"codex.editor.header": "^2.0.5",
|
||||
"commander": "^2.19.0",
|
||||
"codex.editor.image": "^2.0.3",
|
||||
"codex.editor.quote": "^2.1.5",
|
||||
"codex.editor.raw": "^2.0.2",
|
||||
"cookie-parser": "~1.4.3",
|
||||
"csurf": "^1.9.0",
|
||||
"debug": "~4.1.0",
|
||||
|
@ -45,16 +40,23 @@
|
|||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@editorjs/code": "^2.4.0",
|
||||
"@editorjs/delimiter": "^1.1.0",
|
||||
"@editorjs/editorjs": "^2.11.7",
|
||||
"@editorjs/embed": "^2.2.0",
|
||||
"@editorjs/header": "^2.2.0",
|
||||
"@editorjs/image": "^2.1.0",
|
||||
"@editorjs/inline-code": "^1.3.0",
|
||||
"@editorjs/list": "^1.3.0",
|
||||
"@editorjs/marker": "^1.2.0",
|
||||
"@editorjs/quote": "^2.2.0",
|
||||
"@editorjs/raw": "^2.1.1",
|
||||
"autoprefixer": "^9.1.3",
|
||||
"babel": "^6.23.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^8.0.2",
|
||||
"chai": "^4.1.2",
|
||||
"chai-http": "^4.0.0",
|
||||
"codex.editor.code": "^2.3.1",
|
||||
"codex.editor.inline-code": "^1.2.0",
|
||||
"codex.editor.list": "^1.2.3",
|
||||
"codex.editor.marker": "^1.0.1",
|
||||
"cross-env": "^5.2.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"cssnano": "^4.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue