2021-08-25 17:52:20 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-demos",
|
2024-06-07 22:49:52 +08:00
|
|
|
"version": "2.5.0-beta.2",
|
2021-08-25 17:52:20 +08:00
|
|
|
"private": true,
|
2024-06-11 20:24:10 +08:00
|
|
|
"type": "module",
|
2021-08-25 17:52:20 +08:00
|
|
|
"scripts": {
|
2021-09-18 05:44:01 +08:00
|
|
|
"start": "vite --host",
|
2023-01-25 17:19:51 +08:00
|
|
|
"build:demos": "npm run ts && vite build",
|
2022-12-14 18:59:38 +08:00
|
|
|
"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-01-19 03:07:51 +08:00
|
|
|
"@hocuspocus/provider": "^2.9.0",
|
2023-07-26 17:16:22 +08:00
|
|
|
"@lexical/react": "^0.11.1",
|
2022-01-10 21:49:26 +08:00
|
|
|
"d3": "^7.3.0",
|
2022-01-25 17:22:56 +08:00
|
|
|
"fast-glob": "^3.2.11",
|
2022-09-02 01:44:45 +08:00
|
|
|
"highlight.js": "^11.6.0",
|
2023-07-26 17:16:22 +08:00
|
|
|
"lexical": "^0.11.1",
|
2022-09-10 19:56:59 +08:00
|
|
|
"lowlight": "^2.7.0",
|
2021-09-17 03:30:09 +08:00
|
|
|
"remixicon": "^2.5.0",
|
2022-01-04 17:02:24 +08:00
|
|
|
"shiki": "^0.10.0",
|
2021-09-17 03:30:09 +08:00
|
|
|
"simplify-js": "^1.2.4",
|
2024-06-07 21:11:48 +08:00
|
|
|
"y-prosemirror": "^1.2.6",
|
2024-01-29 20:03:52 +08:00
|
|
|
"y-webrtc": "^10.3.0",
|
|
|
|
"yjs": "^13.6.11"
|
2021-08-25 17:52:20 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-11 20:24:10 +08:00
|
|
|
"@sveltejs/vite-plugin-svelte": "^2.0.0",
|
2022-01-10 21:49:26 +08:00
|
|
|
"@types/uuid": "^8.3.4",
|
2024-06-11 20:24:10 +08:00
|
|
|
"@vitejs/plugin-react": "^1.3.2",
|
2024-06-11 20:24:10 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
2022-01-10 21:49:26 +08:00
|
|
|
"autoprefixer": "^10.4.2",
|
2021-09-19 04:59:00 +08:00
|
|
|
"iframe-resizer": "^4.3.2",
|
2023-10-10 09:56:03 +08:00
|
|
|
"postcss": "^8.4.31",
|
2023-07-26 17:16:22 +08:00
|
|
|
"postcss-import": "^15.1.0",
|
2024-01-09 03:21:23 +08:00
|
|
|
"prosemirror-dev-tools": "^4.0.0",
|
2022-04-04 15:46:11 +08:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2022-02-04 17:21:35 +08:00
|
|
|
"sass": "^1.49.7",
|
2022-08-22 18:59:22 +08:00
|
|
|
"svelte": "^3.49.0",
|
2023-07-26 17:16:22 +08:00
|
|
|
"tailwindcss": "^3.3.2",
|
2024-06-11 20:24:10 +08:00
|
|
|
"typescript": "^5.4.5",
|
2021-09-19 04:59:00 +08:00
|
|
|
"uuid": "^8.3.2",
|
2024-06-27 05:53:07 +08:00
|
|
|
"vite": "^4.0.0",
|
2024-06-11 20:24:10 +08:00
|
|
|
"vite-plugin-checker": "^0.6.4",
|
2021-09-19 04:59:00 +08:00
|
|
|
"vue": "^3.0.5",
|
|
|
|
"vue-router": "^4.0.11"
|
2021-08-25 17:52:20 +08:00
|
|
|
}
|
2023-04-26 20:19:13 +08:00
|
|
|
}
|