-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "executor-reason",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev:serve": "bun dist/Server.js",
"dev": "pnpm run \"/(.*:watch$|^dev:serve$)/\"",
"dune:watch": "/bin/zsh -i -c 'dune build -w'",
"bun:watch": "bun --hot build.js",
"watch": "pnpm run \"/.*:watch$/\""
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.22.0",
"dependencies": {
"reason-react": "0.17.0",
"@fontsource/inter": "^5.2.8",
"@tilia/react": "5.0.0-beta.20251218T180640",
"common": "link:common",
"executor": "link:executor",
"executor-ui": "link:executor-ui",
"lucide-react": "^0.555.0",
"pg": "^8.16.3",
"pg-listener": "^1.1.3",
"pg-promise": "^12.3.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tilia": "5.0.0-beta.20251218T180640"
},
"overrides": {
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"bun-plugin-tailwind": "^0.1.2",
"tailwindcss": "^4.1.18"
}
}