-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 985 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
{
"name": "vite-plugin-vue-setup-extend-plus",
"version": "0.1.0",
"description": "Extending the vue script setup syntactic sugar, by vite-plugin-vue-setup-extend",
"main": "dist/index.js",
"scripts": {
"dev": "tsc -p . -w --incremental --skipLibCheck",
"build": "rm -rf dist && tsc -p . --skipLibCheck"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/chenxch/vite-plugin-vue-setup-extend-plus.git"
},
"author": "chenxch",
"license": "MIT",
"bugs": {
"url": "https://github.com/chenxch/vite-plugin-vue-setup-extend-plus/issues"
},
"homepage": "https://github.com/chenxch/vite-plugin-vue-setup-extend-plus",
"devDependencies": {
"@types/node": "^16.0.0",
"@vue/compiler-sfc": "^3.2.31",
"magic-string": "^0.26.1",
"vite": "^2.4.0"
},
"keywords": [
"vite",
"vite plugin",
"vite-plugin-vue-setup-extend",
"vue",
"setup",
"name",
"inheritAttrs"
]
}