-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1.13 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": "x-gov-software",
"version": "1.0.0",
"description": "Site for UK Cross Government Software Development Group ",
"main": ".eleventy.js",
"dependencies": {
"@dvsa/cookie-manager": "^1.1.0",
"@x-govuk/govuk-eleventy-plugin": "^5.0.3",
"govuk-frontend": "^3.14.0",
"npm": "^10.5.2",
"sass": "^1.44.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"gulp": "^5.0.0",
"gulp-minify": "^3.0.0",
"gulp-sass": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "eleventy",
"build:local:docker": "docker build -t uk-xgov-software-community . && docker run -dp 127.0.0.1:8081:8081 uk-xgov-software-community"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uk-x-gov-software-community/about.git"
},
"keywords": [
"government",
"uk",
"software",
"development"
],
"authors": [
],
"license": "MIT",
"bugs": {
"url": "https://github.com/uk-x-gov-software-community/about/issues"
},
"homepage": "https://github.com/uk-x-gov-software-community/about#readme"
}