demos: move to module only

This commit is contained in:
Philipp Kühn
2021-09-23 22:25:54 +02:00
parent 724b90d8d6
commit c85df80126
5 changed files with 164 additions and 133 deletions

View File

@@ -2,6 +2,7 @@
"name": "tiptap-demos",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite --host",
"build": "yarn ts && vite build",
@@ -22,7 +23,7 @@
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitejs/plugin-vue": "^1.9.0",
"autoprefixer": "^10.3.5",
"globby": "^11.0.4",
"globby": "^12.0.2",
"iframe-resizer": "^4.3.2",
"postcss": "^8.3.7",
"react": "^17.0.2",