We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d2ea6 commit 1883fc7Copy full SHA for 1883fc7
package.json
@@ -76,7 +76,11 @@
76
"vite": "^2.5.0",
77
"vite-plugin-ts": "^1.1.8",
78
"vitepress": "^0.20.1",
79
- "yorkie": "^2.0.0"
+ "yorkie": "^2.0.0",
80
+ "autobind-decorator": "^2.4.0",
81
+ "injection-js": "^2.4.0",
82
+ "vue": "^3.2.20",
83
+ "vue-router": "^4.0.12"
84
},
85
"config": {
86
"commitizen": {
@@ -100,10 +104,9 @@
100
104
"registry": "https://registry.npmjs.org",
101
105
"access": "public"
102
106
103
- "dependencies": {
- "autobind-decorator": "^2.4.0",
107
+ "peerDependencies": {
108
+ "@abraham/reflection": "^0.8.0",
109
"injection-js": "^2.4.0",
- "vue": "^3.2.20",
- "vue-router": "^4.0.12"
110
+ "vue": "^3.2.20"
111
}
112
0 commit comments