tiptap/package.json

33 lines
1.0 KiB
JSON
Raw Normal View History

2019-12-08 04:02:22 +08:00
{
"private": true,
"workspaces": [
2020-04-17 18:51:49 +08:00
"docs",
2019-12-08 04:02:22 +08:00
"packages/*"
],
"scripts": {
2020-04-17 18:51:49 +08:00
"start": "yarn --cwd ./docs start",
"build:docs": "yarn --cwd ./docs build",
2019-12-08 04:02:22 +08:00
"build:packages": "yarn clean:packages && lerna exec --parallel -- microbundle --raw --compress",
2019-12-17 06:30:41 +08:00
"clean:packages": "rm -rf ./packages/*/dist",
2020-03-04 17:21:48 +08:00
"test:debug": "cypress open",
2020-03-04 06:45:20 +08:00
"test": "cypress run",
"startandtest": "start-server-and-test start http://localhost:3000 test"
2019-12-08 04:02:22 +08:00
},
2020-04-17 18:51:49 +08:00
"devDependencies": {
2019-12-08 07:16:44 +08:00
"@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",
2020-04-17 18:51:49 +08:00
"cypress": "^4.3.0",
2020-03-04 05:34:28 +08:00
"lerna": "^3.20.2",
2019-12-08 04:02:22 +08:00
"microbundle": "^0.11.0",
2020-03-06 18:59:36 +08:00
"sass-loader": "^8.0.2",
2020-03-27 20:18:29 +08:00
"start-server-and-test": "^1.10.11",
2020-04-17 18:51:49 +08:00
"typescript": "^3.8.3"
2019-12-08 04:02:22 +08:00
}
}