Newer
Older
"private": true,
"description": "Monorepo for wax-prosemirror, its components and its integrations",
"repository": {
"type": "git",
"url": "git@gitlab.coko.foundation:wax/wax-prosemirror.git"
},
"license": "MIT",
"author": "Christos Kokosias",
"main": "index.js",
"workspaces": [
"wax-prosemirror-core",
"wax-prosemirror-schema",
"wax-prosemirror-components",
"wax-prosemirror-utilities",
"wax-prosemirror-plugins",
"wax-prosemirror-services",
"editors/*"
],
"build": "lerna run build",
"clean": "yarn run clean:artifacts && yarn run clean:packages && yarn run clean:root",
"clean:artifacts": "lerna run clean --parallel",
"clean:packages": "lerna clean --yes",
"clean:root": "rm -rf node_modules",
"cz": "git-cz",
"editoria": "cd editors/editoria && yarn start",
"reset": "yarn clean && yarn",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS && lint-staged"
}
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
},
"resolutions": {
"styled-components": "4.2.0"
},
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@coko/lint": "^1.1.0",
"@coko/storybook": "^0.1.1",
"@rollup/plugin-commonjs": "^11.0.2",
"rollup": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-terser": "^5.3.0",