-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "innovation-hub",
"version": "0.9.1",
"description": "ODI Innovation Hub – A work in progress!",
"main": "index.js",
"scripts": {
"build": "eleventy",
"dev": "npm run site:watch:dev",
"readability": "node scoring/readability.mjs",
"site:build:dev": "cross-env NODE_ENV=development eleventy",
"site:watch:dev": "cross-env NODE_ENV=development eleventy --serve --incremental",
"site:watch": "eleventy --serve",
"test:serve": "npm run build && npx http-server _site/",
"test:setup": "npx playwright install-deps chromium && npx playwright install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cagov/innovation-hub.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cagov/innovation-hub/issues"
},
"homepage": "https://github.com/cagov/innovation-hub#readme",
"devDependencies": {
"@open-wc/eslint-config": "^11.0.0",
"@open-wc/testing": "^3.0.0-next.2",
"@playwright/test": "^1.25.1",
"@web/dev-server": "^0.1.17",
"@web/test-runner": "^0.13.16",
"@web/test-runner-puppeteer": "^0.10.5",
"aws-sdk": "^2.1354.0",
"axe-playwright": "^1.1.11",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1",
"rollup-plugin-import-css": "^2.0.1"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"@11ty/eleventy": "^2.0.0-canary.15",
"@cagov/11ty-build-system": "^1.0.0-beta.2",
"@cagov/ds-back-to-top": "^2.0.0",
"@cagov/ds-base-css": "^2.0.0-beta.1",
"@cagov/ds-feature-card": "^1.0.6",
"@cagov/ds-link-grid": "^2.1.0",
"@cagov/ds-page-alert": "^2.0.2",
"@cagov/ds-page-feedback": "^1.1.0",
"@cagov/ds-page-navigation": "^2.1.0",
"@cagov/ds-site-footer": "^1.1.0",
"@cagov/ds-site-header": "^1.1.0",
"@cagov/ds-site-navigation": "^2.1.4",
"@cagov/ds-skip-to-content": "^1.0.2",
"@cagov/ds-statewide-footer": "^1.0.8",
"@cagov/ds-statewide-header": "^1.0.16",
"@cagov/ds-step-list": "^3.0.0",
"@cagov/ds-table": "^1.0.1",
"cheerio": "^1.0.0-rc.12",
"cross-env": "^7.0.3",
"glob": "^7.2.0",
"highlight.js": "^11.3.1",
"html-to-text": "^9.0.5",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"readability-scores": "^1.0.8",
"showdown": "^2.1.0"
}
}