tiptap/demos/package.json

52 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2021-08-25 17:52:20 +08:00
{
"name": "tiptap-demos",
"version": "2.5.1",
2021-08-25 17:52:20 +08:00
"private": true,
"type": "module",
2021-08-25 17:52:20 +08:00
"scripts": {
2021-09-18 05:44:01 +08:00
"start": "vite --host",
"build:demos": "npm run ts && vite build",
"preview": "vite preview",
2021-09-18 05:44:01 +08:00
"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"
2021-08-25 17:52:20 +08:00
},
"dependencies": {
2024-08-12 17:33:03 +08:00
"@hocuspocus/provider": "2.13.5",
"@lexical/react": "^0.11.3",
2024-08-12 17:33:03 +08:00
"@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",
2021-09-17 03:30:09 +08:00
"remixicon": "^2.5.0",
"shiki": "^1.23.1",
2021-09-17 03:30:09 +08:00
"simplify-js": "^1.2.4",
2024-08-12 18:27:11 +08:00
"y-prosemirror": "1.2.11",
"y-webrtc": "^10.3.0",
2024-08-12 18:27:11 +08:00
"yjs": "13.6.18"
2021-08-25 17:52:20 +08:00
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.2",
2022-01-10 21:49:26 +08:00
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-vue": "^5.2.0",
"autoprefixer": "^10.4.20",
2024-08-12 20:13:46 +08:00
"esbuild": "0.21.5",
"iframe-resizer": "^4.4.5",
"postcss": "^8.4.49",
2023-07-26 17:16:22 +08:00
"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",
2021-09-19 04:59:00 +08:00
"uuid": "^8.3.2",
"vite": "^5.4.11",
"vite-plugin-checker": "^0.6.4",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
2021-08-25 17:52:20 +08:00
}
2023-04-26 20:19:13 +08:00
}