mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"docs",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"start": "yarn --cwd ./docs start",
|
|
"build:docs": "yarn --cwd ./docs build",
|
|
"build:packages": "yarn clean:packages && lerna exec --parallel -- microbundle --raw --compress",
|
|
"clean:packages": "rm -rf ./packages/*/dist",
|
|
"test:debug": "cypress open",
|
|
"test": "cypress run",
|
|
"startandtest": "start-server-and-test start http://localhost:3000 test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/prosemirror-commands": "^1.0.1",
|
|
"@types/prosemirror-history": "^1.0.1",
|
|
"@types/prosemirror-inputrules": "^1.0.2",
|
|
"@types/prosemirror-keymap": "^1.0.1",
|
|
"@types/prosemirror-model": "^1.7.2",
|
|
"@types/prosemirror-state": "^1.2.3",
|
|
"@types/prosemirror-transform": "^1.1.1",
|
|
"@types/prosemirror-view": "^1.11.2",
|
|
"cypress": "^4.3.0",
|
|
"lerna": "^3.20.2",
|
|
"microbundle": "^0.11.0",
|
|
"sass-loader": "^8.0.2",
|
|
"start-server-and-test": "^1.10.11",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|