forked from tabixio/tabix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
noBower_package.json
118 lines (118 loc) · 3.16 KB
/
noBower_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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "Tabix",
"version": "17.10.3",
"license": "Apache-2.0",
"homepage": "https://tabix.io",
"repository": {
"type": "git",
"url": "https://github.com/smi2/tabix.ui.git"
},
"dependencies": {
"babel": "^6.23.0",
"flat-to-nested": "^1.0.2",
"glob": "^7.1.2",
"gulp-concat": "^2.6.1",
"gulp-ngdocs": "^0.2.13",
"gulp-tap": "^0.1.3",
"h": "^0.1.0",
"marked": "^0.3.5"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"ace": "https://github.com/smi2/ace.git#1.2.9",
"angular": "1.6.6",
"angular-animate": "1.6.6",
"angular-aria": "1.5.9",
"angular-dragdrop": "^1.0.13",
"angular-hotkeys": "https://github.com/chieffancypants/angular-hotkeys.git",
"angular-local-storage": "~0.2.7",
"angular-material": "^1.1.5",
"angular-messages": "1.6.2",
"angular-resizable": "^1.2.0",
"angular-sanitize": "1.6.2",
"angular-screenfull": "https://github.com/hrajchert/angular-screenfull.git#0.1.1",
"angular-ui-router": "^0.3.2",
"babel-core": "^6.26.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "~2.9.11",
"browser-sync-spa": "~1.0.3",
"chalk": "~1.1.1",
"chroma-js": "^1.3.3",
"clipboard": "^1.6.0",
"del": "~2.0.2",
"echarts": "^3.7.1",
"eslint-plugin-angular": "~0.12.0",
"eslint-plugin-es6-recommended": "^0.1.2",
"estraverse": "~4.1.0",
"fun-metis-menu": "https://github.com/funtom48/fun-metis-menu.git",
"gridstack": "^0.3.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.0.2",
"gulp-babel": "^6.1.2",
"gulp-eslint": "~1.0.0",
"gulp-favicons": "^2.2.6",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-inject": "~3.0.0",
"gulp-less": "~3.0.3",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-css": "~1.2.1",
"gulp-minify-html": "~1.0.4",
"gulp-ng-annotate": "~1.1.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-size": "~2.0.0",
"gulp-sizereport": "^1.2.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-stats": "0.0.4",
"gulp-uglify": "~1.4.1",
"gulp-useref": "~1.3.0",
"gulp-util": "~3.0.6",
"handsontable": "^0.34.4",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.4",
"lodash-math": "*",
"mdi": "^1.7.22",
"ng-csv": "^0.3.6",
"ng-scrollbars": "^0.0.11",
"screenfull": "~3.0.2",
"sql-formatter": "^1.1.2",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"chrome": "60"
}
}
]
],
"plugins": [
[
"transform-es2015-modules-commonjs",
{
"allowTopLevelThis": true
}
]
]
}
}