-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.6 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
{
"name": "ideaorbits",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "vite start",
"preview": "vite preview",
"lint": "eslint --fix .",
"format": "prettier --write .",
"check": "tsc --noEmit"
},
"devEngines": {
"runtime": {
"name": "node",
"version": ">=24.7.0",
"onFail": "error"
},
"packageManager": {
"name": "pnpm",
"version": ">=11.0.0",
"onFail": "download"
}
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1107.0",
"@chacka-lab/solid-turnstile": "^0.1.0",
"@simplewebauthn/browser": "^13.3.0",
"@simplewebauthn/server": "^13.3.2",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^1.0.0",
"@solidjs/start": "^2.0.0",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.2.0",
"dotenv": "^17.4.2",
"drizzle-kit": "1.0.0-rc.4",
"drizzle-orm": "1.0.0-rc.4",
"error-stack-parser": "^2.1.4",
"eslint": "^10.8.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^14.0.0",
"intl-messageformat": "^11.2.13",
"lru-cache": "^11.5.2",
"msgpackr": "^2.0.5",
"nitro": "3.0.260610-beta",
"octokit": "^5.0.5",
"otplib": "^13.4.1",
"postgres": "^3.4.9",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"redis": "^6.2.1",
"resend": "^6.19.0",
"solid-js": "1.9.14",
"source-map-js": "^1.2.1",
"stackframe": "^1.3.4",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.1",
"zod": "^4.4.3"
}
}