-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 894 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
{
"name": "vite-plugin-replace-elementui-prefix",
"version": "1.0.2",
"description": "a vite plugin to replace element-ui prefix",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/westHua00/vite-plugin-replace-elementui-prefix"
},
"bugs": {
"url": "https://github.com/westHua00/vite-plugin-replace-elementui-prefix/issues"
},
"homepage": "https://github.com/westHua00/vite-plugin-replace-elementui-prefix/#readme",
"keywords": [
"vite",
"element-ui",
"replace",
"garfish"
],
"author": "[email protected]",
"license": "ISC",
"peerDependencies": {
"vite": ">=2.0.0",
"element-ui": "^2.15.8"
},
"dependencies": {
"@babel/generator": "^7.18.2",
"@babel/parser": "^7.18.4",
"@babel/traverse": "^7.18.2"
}
}