rme 0.0.14 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rme",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev-rollup": "node ./prebuild.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",
@@ -118,7 +118,6 @@
118
118
  ]
119
119
  },
120
120
  "dependencies": {
121
- "@ariakit/react": "^0.3.8",
122
121
  "@codemirror/autocomplete": "^6.8.1",
123
122
  "@codemirror/commands": "^6.2.4",
124
123
  "@codemirror/lang-markdown": "^6.2.3",
@@ -131,7 +130,6 @@
131
130
  "@emotion/css": "^11.11.0",
132
131
  "@emotion/react": "^11.11.3",
133
132
  "@emotion/styled": "^11.11.0",
134
- "@floating-ui/dom": "^1.0.0",
135
133
  "@floating-ui/react": "^0.25.1",
136
134
  "@lezer/common": "1.0.3",
137
135
  "@lezer/highlight": "^1.1.6",
@@ -162,8 +160,6 @@
162
160
  "@remirror/theme": "^2.0.8",
163
161
  "@remirror/types": "^1.0.1",
164
162
  "@uiw/codemirror-themes": "^4.21.18",
165
- "classnames": "^2.3.0",
166
- "clsx": "^2.0.0",
167
163
  "create-context-state": "^2.0.0",
168
164
  "fuse.js": "^6.6.2",
169
165
  "html-parse-stringify": "^3.0.1",
@@ -182,12 +178,9 @@
182
178
  "prosemirror-flat-list": "^0.4.2",
183
179
  "prosemirror-paste-rules": "^2.0.7",
184
180
  "punycode": "^2.3.0",
185
- "rc-image": "^7.5.1",
186
181
  "react": "^18.2.0",
187
182
  "react-dom": "^18.2.0",
188
- "react-hot-toast": "^2.4.1",
189
183
  "react-popper": "^2.3.0",
190
- "react-spinners": "^0.13.8",
191
184
  "remirror": "^2.0.33",
192
185
  "remirror-extension-flat-list": "^0.2.0",
193
186
  "remixicon": "^4.1.0",