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 07b16f8 commit 09e32c6Copy full SHA for 09e32c6
package.json
@@ -33,14 +33,6 @@
33
"lint": "eslint .",
34
"lint:fix": "eslint . --fix"
35
},
36
- "peerDependencies": {
37
- "vue": "^3.2.45"
38
- },
39
- "dependencies": {
40
- "magic-string": "^0.30.5",
41
- "typescript": "^5.2.2",
42
- "vue": "^3.3.8"
43
44
"devDependencies": {
45
"@antfu/eslint-config": "^1.1.1",
46
"@types/node": "^20.9.0",
@@ -49,7 +41,11 @@
49
"eslint": "^8.53.0",
50
"esno": "^4.0.0",
51
"fast-glob": "^3.3.2",
+ "magic-string": "^0.30.5",
52
"rimraf": "^5.0.5",
53
- "tsup": "^7.2.0"
+ "tsup": "^7.2.0",
47
+ "typescript": "^5.2.2",
48
+ "unbuild": "^2.0.0",
+ "vue": "^3.3.8"
54
}
55
0 commit comments