This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
92 lines (92 loc) · 3.69 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "usagov-benefits-eligibility",
"version": "1.3.3",
"description": "BEARS will be a proactive notification service that provides timely and personalized information about benefits eligibility, contextualized by life events.",
"license": "See license in CONTRIBUTING.md",
"repository": "https://github.com/GSA/usagov-benefits-eligibility",
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt",
"build": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt build",
"start": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt start",
"generate": "export NODE_OPTIONS=--openssl-legacy-provider gulp && nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"sonarqube": "npm test && ./sonar_scanner_cli.bash",
"lint": "npm run lint:js",
"test": "jest",
"test:watch": "jest --watch",
"test:pa11y": "pa11y http://localhost:3000/",
"federalist:nuxtjsbug": "open https://github.com/nuxt/nuxt.js/issues/8973",
"federalist:local": "gulp && nuxt generate && cd ./_site/_nuxt/css && perl -pi -e 's/url\\(\\/fonts/url\\(..\\/fonts/g' *.css && cd ../../.. && ls -lhR _site && nuxt start",
"federalist": "gulp && nuxt generate ; cd ./_site/_nuxt/css && if [ \"${BRANCH}\" = \"prod\" ] || [ \"${BRANCH}\" = \"release\" ]; then sed -i~ -Ee 's|(/?)fonts/|\\1../fonts/|g' *.css; else perl -pi -e 's/\\/fonts\\//\\/_nuxt\\/fonts\\//g' *.css; fi && cd ../../.. && ls -lhR _site",
"format": "prettier --write \"./**/*.{js,jsx,json,vue,md,css}\"",
"cy:run:chrome": "npx cypress run --browser chrome",
"cy:run:edge": "npx cypress run --browser edge",
"cy:run:firefox": "npx cypress run --browser firefox",
"cy:run:webkit-safari": "npx cypress run --browser webkit",
"cy:run:cross-browser": "npm run cy:run:chrome && npm run cy:run:edge && npm run cy:run:firefox",
"cypress:open": "npx cypress open"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@braintree/sanitize-url": "^6.0.0",
"@lokidb/loki": "^2.1.0",
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/sitemap": "^2.4.0",
"@peculiar/webcrypto": "^1.3.3",
"@types/lodash": "^4.14.181",
"@uswds/compile": "^1.0.0-beta.2",
"@vue/runtime-dom": "^3.2.36",
"@vue/test-utils": "^1.3.0",
"ansi-html": "^0.0.9",
"ansi-regex": ">=6.0.1",
"axe-core": "^4.4.1",
"axios": "^0.27.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^28.0.2",
"core-js": "^3.23.5",
"cypress": "^12.17.3",
"date-fns": "^2.28.0",
"eslint": "8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-vue": "^9.0.1",
"eslint-plugin-vuejs-accessibility": "^1.1.1",
"fibers": "^5.0.1",
"glob-parent": ">=6.0.2",
"gulp": "^4.0.2",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-transform-stub": "^2.0.0",
"loader-utils": "^1.4.1",
"lodash": "^4.17.21",
"nth-check": ">=2.1.0",
"nuxt": "^2.15.8",
"pa11y": "^6.2.3",
"path-parse": ">=1.0.7",
"playwright-webkit": "^1.36.2",
"prettier": "^2.6.2",
"prismjs": "^1.27.0",
"sass": "^1.50.1",
"sass-loader": "^10.2.1",
"set-value": ">=4.0.1",
"tmpl": ">=1.0.5",
"uswds": "^2.13.1",
"vue-axe": "^2.4.4",
"vue-jest": "^3.0.7"
},
"browserslist": [
">0.2%",
"last 2 versions",
"IE 11",
"not dead"
]
}