demos: revert switch to modules only

This commit is contained in:
Philipp Kühn
2021-09-30 11:43:51 +02:00
parent b2a08e4a78
commit fc9a8febbc
5 changed files with 15 additions and 47 deletions

View File

@@ -2,7 +2,6 @@
"name": "tiptap-demos",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite --host",
"build": "yarn ts && vite build",
@@ -10,6 +9,7 @@
},
"dependencies": {
"d3": "^7.0.4",
"fast-glob": "^3.2.7",
"remixicon": "^2.5.0",
"shiki": "^0.9.11",
"simplify-js": "^1.2.4",
@@ -23,7 +23,6 @@
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitejs/plugin-vue": "^1.9.2",
"autoprefixer": "^10.3.6",
"globby": "^12.0.2",
"iframe-resizer": "^4.3.2",
"postcss": "^8.3.8",
"react": "^17.0.2",