forked from zendesk/copenhagen_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 831 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 831 Bytes
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
{
"name": "copenhagen_theme",
"version": "1.0.0",
"repository": "git@github.com:zendesk/copenhagen_theme.git",
"scripts": {
"prepare": "husky install",
"download-locales": "node ./bin/update-translations",
"test-a11y": "node bin/lighthouse/index.js"
},
"dependencies": {
"node-fetch": "2.6.7"
},
"devDependencies": {
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"dotenv": "16.0.3",
"husky": "8.0.2",
"js-yaml": "4.1.0",
"lighthouse": "10.0.1",
"puppeteer": "19.4.1",
"semantic-release": "19.0.5",
"url-pattern": "1.0.3"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}