-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
95 lines (95 loc) · 2.69 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
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
{
"name": "cla-frontend",
"version": "1.0.0",
"engines": {
"node": ">=8.9.x"
},
"repository": {
"type": "git",
"url": "https://github.com/ministryofjustice/cla_frontend"
},
"dependencies": {
"@uirouter/angularjs": "0.2.10",
"angular": "^1.6.8",
"angular-animate": "1.4.x",
"angular-blocks": "^0.1.15",
"angular-hotkeys": "1.4.5",
"angular-i18n": "^1.6.8",
"angular-loading-bar": "0.5.1",
"angular-local-storage": "0.1.3",
"angular-messages": "1.4.13",
"angular-mocks": "1.4.x",
"angular-moment": "0.7.1",
"angular-resource": "1.4.x",
"angular-sanitize": "^1.6.8",
"angular-socket-io": "0.6.0",
"angular-sticky-plugin": "0.4.2",
"angular-ui-select2": "0.0.5",
"angular-xeditable": "teneightfive/angular-xeditable#0.2.0",
"conduitjs": "0.3.3",
"file-saver": "^1.3.3",
"fullcalendar": "^3.8.1",
"govuk_frontend_toolkit": "1.4.0",
"jquery": "2.1.1",
"lodash": "2.4.1",
"ng-idle": "^1.3.2",
"ng-text-truncate": "^1.0.0",
"papaparse": "^4.3.6",
"postal": "0.10.3",
"raven-js": "3.27.2",
"rome": "1.2.1",
"select2": "3.5.1",
"socket.io-client": "1.7.4"
},
"devDependencies": {
"bower": "^1.8.2",
"browser-sync": "^2.24.1",
"gulp": "^3.9.1",
"gulp-angular-templates": "0.0.2",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^9.1.0",
"gulp-iconfont-css": "^2.1.0",
"gulp-ignore": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-constant": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"require-dir": "^0.3.2",
"run-sequence": "^2.2.1",
"string": "^3.3.3",
"through2": "^2.0.3",
"to-camel-case": "^1.0.0"
},
"optionalDependencies": {
"jasmine": "^3.2.0",
"jasmine-reporters": "^2.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs": "^1.9.15"
},
"scripts": {
"test": "karma start tests/angular-js/karma.conf.js",
"test-single-run": "karma start tests/angular-js/karma.conf.js --single-run",
"build": "gulp build",
"watch": "gulp watch",
"sass": "gulp sass",
"js": "gulp js-app-compile && gulp js-lib-compile",
"images": "gulp images",
"bower": "bower install",
"bs": "gulp browser-sync"
}
}