-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.41 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.41 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "backgammon.family",
"description": "Open Source Backgammon with auto-translation to enable meaningful conversations across generations",
"version": "1.1.0",
"private": true,
"type": "module",
"repository": "https://github.com/ProLoser/PeaceInTheMiddleEast",
"license": "MIT",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"postbuild": "cp dist/index.html dist/404.html",
"tsc": "tsc",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"preview": "vite preview",
"functions": "yarn workspace functions deploy"
},
"dependencies": {
"@material-design-icons/svg": "^0.14.15",
"@sentry/react": "^7.100.0",
"canvas-confetti": "^1.9.4",
"date-fns": "^4.1.0",
"drag-drop-touch": "^1.3.1",
"firebase": "^10.12.2",
"firebaseui": "^6.1.0",
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"jest": "^30.2.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-firebaseui": "^6.0.0",
"react-i18next": "^15.6.1",
"styled-components": "^6.1.10",
"vite-plugin-devtools-json": "^0.1.0"
},
"devDependencies": {
"@jest/globals": "^30.2.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/canvas-confetti": "^1.9.0",
"@types/jest": "^30.0.0",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"firebase-tools": "^14.24.2",
"jest-environment-jsdom": "^30.2.0",
"parcel": "^2.12.0",
"process": "^0.11.10",
"react-test-renderer": "^19.2.0",
"ts-jest": "^29.4.5",
"typescript": "^5.2.2",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-svgr": "^4.5.0"
},
"workspaces": [
"functions"
],
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"volta": {
"node": "22.21.1"
}
}