-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.05 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
{
"name": "nhsuk-prototype-kit",
"version": "3.1.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"
},
"author": "https://github.com/nhsuk/",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"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.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-nodemon": "^2.5.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"keypather": "^3.0.0",
"marked": "^1.2.3",
"nhsuk-frontend": "^3.1.0",
"node-sass": "^4.14.0",
"nunjucks": "^3.2.1",
"path": "^0.12.7"
},
"devDependencies": {}
}