forked from ministryofjustice/moj-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.26 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
{
"name": "@ministryofjustice/frontend",
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
"main": "index.js",
"scripts": {
"start": "gulp",
"build:package": "node bin/check-nvmrc.js && gulp build:package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ministryofjustice/moj-frontend.git"
},
"author": "Simon Whatley, Adam Silver, Gavin Wye, Matthew Solle",
"license": "MIT",
"bugs": {
"url": "https://github.com/ministryofjustice/moj-frontend/issues"
},
"homepage": "https://github.com/ministryofjustice/moj-frontend#readme",
"dependencies": {
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"browser-sync": "^2.26.7",
"del": "^3.0.0",
"dotenv": "^6.2.0",
"express": "^4.16.3",
"express-session": "^1.16.2",
"govuk-frontend": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cache": "^0.4.6",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-nodemon": "^2.4.2",
"gulp-sass": "^4.0.2",
"moment": "^2.22.2",
"multer": "^1.4.2",
"nunjucks": "^3.2.0",
"portscanner": "^2.2.0",
"prompt": "^1.0.0",
"require-dir": "^1.0.0"
}
}