forked from alphagov/pay-product-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 925 Bytes
/
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
{
"name": "govuk-pay-product-pages",
"version": "1.0.0",
"description": "GOV.UK Pay product pages",
"scripts": {
"test": "prettier --check 'source/**/*' && jest",
"percy": "percy snapshot build",
"format": "prettier --write 'source/**/*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alphagov/pay-product-page.git"
},
"author": "Government Digital Service developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/alphagov/pay-product-page/issues"
},
"homepage": "https://www.payments.service.gov.uk",
"dependencies": {
"gaap-analytics": "^3.1.0",
"govuk-frontend": "^3.14.0"
},
"devDependencies": {
"@percy/cli": "^1.26.0",
"@prettier/plugin-ruby": "^1.0.0",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"js-cookie": "^3.0.5",
"prettier": ">=2.0.0 <2.3",
"prettier-plugin-erb": "^0.4.0"
}
}