forked from nhsuk/nhsuk-service-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.08 KB
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-service-manual",
"version": "0.0.1",
"description": "NHS digital service manual",
"main": "app.js",
"scripts": {
"postinstall": "gulp build",
"start": "node app",
"test": "",
"prewatch": "npm run postinstall",
"watch": "concurrently \"gulp\" \"nodemon -q -e js,njk,scss --watch app\""
},
"author": "https://github.com/nhsuk",
"license": "MIT",
"dependencies": {
"basic-auth": "^2.0.1",
"chalk": "^2.4.2",
"express": "^4.16.4",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"nhsuk-frontend": "^0.7.0",
"nunjucks": "^3.1.6",
"path": "^0.12.7"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"concurrently": "^4.1.0",
"highlight.js": "^9.13.1",
"iframe-resizer": "^3.6.3",
"js-beautify": "^1.8.9",
"nodemon": "^1.18.9",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-stream": "^1.24.1",
"vinyl-source-stream": "^2.0.0"
}
}