forked from vitejs/vite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "vite-plugin-ts",
"version": "1.3.10",
"license": "MIT",
"author": "Evan You",
"maintainers": [
"CarterLi"
],
"keywords": [
"vite",
"typescript",
"tsx"
],
"files": [
"index.js",
"index.d.ts"
],
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=14.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarterLi/vite.git",
"directory": "packages/plugin-vue-jsx"
},
"bugs": {
"url": "https://github.com/CarterLi/vite/issues"
},
"homepage": "https://github.com/CarterLi/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@rollup/pluginutils": "^4.2.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"typescript": "^4.6.4"
},
"peerDependencies": {
"vite": "^2.0.0",
"vue": "^3.0.0"
}
}