forked from emedware/vue-golden-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
55
56
57
{
"name": "vue-golden-layout",
"version": "1.1.2",
"description": "Integration of the golden-layout to Vue",
"main": "dist/vue-golden-layout.js",
"keywords": [
"vue",
"golden-layout",
"golden",
"layout",
"integration"
],
"directories": {
"test": "test"
},
"scripts": {
"compile": "node fuse",
"compileTest": "node test/compile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddow/vue-golden-layout.git"
},
"author": "fmdm",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"css-loader": "^0.28.7",
"fuse-box": "^3.1.3",
"html-webpack-plugin": "^2.30.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.7",
"tslib": "^1.9.0",
"upgrade": "^1.1.0",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"vue-template-es2015-compiler": "^1.5.3",
"webpack": "^3.6.0"
},
"dependencies": {
"@types/jquery": "^2.0.41",
"acorn-es7-plugin": "^1.1.7",
"app-root-path": "^2.0.1",
"fs-extra": "^4.0.1",
"golden-layout": "^1.5.8",
"jquery": "^3.2.1",
"typescript": "^2.5.3",
"vue": "^2.5.16",
"vue-property-decorator": "^6.0.0",
"vue-resize-directive": "^1.0.0"
},
"bugs": {
"url": "https://github.com/eddow/vue-golden-layout/issues"
},
"homepage": "https://github.com/eddow/vue-golden-layout"
}