We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d6e45 commit 8897b24Copy full SHA for 8897b24
2 files changed
package.json
@@ -20,6 +20,7 @@
20
"prettier": "^3.8.1",
21
"sober": "1.1.9",
22
"utf8": "^3.0.0",
23
+ "vite-plugin-node-polyfills": "^0.25.0",
24
"vue": "^3.5.28",
25
"vue-color-kit": "^1.0.6",
26
"vue-draggable-plus": "^0.6.1",
@@ -43,6 +44,9 @@
43
44
"patchedDependencies": {
45
"function-plot": "patches/function-plot.patch",
46
"sober": "patches/sober.patch"
- }
47
+ },
48
+ "ignoredBuiltDependencies": [
49
+ "@parcel/watcher"
50
+ ]
51
}
52
0 commit comments