-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.58 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
43
44
45
46
47
48
49
{
"name": "moduk-service-manual",
"version": "1.0.3",
"description": "Helping you meet service standards and do your role in Defence.",
"engines": {
"node": "~16.17.1",
"npm": "~8.15.0"
},
"scripts": {
"build": "gulp build && npx eleventy",
"dev": "gulp build && npx eleventy --serve",
"prototype": "gulp clean && cross-env ELEVENTY_ENV=prototype npx eleventy && cross-env ELEVENTY_ENV=prototype gulp prod",
"prod": "gulp clean && cross-env ELEVENTY_ENV=production npx eleventy && cross-env ELEVENTY_ENV=production gulp prod",
"test": "npx @11ty/eleventy & gulp validator"
},
"author": "Trevor Saint <[email protected]> (https://trevorsaint.uk)",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@hmcts/cookie-manager": "^1.0.0",
"@thedigitalman/eleventy-plugin-toc-a11y": "^2.1.0",
"autoprefixer": "^10.4.8",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"govuk-frontend": "^4.3.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-html": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"luxon": "^3.0.4",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-attrs": "^4.1.4",
"markdown-it-container": "^3.0.0",
"markdown-it-replace-link": "^1.1.0",
"node-sass": "^9.0.0",
"nunjucks": "^3.2.3"
},
"devDependencies": {
"postcss": "^8.4.31"
}
}