-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 1.02 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
{
"name": "nhsuk-prototype-kit",
"version": "3.0.8",
"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"
},
"author": "https://github.com/nhsuk/",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"browser-sync": "^2.26.7",
"client-sessions": "^0.8.0",
"dotenv": "^6.0.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"keypather": "^3.0.0",
"nhsuk-frontend": "^3.0.3",
"node-sass": "^4.13.1",
"nunjucks": "^3.2.0",
"path": "^0.12.7"
},
"devDependencies": {}
}