-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 2.15 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
{
"name": "opg-modernising-lpa",
"version": "0.0.1",
"scripts": {
"build": "yarn build:js && yarn build:fixtures-js && yarn build:css && yarn build:images && yarn build:fonts",
"build:js": "node_modules/.bin/esbuild --bundle web/assets/main.js --minify --outdir=web/static/javascript --sourcemap --resolve-extensions=.mjs,.js",
"build:fixtures-js": "node_modules/.bin/esbuild --bundle web/assets/fixtures.js --minify --outdir=web/static/javascript --sourcemap --resolve-extensions=.mjs,.js",
"build:css": "node_modules/.bin/sass --load-path . --style compressed web/assets/main.scss web/static/stylesheets/all.css",
"build:images": "mkdir -p web/static/assets/images && cp node_modules/govuk-frontend/dist/govuk/assets/images/* node_modules/@ministryofjustice/frontend/moj/assets/images/* web/assets/*.svg web/static/assets/images",
"build:fonts": "mkdir -p web/static/assets/fonts && cp node_modules/govuk-frontend/dist/govuk/assets/fonts/* web/static/assets/fonts",
"cypress:open": "node_modules/.bin/cypress open",
"cypress:run": "node_modules/.bin/cypress run -vvv",
"cypress:parallel": "cypress-parallel -s cypress:run -t 6 --spec cypress/e2e/**/*.cy.js cypress/smoke/*.cy.js",
"cypress:parallel-with-specs": "cypress-parallel -s cypress:run -t 2",
"test": "jest"
},
"license": "MIT",
"dependencies": {
"@ministryofjustice/frontend": "2.2.5",
"aws-rum-web": "^1.11.0",
"esbuild": "^0.24.0",
"govuk-frontend": "5.7.1",
"jquery": "^3.6.1",
"sass": "^1.56.1",
"totp-generator": "^1.0.0"
},
"devDependencies": {
"axe-core": "^4.6",
"cypress": "13.15.2",
"cypress-axe": "^1.4",
"cypress-file-upload": "^5.0.8",
"cypress-multi-reporters": "^2.0.0",
"cypress-parallel": "^0.14.0",
"cypress-real-events": "^1.8.1",
"stop-only": "^3.3.2"
},
"engines": {
"node": "22.11.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}