forked from ow2-proactive/automation-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·66 lines (66 loc) · 2.03 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
58
59
60
61
62
63
64
65
66
{
"name": "INSPINIA",
"version": "2.7.1",
"description": "INSPINIA - Responsive Admin Theme",
"dependencies": {
"angular-chart.js": "^1.1.1",
"angular-gantt": "^2.0.0-rc.1",
"angular-moment": "^1.3.0",
"angular-resizable": "^1.2.0",
"angular-ui-grid": "4.11.x",
"angular-ui-tree": "^2.22.6",
"angular-vs-repeat": "^2.0.14",
"angularjs-toaster": "^3.0.0",
"canvg": "^1.5.3",
"chart.js": "^2.8.0",
"codemirror": "4.8.X",
"css-element-queries": "^1.0.2",
"file-saver": "^2.0.2",
"grunt-cli": "^1.4.3",
"html2canvas": "^1.0.0-rc.5",
"jsplumb": "^2.3.2",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"moment-jdateformatparser": "^1.2.1",
"moment-precise-range-plugin": "^1.3.0",
"ng-infinite-scroll": "^1.3.0",
"ui-select": "^0.19.8"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"bower": "^1.7.9",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-airbnb-es5": "^1.2.0",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-angular": "^3.3.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.1.0",
"esquery": "~1.1.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^20.2.0",
"grunt-filerev": "^2.0.0",
"grunt-jsbeautifier": "^0.1.10",
"grunt-json-merge": "^0.2.2",
"grunt-replace": "^1.0.1",
"grunt-usemin": "^2.4.0",
"jshint-stylish": "^1.0.0",
"json-server": "^0.12.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
}
}