forked from alphagov/notifications-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.83 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
{
"name": "notifications-admin",
"version": "0.0.1",
"description": "Admin front end for GOV.UK Notify",
"engines": {
"node": ">=10.15.3"
},
"scripts": {
"test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts",
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
"build": "gulp",
"watch": "gulp watch",
"audit": "better-npm-audit audit --production --level high"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alphagov/notifications-admin.git"
},
"author": "Government Digital Service",
"license": "MIT",
"homepage": "https://github.com/alphagov/notifications-admin#readme",
"dependencies": {
"cbor-js": "0.1.0",
"govuk-frontend": "4.2.0",
"hogan": "1.0.2",
"jquery": "3.5.0",
"leaflet": "1.6.0",
"morphdom": "2.6.1",
"query-command-supported": "1.0.0",
"textarea-caret": "3.1.0",
"timeago": "1.6.5"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/preset-env": "7.4.2",
"better-npm-audit": "3.7.3",
"gulp": "4.0.2",
"gulp-add-src": "1.0.0",
"gulp-babel": "8.0.0",
"gulp-better-rollup": "4.0.1",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-css-url-adjuster": "0.2.3",
"gulp-include": "2.4.1",
"gulp-jshint": "2.1.0",
"gulp-prettyerror": "2.0.0",
"gulp-sass": "5.0.0",
"gulp-sass-lint": "1.4.0",
"gulp-uglify": "3.0.2",
"jest": "29.0.1",
"jest-each": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jshint": "2.10.2",
"jshint-stylish": "2.2.1",
"rollup": "1.23.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"sass": "1.32.7",
"streamqueue": "1.1.2"
},
"overrides": {
"minimist": "1.2.6",
"lodash.template": "4.5.0"
}
}