tiptap/demos/package.json
2021-09-16 14:41:25 +02:00

58 lines
1.7 KiB
JSON

{
"name": "tiptap-demos",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"_build": "vue-tsc --noEmit && vite build",
"serve": "vite preview --port 3000"
},
"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",
"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",
"shiki": "^0.9.11",
"tailwindcss": "^2.2.15",
"uuid": "^8.3.2",
"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": {
"@babel/preset-env": "^7.15.6",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-vue": "^1.6.2",
"@vue/compiler-sfc": "^3.2.11",
"cypress": "^8.4.0",
"eslint-plugin-cypress": "^2.12.1",
"globby": "^11.0.4",
"sass": "^1.40.1",
"typescript": "^4.4.3",
"vite": "^2.5.7",
"vue-tsc": "^0.3.0"
}
}