-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.16 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
43
44
45
46
47
{
"name": "@softvisio/vue",
"version": "7.9.11",
"description": "Softisio Vue",
"keywords": [
"softvisio",
"vue"
],
"homepage": "https://softvisio-node.github.io/vue/",
"bugs": {
"url": "https://github.com/softvisio-node/vue/issues",
"email": "root <root@softvisio.net>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softvisio-node/vue.git"
},
"license": "ISC",
"author": "root <root@softvisio.net>",
"type": "module",
"imports": {
"#core/*": "@softvisio/core/*",
"#resources/*": "./resources/*",
"#src/*": {
"browser": "./src/*",
"node": "./src/*.js"
}
},
"exports": {
"./*": {
"browser": "./src/*",
"node": "./src/*.js"
},
"./resources/*": "./resources/*",
"./webpack-components/*": "./resources/webpack-components/*/component.js"
},
"files": [
"/bin",
"/lib",
"/resources",
"/src"
],
"peerDependencies": {
"@firebase/messaging": "^0.12.0",
"@softvisio/webpack": "^1.0.0"
}
}