We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07df86 commit 17f3b56Copy full SHA for 17f3b56
.npmrc
@@ -0,0 +1,3 @@
1
+shamefully-hoist=true
2
+ignore-workspace-root-check=true
3
+strict-peer-dependencies=false
package.json
@@ -2,6 +2,7 @@
"name": "valaxy-addon-live2d",
"global": true,
4
"version": "0.2.1",
5
+ "packageManager": "pnpm@9.5.0",
6
"description": "",
7
"repository": {
8
"url": "git+https://github.com/valaxyjs/valaxy-addon-live2d.git"
@@ -30,6 +31,8 @@
30
31
"devDependencies": {
32
"@types/lodash-es": "^4.17.12",
33
"@types/stats.js": "^0.17.3",
- "tsx": "^4.16.2"
34
+ "consola": "^3.2.3",
35
+ "tsx": "^4.16.2",
36
+ "vue-tsc": "^2.0.28"
37
}
38
0 commit comments