mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
4b2de3394a
Some checks are pending
build / lint (20) (push) Waiting to run
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Waiting to run
build / build (20) (push) Blocked by required conditions
Publish / Release (20) (push) Waiting to run
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "tiptap-demos",
|
|
"version": "2.5.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite --host",
|
|
"build:demos": "npm run ts && vite build",
|
|
"preview": "vite preview",
|
|
"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": "2.13.5",
|
|
"@lexical/react": "^0.11.3",
|
|
"@shikijs/core": "1.10.3",
|
|
"d3": "^7.9.0",
|
|
"fast-glob": "^3.3.2",
|
|
"highlight.js": "^11.10.0",
|
|
"lexical": "^0.11.3",
|
|
"lowlight": "^3.1.0",
|
|
"remixicon": "^2.5.0",
|
|
"shiki": "^1.23.1",
|
|
"simplify-js": "^1.2.4",
|
|
"y-prosemirror": "1.2.11",
|
|
"y-webrtc": "^10.3.0",
|
|
"yjs": "13.6.18"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "3.1.2",
|
|
"@types/uuid": "^8.3.4",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"esbuild": "0.21.5",
|
|
"iframe-resizer": "^4.4.5",
|
|
"postcss": "^8.4.49",
|
|
"postcss-import": "^15.1.0",
|
|
"prosemirror-dev-tools": "^4.1.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"sass": "^1.81.0",
|
|
"svelte": "^4.2.19",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.6.3",
|
|
"uuid": "^8.3.2",
|
|
"vite": "^5.4.11",
|
|
"vite-plugin-checker": "^0.6.4",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.4.5"
|
|
}
|
|
}
|