-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.32 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
{
"name": "innovation.ca.gov",
"version": "2.1.0",
"description": "Office of Data and Innovation website",
"main": "index.js",
"devDependencies": {
"@open-wc/eslint-config": "^11.0.0",
"@playwright/test": "^1.25.1",
"@web/dev-server": "^0.1.17",
"aws-sdk": "^2.1354.0",
"axe-playwright": "^1.1.11",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"performance-leaderboard": "^10.0.0",
"prettier": "^2.4.1"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@cagov/11ty-build-system": "^1.0.0-beta.3",
"@cagov/ds-accordion": "^2.0.0",
"@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-pagination": "^2.0.4",
"@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": "^2.0.1",
"@cagov/ds-table": "^1.0.1",
"@zachleat/seven-minute-tabs": "^1.0.0",
"cross-env": "^7.0.3",
"glob": "^7.2.0",
"html-to-text": "^9.0.5",
"linkedom": "^0.14.9",
"readability-scores": "^1.0.8",
"sharp": "^0.33.1"
},
"scripts": {
"build": "eleventy",
"dev": "npm run site:watch:dev",
"site:build:dev": "cross-env NODE_ENV=development eleventy",
"site:watch:dev": "cross-env NODE_ENV=development eleventy --serve --incremental",
"site:watch": "eleventy --serve",
"start": "npm run site:watch",
"test": "npx playwright test",
"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/digital.ca.gov.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cagov/digital.ca.gov/issues"
},
"homepage": "https://github.com/cagov/digital.ca.gov#readme",
"volta": {
"node": "18.15.0"
}
}