generated from cloud-gov/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev-cf": "./token-refresh.sh; next dev",
"start": "next start",
"test": "jest --testPathPattern=test\\.js",
"test:integration": "jest --testPathPattern=integration\\.js --collectCoverage=false",
"lint": "next lint",
"format": "prettier --check '**/*.{js,jsx,ts,tsx}'",
"format:fix": "prettier --write '**/*.{js,jsx,ts,tsx}'",
"setup-precommit": "cp ./scripts/pre-commit .git/hooks"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.675.0",
"@aws-sdk/credential-providers": "^3.679.0",
"@uswds/uswds": "3.9.0",
"byte-size": "9.0.0",
"classnames": "^2.5.1",
"indefinite": "^2.5.1",
"jose": "^5.9.6",
"next": "~14.2.15",
"pg": "^8.13.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"engines": {
"node": "20.15.1",
"npm": ">=10.7.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/byte-size": "^8.1.2",
"@types/indefinite": "^2.3.4",
"aws-sdk-client-mock": "^4.0.2",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"lint-staged": "^15.2.10",
"nock": "^14.0.0-beta.7",
"sass": "^1.80.3"
}
}