forked from Edgartheprogrammer/Cats-adoption
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.52 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.52 KB
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
{
"name": "cats-adoption",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "cross-env NODE_NO_WARNINGS=1 jest",
"test:watch": "cross-env NODE_NO_WARNINGS=1 jest --watch",
"test:coverage": "cross-env NODE_NO_WARNINGS=1 jest --coverage",
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-router-dom": "^7.3.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"cypress": "^14.2.1",
"eslint": "^9.21.0",
"eslint-plugin-cypress": "^4.2.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.0.0",
"vite": "^6.2.2"
},
"description": "Tired of scrolling through endless cat videos and wishing you could cuddle one in real life? **Adopt Meow** connects adorable kitties with loving humans like you! Browse, fall in love, and bring home your new best friend.",
"keywords": [],
"author": "",
"license": "ISC"
}