-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.81 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
{
"name": "sfr-bookfinder-front-end",
"version": "0.18.12",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:newrelic": "NODE_OPTIONS='-r @newrelic/next' next start",
"test": "jest",
"test:watch": "jest --watch",
"lint": "next lint --fix",
"playwright": "playwright test"
},
"dependencies": {
"@chakra-ui/react": "2.5.4",
"@newrelic/next": "0.10.0",
"@nypl/design-system-react-components": "3.1.1",
"@nypl/web-reader": "4.3.5",
"@types/node": "^16.11.6",
"css-loader": "^7.1.1",
"dotenv": "^16.0.3",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"focus-trap-react": "^10.0.0",
"newrelic": "12.5.0",
"next": "^13.5.6",
"next-transpile-modules": "^7.0.0",
"react": "^18.2.0",
"react-cookie": "7.1.4",
"sass": "^1.62.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@axe-core/react": "^4.1.1",
"@playwright/test": "^1.49.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/gtag.js": "^0.0.4",
"@types/jest": "^29.5.4",
"@types/react": "^18.0.31",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-testing-library": "^6.4.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"msw": "^2.2.3",
"next-router-mock": "^0.9.9",
"prettier": "^2.2.1",
"ts-node": "^10.9.1"
},
"msw": {
"workerDirectory": "public"
}
}