-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 853 Bytes
/
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
{
"name": "hex-effect",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"check": "turbo run check",
"format": "prettier --write ."
},
"devDependencies": {
"@effect/vitest": "^0.12.0",
"@types/bun": "~1.1.6",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"turbo": "^2.0.9",
"typescript": "^5.3.3",
"vitest": "^2.1.1"
},
"engines": {
"bun": ">=1",
"pnpm": ">=9"
},
"packageManager": "[email protected]",
"dependencies": {
"@effect/platform": "^0.68.1",
"@effect/rpc": "^0.43.0",
"@effect/rpc-http": "^0.41.0",
"@effect/schema": "^0.75.2",
"@effect/sql": "^0.16.1",
"@effect/sql-libsql": "^0.4.1",
"@effect/experimental": "^0.29.1",
"effect": "^3.9.1"
}
}