generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 925 Bytes
/
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
{
"name": "typescript",
"type": "module",
"scripts": {
"test": "cypress run",
"test:update": "cypress-image-diff -u",
"test:report": "cypress-image-diff-html-report start --rd output/reports --autoOpen",
"lint": "eslint --cache --fix ."
},
"dependencies": {
"cypress": "^13.16.0",
"cypress-image-diff-html-report": "^2.2.0",
"cypress-image-diff-js": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-react": "7.37.2",
"globals": "15.12.0",
"prettier": "^3.4.1",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0",
"vite": "^6.0.1"
},
"packageManager": "[email protected]"
}