-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.37 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
48
49
50
51
52
53
54
{
"name": "@softvisio/vue-ext",
"version": "8.14.4",
"description": "Softisio Vue Ext",
"keywords": [
"softvisio",
"vue",
"extjs"
],
"homepage": "https://softvisio-node.github.io/vue-ext/",
"bugs": {
"url": "https://github.com/softvisio-node/vue-ext/issues",
"email": "root <root@softvisio.net>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softvisio-node/vue-ext.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"
],
"dependencies": {
"@amcharts/amcharts5": "^5.1.10",
"@fortawesome/fontawesome-free": "^6.0.0",
"froala-editor": "^4.0.0",
"pdfjs-dist": "^4.0.0"
},
"peerDependencies": {
"@softvisio/ext": "^5.3.2",
"@softvisio/vue": "^7.0.0"
}
}