]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/ui/default/staff/package.json
dacc8ff0a7f697870477c41a371c2f59496f50a8
[working/Evergreen.git] / Open-ILS / web / js / ui / default / staff / package.json
1 {
2   "name": "evergreen-staff-client",
3   "description": "Evergreen ILS Browser Staff Client",
4   "version": "0.0.1",
5   "license": "GPL",
6   "homepage": "https://evergreen-ils.org/",
7   "devDependencies": {
8     "angular-mocks": "^1.6.7",
9     "clean-webpack-plugin": "^0.1.17",
10     "copy-webpack-plugin": "^4.3.0",
11     "jasmine-core": "^2.99.1",
12     "karma": "^1.7.1",
13     "karma-jasmine": "^1.1.1",
14     "karma-phantomjs-launcher": "^1.0.4",
15     "karma-script-launcher": "^1.0.0",
16     "karma-spec-reporter": "0.0.32",
17     "karma-story-reporter": "^0.3.1",
18     "phantomjs-prebuilt": "^2.1.16",
19     "webpack": "^3.10.0",
20     "webpack-merge": "^4.1.1"
21   },
22   "scripts": {
23     "create-mock-idl": "cd test/data && perl idl2js.pl",
24     "remove-mock-idl": "rm test/data/IDL2js.js",
25     "test": "npm run create-mock-idl ; karma start test/karma.conf --single-run; npm run remove-mock-idl",
26     "build": "webpack --env.dev",
27     "build-watch": "webpack --env.dev --watch",
28     "build-prod": "webpack --env.prod"
29   },
30   "dependencies": {
31     "angular": "~1.6.7",
32     "angular-animate": "^1.6.7",
33     "angular-cookies": "^1.6.7",
34     "angular-file-saver": "^1.1.3",
35     "angular-hotkeys": "^1.7.0",
36     "angular-location-update": "0.0.2",
37     "angular-order-object-by": "github:rxfork/ngOrderObjectBy#npm",
38     "angular-route": "^1.6.7",
39     "angular-tablesort": "^1.6.0",
40     "angular-tree-control": "^0.2.28",
41     "angular-ui-bootstrap": "^2.5.6",
42     "bootstrap": "^3.3.7",
43     "iframe-resizer": "^3.5.15",
44     "jquery": "^3.2.1",
45     "lovefield": "^2.1.12",
46     "moment": "^2.20.1",
47     "moment-timezone": "^0.5.14",
48     "ng-toast": "^2.0.0"
49   }
50 }