-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.45 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.45 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
{
"name": "printdesk",
"private": true,
"scripts": {
"dev": "sst dev",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint": "eslint ./infra/ --ext ts --report-unused-disable-directives --max-warnings 0",
"sso": "aws sso login --profile dev",
"sso:prod": "aws sso login --profile prod",
"sst": "sst"
},
"workspaces": {
"packages": [
"packages/**"
],
"catalog": {
"@aws-sdk/credential-providers": "^3.980.0",
"@effect/language-service": "^0.72.0",
"@effect/platform": "^0.94.2",
"@effect-aws/client-sts": "^1.10.9",
"@effect-aws/client-sqs": "^1.10.9",
"@openauthjs/openauth": "^0.4.3",
"@react-aria/optimize-locales-plugin": "^1.1.5",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/devtools-vite": "^0.5.0",
"@tanstack/react-devtools": "^0.9.4",
"@tanstack/react-router": "^1.157.18",
"@tanstack/react-router-devtools": "^1.157.18",
"@tanstack/router-plugin": "^1.157.18",
"@toolwind/corner-shape": "^0.0.8-3",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@types/node": "^22.19.8",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "^1.0.0",
"drizzle-orm": "^0.45.1",
"effect": "^3.19.15",
"hono": "^4.11.7",
"react": "^19.2.4",
"react-aria-components": "^1.14.0",
"react-dom": "^19.2.4",
"replicache": "^15.3.0",
"sst": "^3.17.38",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18",
"tailwindcss-react-aria-components": "^2.0.1",
"tw-animate-css": "^1.4.0",
"vite": "^7.3.1"
}
},
"devDependencies": {
"@aws-sdk/client-appsync": "^3.980.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@printdesk/core": "workspace:*",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"effect": "^3.19.15",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"remeda": "^2.33.4",
"sst": "catalog:",
"typescript": "^5.9.3"
}
}