-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.03 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": "nhsuk-prototype-kit",
"version": "3.0.0",
"description": "Rapidly create HTML prototypes of NHS websites and services.",
"main": "app.js",
"scripts": {
"build": "gulp build",
"postinstall": "npm run build",
"start": "node app.js",
"test": "",
"prewatch": "gulp build",
"watch": "gulp"
},
"engines": {
"node": "10.x"
},
"author": "https://github.com/nhsuk/",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"basic-auth": "^2.0.1",
"body-parser": "^1.18.3",
"browser-sync": "^2.26.3",
"client-sessions": "^0.8.0",
"dotenv": "^6.0.0",
"express": "^4.16.4",
"express-session": "^1.13.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.0.0",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"keypather": "^3.0.0",
"nhsuk-frontend": "^2.1.0",
"nunjucks": "^3.2.0",
"path": "^0.12.7"
},
"devDependencies": {}
}