{ "name": "tiptap-demos", "version": "0.0.0", "private": true, "scripts": { "start": "vite --host", "build": "yarn 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": { "@tiptap/core": "^2.0.0-beta.101", "@tiptap/starter-kit": "^2.0.0-beta.99", "@tiptap/vue-3": "^2.0.0-beta.52", "@types/prosemirror-commands": "^1.0.4", "@types/prosemirror-inputrules": "^1.0.4", "@types/prosemirror-keymap": "^1.0.4", "@types/prosemirror-model": "^1.13.1", "@types/prosemirror-schema-list": "^1.0.3", "@types/prosemirror-state": "^1.2.7", "@types/prosemirror-transform": "^1.1.4", "@types/prosemirror-view": "^1.19.1", "@types/uuid": "^8.3.1", "@vitejs/plugin-react-refresh": "^1.3.6", "autoprefixer": "^10.3.4", "d3": "^7.0.1", "iframe-resizer": "^4.3.2", "postcss": "^8.3.6", "prosemirror-view": "^1.20.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", "remixicon": "^2.5.0", "shiki": "^0.9.11", "simplify-js": "^1.2.4", "tailwindcss": "^2.2.15", "uuid": "^8.3.2", "vite-plugin-checker": "^0.3.4", "vue": "^3.0.5", "vue-router": "^4.0.11", "y-indexeddb": "^9.0.6", "y-prosemirror": "^1.0.9", "y-webrtc": "^10.2.0", "y-websocket": "^1.3.16", "yjs": "^13.5.11" }, "devDependencies": { "@vitejs/plugin-vue": "^1.7.0", "@vue/compiler-sfc": "^3.2.12", "globby": "^11.0.4", "sass": "^1.40.1", "typescript": "^4.4.3", "vite": "^2.5.7" } }