forked from gothinkster/realworld-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 824 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "realworld-effect-htmx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@effect/platform": "^0.37.6",
"@effect/platform-node": "^0.37.8",
"@effect/schema": "^0.53.3",
"@kitajs/html": "^3.0.10",
"@kitajs/ts-html-plugin": "^1.3.3",
"@sqlfx/sqlite": "^0.35.0",
"effect": "2.0.0-next.60",
"pocketbase": "^0.20.1",
"supertokens-node": "^16.6.5"
},
"devDependencies": {
"@effect/language-service": "^0.1.0",
"@types/node": "^20.10.4",
"dprint": "^0.43.2",
"fast-check": "^3.14.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
}
}