-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.09 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
{
"name": "research-catalog",
"version": "1.3.2",
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"local-prod": "next build && next start -p 8080",
"check-types": "tsc --noemit",
"lint": "eslint . --fix",
"prettier": "prettier --write .",
"prepare": "husky install",
"test": "jest",
"test-watch": "jest --watch",
"test-watch-quiet": "DEBUG_PRINT_LIMIT=0 npm run test-watch",
"coverage": "jest --coverage"
},
"dependencies": {
"@nypl/design-system-react-components": "3.4.0",
"@nypl/nypl-data-api-client": "1.0.5",
"@nypl/pickup-time-estimator": "^1.5.2",
"@nypl/sierra-wrapper": "1.1.0",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"aws-sdk": "2.99.0",
"eslint-config-next": "13.4.7",
"iso8601-duration": "2.1.1",
"jose": "5.2.0",
"next": "13.5.6",
"qs": "6.11.2",
"react": "18.2.0",
"react-barcode": "1.4.6",
"react-dom": "18.2.0",
"swr": "2.2.1",
"ts-jest": "29.1.1",
"underscore": "1.13.6",
"winston": "3.9.0"
},
"devDependencies": {
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"@types/jest-axe": "^3.5.6",
"@types/qs": "^6.9.8",
"@types/underscore": "^1.11.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^13.2.3",
"next-router-mock": "^0.9.10",
"prettier": "^2.8.8",
"react-element-to-jsx-string": "^15.0.0",
"sass": "^1.63.6",
"typescript": "5.0.4",
"user-event": "^4.0.0"
}
}