-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.42 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.42 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
{
"name": "j26-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "biome check",
"lint:fix": "biome check --write",
"update-browser-mapping": "pnpm i -D baseline-browser-mapping@latest",
"generate:notification-api-types": "openapi-typescript https://app.dev.j26.se/_services/notifications/api/openapi.json --output src/generated/notification-api.ts --export-type --immutable --empty-objects-unknown",
"update-ui": "ncu --filter '@scouterna/*' -u"
},
"dependencies": {
"@fontsource-variable/source-sans-3": "^5.2.9",
"@payloadcms/richtext-lexical": "^3.83.0",
"@payloadcms/sdk": "^3.83.0",
"@scouterna/design-tokens": "0.0.7",
"@scouterna/ui-react": "4.4.1",
"@scouterna/ui-webc": "4.4.1",
"@tabler/icons": "^3.40.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.94.5",
"@tanstack/react-router": "^1.168.2",
"@tanstack/react-router-devtools": "^1.166.11",
"@tolgee/format-icu": "^6.6.0",
"@tolgee/react": "^6.6.0",
"@uidotdev/usehooks": "^2.4.1",
"arktype": "^2.2.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"firebase": "^12.11.0",
"jotai": "^2.18.1",
"motion": "^12.38.0",
"openapi-fetch": "^0.17.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@rolldown/plugin-babel": "^0.2.2",
"@scouterna/tailwind-theme": "0.0.6",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/router-plugin": "^1.167.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"baseline-browser-mapping": "^2.10.10",
"globals": "^17.4.0",
"npm-check-updates": "^22.2.0",
"openapi-typescript": "^7.13.0",
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@7.3.1",
"vite-plugin-pwa": "^1.2.0",
"workbox-cacheable-response": "^7.4.0",
"workbox-expiration": "^7.4.0",
"workbox-precaching": "^7.4.0",
"workbox-routing": "^7.4.0",
"workbox-strategies": "^7.4.0",
"workbox-window": "^7.4.0"
},
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
}