-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.94 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
{
"name": "ugoi.vercel.app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest run --exclude '**/firestore-test/**/*'",
"test:firestore": "firebase emulators:exec \"npx vitest run firestore-test\"",
"cy:open-e2e": "cypress open --e2e --browser chrome",
"cy:open-unit": "cypress open --component --browser chrome",
"cy:run-e2e": "npx cypress run --e2e",
"cy:run-unit": "cypress run --component",
"cy:e2e": "start-server-and-test start http-get://localhost:3000 cy:open-e2e"
},
"dependencies": {
"@cometchat/chat-uikit-react": "^4.2.3",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@react-spring/parallax": "^9.7.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"firebase": "^10.8.0",
"ldrs": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-button": "^0.7.2",
"react-router-dom": "^6.22.0",
"typewriter-effect": "^2.21.0",
"universal-cookie": "^7.1.0"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.1",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.20",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"firebase-tools": "^13.3.1",
"jsdom": "^24.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.2.2",
"vite": "^5.1.2",
"vitest": "^1.2.2"
}
}