2021-08-25 17:52:20 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-demos",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-09-18 05:44:01 +08:00
|
|
|
"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"
|
2021-08-25 17:52:20 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-15 17:31:21 +08:00
|
|
|
"@hocuspocus/provider": "^1.0.0-alpha.29",
|
|
|
|
"d3": "^7.2.1",
|
2021-09-30 17:43:51 +08:00
|
|
|
"fast-glob": "^3.2.7",
|
2021-09-17 03:30:09 +08:00
|
|
|
"remixicon": "^2.5.0",
|
2021-12-15 17:31:21 +08:00
|
|
|
"shiki": "^0.9.15",
|
2021-09-17 03:30:09 +08:00
|
|
|
"simplify-js": "^1.2.4",
|
2021-11-18 02:23:04 +08:00
|
|
|
"y-webrtc": "^10.2.2",
|
2021-12-03 04:06:13 +08:00
|
|
|
"yjs": "^13.5.22"
|
2021-08-25 17:52:20 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-03 04:06:13 +08:00
|
|
|
"@types/uuid": "^8.3.3",
|
2021-09-19 04:59:00 +08:00
|
|
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
2021-12-09 04:34:25 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.10.2",
|
2021-11-05 18:52:49 +08:00
|
|
|
"autoprefixer": "^10.4.0",
|
2021-09-19 04:59:00 +08:00
|
|
|
"iframe-resizer": "^4.3.2",
|
2021-12-15 17:31:21 +08:00
|
|
|
"postcss": "^8.4.5",
|
2021-09-19 04:59:00 +08:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-12-15 17:31:21 +08:00
|
|
|
"sass": "^1.45.0",
|
2021-11-05 18:52:49 +08:00
|
|
|
"tailwindcss": "^2.2.19",
|
2021-12-15 17:31:21 +08:00
|
|
|
"typescript": "^4.5.4",
|
2021-09-19 04:59:00 +08:00
|
|
|
"uuid": "^8.3.2",
|
2021-12-15 17:31:21 +08:00
|
|
|
"vite": "^2.7.2",
|
2021-09-19 04:59:00 +08:00
|
|
|
"vite-plugin-checker": "^0.3.4",
|
|
|
|
"vue": "^3.0.5",
|
|
|
|
"vue-router": "^4.0.11"
|
2021-08-25 17:52:20 +08:00
|
|
|
}
|
|
|
|
}
|