tiptap/demos/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

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",
2022-01-10 21:49:26 +08:00
"d3": "^7.3.0",
"fast-glob": "^3.2.10",
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",
2021-11-18 02:23:04 +08:00
"y-webrtc": "^10.2.2",
2022-01-04 17:02:24 +08:00
"yjs": "^13.5.23"
2021-08-25 17:52:20 +08:00
},
"devDependencies": {
2022-01-10 21:49:26 +08:00
"@types/uuid": "^8.3.4",
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",
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",
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",
2022-01-10 21:49:26 +08:00
"sass": "^1.47.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",
2022-01-04 17:02:24 +08:00
"vite": "^2.7.10",
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
}
}