
Add a worklist detail page, and various other modal templates for interacting with the worklist. Also add ng-sortable[0] as a new dependency. This is used to allow drag-and-drop rearrangement of the worklist contents. [0]: https://github.com/a5hik/ng-sortable Change-Id: I5cc85e687f9ce60db158168a9f4c8325b1a022f6
30 lines
713 B
JSON
30 lines
713 B
JSON
{
|
|
"name": "storyboard-webclient",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"font-awesome": "4.3.0",
|
|
"angular": "1.3.13",
|
|
"angular-resource": "1.3.13",
|
|
"angular-sanitize": "1.3.13",
|
|
"bootstrap": "3.3.2",
|
|
"angular-ui-router": "0.2.13",
|
|
"angular-bootstrap": "0.12.0",
|
|
"angular-local-storage": "0.1.5",
|
|
"angular-elastic": "2.4.2",
|
|
"angular-moment": "0.9.0",
|
|
"angular-cache": "3.2.5",
|
|
"angularjs-viewhead": "0.0.1",
|
|
"marked": "0.3.4",
|
|
"highlightjs": "8.4",
|
|
"ng-sortable": "1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.3.13",
|
|
"angular-scenario": "1.3.13"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.3.13",
|
|
"font-awesome": "4.3.0"
|
|
}
|
|
}
|