tiptap/demos/package.json

41 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,
2021-09-24 04:25:54 +08:00
"type": "module",
2021-08-25 17:52:20 +08:00
"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-09-20 15:41:58 +08:00
"d3": "^7.0.3",
2021-09-17 03:30:09 +08:00
"remixicon": "^2.5.0",
2021-09-20 15:14:11 +08:00
"shiki": "^0.9.11",
2021-09-17 03:30:09 +08:00
"simplify-js": "^1.2.4",
2021-09-16 20:41:25 +08:00
"y-indexeddb": "^9.0.6",
2021-08-25 17:52:20 +08:00
"y-webrtc": "^10.2.0",
"y-websocket": "^1.3.16",
2021-09-19 04:59:00 +08:00
"yjs": "^13.5.12"
2021-08-25 17:52:20 +08:00
},
"devDependencies": {
2021-09-19 04:59:00 +08:00
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
2021-09-23 04:56:54 +08:00
"@vitejs/plugin-vue": "^1.9.0",
"autoprefixer": "^10.3.5",
2021-09-24 04:25:54 +08:00
"globby": "^12.0.2",
2021-09-19 04:59:00 +08:00
"iframe-resizer": "^4.3.2",
2021-09-23 04:56:54 +08:00
"postcss": "^8.3.7",
2021-09-19 04:59:00 +08:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2021-09-23 04:56:54 +08:00
"sass": "^1.42.1",
2021-09-19 04:59:00 +08:00
"tailwindcss": "^2.2.15",
2021-09-15 03:29:00 +08:00
"typescript": "^4.4.3",
2021-09-19 04:59:00 +08:00
"uuid": "^8.3.2",
2021-09-20 15:41:58 +08:00
"vite": "^2.5.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
}
}