-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "ai-gov-uk-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm install && npm install -g @11ty/eleventy && eleventy",
"dev": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i-dot-ai/ai-gov-uk-website"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/i-dot-ai/ai-gov-uk-website/issues"
},
"homepage": "https://github.com/i-dot-ai/ai-gov-uk-website#readme",
"devDependencies": {
"@axe-core/playwright": "^4.8.5",
"@contentful/rich-text-types": "^16.6.1",
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.18",
"autoprefixer": "^10.4.16",
"axios": "^1.7.4",
"gray-matter": "^4.0.3",
"postcss": "^8.4.31"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@contentful/rich-text-html-renderer": "^16.5.2",
"@lit-labs/eleventy-plugin-lit": "^1.0.3",
"clean-css": "^5.3.2",
"contentful": "^10.8.9",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"html-minifier": "^4.0.0",
"lit-html": "^3.2.1",
"postcss-cli": "^10.1.0",
"showdown": "^2.1.0"
}
}