forked from leon737/vue-xml-viewer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1 KB
/
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
{
"name": "vue3-xml-viewer",
"version": "0.0.14",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name vue3-xml-viewer ./src/components/main.js"
},
"peerDependencies": {
"core-js": "^3.23.3",
"vue": "^3.2.33"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"raw-loader": "^4.0.2",
"vue-template-compiler": "^2.6.14"
},
"author": "Antony Konstantinidis",
"license": "MIT",
"homepage": "https://github.com/antony-k1208/vue3-xml-viewer",
"bugs": {
"url": "https://github.com/antony-k1208/vue3-xml-viewer/issues"
},
"keywords": [
"xml",
"viewer",
"vue"
],
"repository": {
"type": "git",
"url": "git+https://github.com/antony-k1208/vue3-xml-viewer.git"
},
"main": "./dist/vue3-xml-viewer.common.js",
"files": [
"*.json",
"dist/*",
"src/components/*",
"src/scss/*"
]
}