-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.23 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "cardscore",
"private": true,
"version": "3.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --host",
"lint": "concurrently 'pnpm run lint:*'",
"lint:eslint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:types": "tsc --noEmit",
"lint:knip": "knip",
"prebuild": "pnpm lint",
"prettier:write": "prettier --plugin prettier-plugin-organize-imports --write src test",
"preview": "vite preview",
"test": "vitest",
"test:ci": "vitest --run --coverage --pass-with-no-tests"
},
"dependencies": {
"@fontsource/source-code-pro": "5.1.0",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-toggle-group": "1.1.0",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"framer-motion": "11.12.0",
"human-id": "4.1.1",
"postcss": "8.4.49",
"prettier": "3.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-qr-code": "2.0.15",
"react-router-dom": "7.0.1",
"react-screen-wake-lock": "3.0.2",
"tailwindcss": "3.4.15",
"valibot": "0.42.1",
"vaul": "1.1.1",
"vite-plugin-pwa": "0.21.1",
"y-indexeddb": "9.0.12",
"y-webrtc": "10.3.0",
"yjs": "13.6.20",
"zustand": "4.5.5"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.6",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-refresh": "0.4.14",
"happy-dom": "13.6.2",
"knip": "5.38.3",
"prettier-plugin-tailwindcss": "0.6.9",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "5.7.2",
"vite": "5.4.11",
"vitest": "2.1.6",
"workbox-window": "7.3.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": "<9"
},
"packageManager": "[email protected]"
}