forked from zendesk/copenhagen_theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.59 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
{
"name": "copenhagen_theme",
"version": "1.0.0",
"repository": "[email protected]:zendesk/copenhagen_theme.git",
"scripts": {
"start": "concurrently -k -r 'rollup -c -w' 'wait-on script.js style.css && zcli themes:preview'",
"build": "rollup -c",
"eslint": "eslint src",
"prepare": "husky install",
"download-locales": "node ./bin/update-translations",
"test": "jest",
"test-a11y": "node bin/lighthouse/index.js",
"zcli": "zcli"
},
"dependencies": {
"node-fetch": "2.6.9"
},
"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",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@zendesk/zcli": "1.0.0-beta.40",
"concurrently": "8.0.1",
"dotenv": "16.0.3",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.2",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"js-yaml": "4.1.0",
"lighthouse": "10.0.1",
"prettier": "2.8.4",
"puppeteer": "19.4.1",
"rollup": "3.17.3",
"rollup-jest": "^3.1.0",
"rollup-plugin-sass": "1.12.18",
"sass": "1.58.3",
"semantic-release": "19.0.5",
"url-pattern": "1.0.3",
"wait-on": "7.0.1"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}