mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 11:49:02 +08:00
1ebc8f8e14
* refactor: upgrade prosemirror packages to new typescript versions * refactor: migrate to new typings from prosemirror * style: fix linting issues * style: fix linting issues * style: fix linting issues * fix(ci): fix build process by reimplement filterTransaction * fix(extension-test): fix broken build because of wrong output file names * fix: fix prosemirror-tables not being bundled correctly for ES6 * fix: move to prosemirror-tables-contently until es6 build is working * fix: fix tests for youtube * fix: fix youtube test * fix(demos): fix demos build
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "tiptap-demos",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite --host",
|
|
"build": "npm run ts && vite build",
|
|
"ts": "tsc --project tsconfig.base.json --noEmit && tsc --project tsconfig.react.json --noEmit && tsc --project tsconfig.vue-2.json --noEmit && tsc --project tsconfig.vue-3.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hocuspocus/provider": "^1.0.0-alpha.29",
|
|
"d3": "^7.3.0",
|
|
"fast-glob": "^3.2.11",
|
|
"remixicon": "^2.5.0",
|
|
"shiki": "^0.10.0",
|
|
"simplify-js": "^1.2.4",
|
|
"y-webrtc": "^10.2.2",
|
|
"yjs": "^13.5.26",
|
|
"y-prosemirror": "1.0.20",
|
|
"lowlight": "^1.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^8.3.4",
|
|
"@vitejs/plugin-react": "^1.3.1",
|
|
"@vitejs/plugin-vue": "^1.10.2",
|
|
"autoprefixer": "^10.4.2",
|
|
"iframe-resizer": "^4.3.2",
|
|
"postcss": "^8.4.6",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"sass": "^1.49.7",
|
|
"tailwindcss": "^2.2.19",
|
|
"typescript": "^4.5.5",
|
|
"uuid": "^8.3.2",
|
|
"vite": "^2.7.13",
|
|
"vite-plugin-checker": "^0.3.4",
|
|
"vue": "^3.0.5",
|
|
"vue-router": "^4.0.11"
|
|
}
|
|
}
|