-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.17 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.17 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "combat-command",
"private": true,
"version": "1.9.1",
"type": "module",
"license": "UNLICENSED",
"scripts": {
"dev": "npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "vite",
"dev:frontend:host": "vite --host 0.0.0.0",
"dev:backend": "convex dev",
"predev": "convex dev --until-success && convex dashboard",
"build": "tsc -b && vite build",
"prelint": "tsc --noEmit --strict --project tsconfig.app.json",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:scss": "stylelint '**/*.scss'",
"prepare": "husky",
"test": "vitest --run --coverage",
"gen:component": "node scripts/generateComponent.js",
"release:prepare": "node scripts/prepareRelease.js",
"release:finish": "node scripts/finishRelease.js"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@convex-dev/auth": "^0.0.80",
"@convex-dev/migrations": "^0.2.9",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@fontsource/figtree": "^5.1.0",
"@hookform/resolvers": "^3.9.0",
"@ianpaschal/combat-command-components": "^1.11.2",
"@ianpaschal/combat-command-game-systems": "^1.4.1",
"@mapbox/search-js-core": "^1.0.0-beta.25",
"@pdfme/pdf-lib": "^1.17.1",
"@radix-ui/colors": "^3.0.0",
"@react-hook/window-size": "^3.1.1",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-store": "^0.7.0",
"@tanstack/store": "^0.7.0",
"@types/iso-3166-2": "^1.0.3",
"browser-image-compression": "^2.0.2",
"change-case": "^5.4.4",
"clsx": "^2.1.1",
"convex": "^1.19.2",
"convex-helpers": "^0.1.104",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"debounce": "^2.2.0",
"embla-carousel-react": "^8.5.2",
"fast-deep-equal": "^3.1.3",
"flag-icons": "^7.2.3",
"framer-motion": "^11.11.9",
"i18n-iso-countries": "^7.12.0",
"image-blob-reduce": "^4.1.0",
"iso-3166-2": "^1.0.0",
"jest-environment-jsdom": "^29.7.0",
"lucide-react": "^0.572.0",
"nanoid": "^5.1.5",
"nuqs": "^2.7.3",
"oslo": "^1.2.1",
"pdfjs-dist": "^5.4.624",
"pica": "^9.0.1",
"qs": "^6.14.0",
"radix-ui": "^1.4.2",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.53.0",
"react-router-dom": "^7.9.5",
"react-use-measure": "^2.1.7",
"resend": "^3.2.0",
"tz-lookup": "^6.1.25",
"unique-names-generator": "^4.7.1",
"use-debounce": "^10.0.4",
"uuid": "^11.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@edge-runtime/vm": "^5.0.0",
"@faker-js/faker": "^9.6.0",
"@stylistic/eslint-plugin-js": "^2.3.0",
"@stylistic/eslint-plugin-ts": "^2.3.0",
"@stylistic/stylelint-config": "^2.0.0",
"@stylistic/stylelint-plugin": "^3.1.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/image-blob-reduce": "^4.1.4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.13.5",
"@types/pica": "^9.0.5",
"@types/qs": "^6.9.18",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/tz-lookup": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^3.2.4",
"convex-test": "^0.0.36",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.7",
"sass": "^1.77.8",
"semver": "^7.7.2",
"stylelint": "^16.9.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.5",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^7.1.10",
"vitest": "^3.0.9"
}
}