mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 11:49:02 +08:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"@hocuspocus/provider": "^1.0.0-alpha.26",
|
|
"d3": "^7.1.1",
|
|
"fast-glob": "^3.2.7",
|
|
"remixicon": "^2.5.0",
|
|
"shiki": "^0.9.12",
|
|
"simplify-js": "^1.2.4",
|
|
"y-webrtc": "^10.2.2",
|
|
"yjs": "^13.5.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^8.3.1",
|
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
"@vitejs/plugin-vue": "^1.9.4",
|
|
"autoprefixer": "^10.4.0",
|
|
"iframe-resizer": "^4.3.2",
|
|
"postcss": "^8.3.11",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"sass": "^1.43.4",
|
|
"tailwindcss": "^2.2.19",
|
|
"typescript": "^4.4.4",
|
|
"uuid": "^8.3.2",
|
|
"vite": "^2.6.14",
|
|
"vite-plugin-checker": "^0.3.4",
|
|
"vue": "^3.0.5",
|
|
"vue-router": "^4.0.11"
|
|
}
|
|
}
|