{ "private": true, "workspaces": [ "docs", "packages/*" ], "browserslist": [ "> 1%", "last 2 versions", "not IE <= 11", "not IE_Mob <= 11" ], "scripts": { "start": "yarn --cwd ./docs start", "build:docs": "yarn --cwd ./docs build", "build:packages": "yarn clean:packages && lerna exec --parallel -- microbundle --compress", "clean:packages": "rm -rf ./packages/*/dist", "lint": "eslint --quiet --no-error-on-unmatched-pattern ./", "test:open": "cypress open --project tests", "test": "cypress run --project tests", "reset": "yarn clean:packages && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./yarn.lock && yarn install" }, "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.11.0", "@babel/preset-env": "^7.11.5", "@types/prosemirror-commands": "^1.0.3", "@types/prosemirror-history": "^1.0.1", "@types/prosemirror-inputrules": "^1.0.3", "@types/prosemirror-keymap": "^1.0.3", "@types/prosemirror-model": "^1.7.2", "@types/prosemirror-state": "^1.2.5", "@types/prosemirror-transform": "^1.1.1", "@types/prosemirror-view": "^1.15.0", "@typescript-eslint/eslint-plugin": "^4.2.0", "@typescript-eslint/parser": "^4.2.0", "cypress": "^5.2.0", "eslint": "^7.9.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-cypress": "^2.11.1", "eslint-plugin-html": "^6.1.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-vue": "^6.2.2", "lerna": "^3.22.1", "microbundle": "^0.12.3", "sass-loader": "^9.0.3", "typedoc": "^0.18.0", "typescript": "^4.0.3", "vue": "^2.6.12" } }